File tree 1 file changed +4
-6
lines changed
tensorboard/plugins/debugger/tf_debugger_dashboard
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 67
67
class ="inline value-card-input "
68
68
label ="Slicing "
69
69
id ="slicing "
70
- value ="{{slicing}} ">
70
+ value ="{{slicing}} "
71
+ on-change ="refresh ">
71
72
</ paper-input >
72
73
</ div >
73
74
< div >
74
75
< paper-input
75
76
class ="inline value-card-input "
76
77
label ="Time Indices "
77
78
id ="time-indices "
78
- value ="{{timeIndices}} ">
79
+ value ="{{timeIndices}} "
80
+ on-change ="refresh ">
79
81
</ paper-input >
80
82
< paper-button raised
81
83
id ='time-indices-toggle-button '
82
84
class ='tensor-value-buttons '
83
85
on-click ='_timeIndicesToggleButtonCallback '
84
86
> Full History</ paper-button >
85
- < paper-button raised
86
- class ="tensor-value-buttons "
87
- on-click ="refresh "
88
- > Refresh</ paper-button >
89
87
</ div >
90
88
</ td >
91
89
< td class ="tensor-value-view-td ">
You can’t perform that action at this time.
0 commit comments