interfejs publiczny DebugOptionsOrBuilder
Znane podklasy pośrednie |
Metody publiczne
streszczenie DebugTensorWatch | getDebugTensorWatchOpts (indeks int) Debugging options repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4; |
streszczenie wew | getDebugTensorWatchOptsCount () Debugging options repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4; |
lista abstrakcyjna< DebugTensorWatch > | getDebugTensorWatchOptsList () Debugging options repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4; |
streszczenie DebugTensorWatchOrBuilder | getDebugTensorWatchOptsOrBuilder (indeks int) Debugging options repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4; |
lista abstrakcyjna<? rozszerza DebugTensorWatchOrBuilder > | getDebugTensorWatchOptsOrBuilderList () Debugging options repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4; |
streszczenie długie | getGlobalStep () Caller-specified global step count. |
abstrakcyjna wartość logiczna | getResetDiskByteUsage () Whether the total disk usage of tfdbg is to be reset to zero in this Session.run call. |
Metody publiczne
publiczne streszczenie DebugTensorWatch getDebugTensorWatchOpts (indeks int)
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
publiczne streszczenie int getDebugTensorWatchOptsCount ()
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
publiczna lista abstrakcyjna< DebugTensorWatch > getDebugTensorWatchOptsList ()
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
publiczne streszczenie DebugTensorWatchOrBuilder getDebugTensorWatchOptsOrBuilder (indeks int)
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
publiczna lista abstrakcyjna<? rozszerza DebugTensorWatchOrBuilder > getDebugTensorWatchOptsOrBuilderList ()
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
publiczne streszczenie długie getGlobalStep ()
Caller-specified global step count. Note that this is distinct from the session run count and the executor step count.
int64 global_step = 10;
publiczna wartość logiczna abstrakcyjna getResetDiskByteUsage ()
Whether the total disk usage of tfdbg is to be reset to zero in this Session.run call. This is used by wrappers and hooks such as the local CLI ones to indicate that the dumped tensors are cleaned up from the disk after each Session.run.
bool reset_disk_byte_usage = 11;