interfaccia pubblica DebugOptionsOrBuilder
Sottoclassi indirette conosciute |
Metodi pubblici
astratto DebugTensorWatch | getDebugTensorWatchOpts (indice int) Debugging options repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4; |
astratto int | getDebugTensorWatchOptsCount () Debugging options repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4; |
Elenco astratto< DebugTensorWatch > | getDebugTensorWatchOptsList () Debugging options repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4; |
astratto DebugTensorWatchOrBuilder | getDebugTensorWatchOptsOrBuilder (indice int) Debugging options repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4; |
Elenco astratto<? estende DebugTensorWatchOrBuilder > | getDebugTensorWatchOptsOrBuilderList () Debugging options repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4; |
astratto lungo | getGlobalStep () Caller-specified global step count. |
booleano astratto | getResetDiskByteUsage () Whether the total disk usage of tfdbg is to be reset to zero in this Session.run call. |
Metodi pubblici
public abstract DebugTensorWatch getDebugTensorWatchOpts (indice int)
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
public abstract int getDebugTensorWatchOptsCount ()
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
elenco astratto pubblico< DebugTensorWatch > getDebugTensorWatchOptsList ()
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
public abstract DebugTensorWatchOrBuilder getDebugTensorWatchOptsOrBuilder (indice int)
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
Elenco abstract pubblico<? estende DebugTensorWatchOrBuilder > getDebugTensorWatchOptsOrBuilderList ()
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
public abstract lungo 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;
pubblico astratto booleano 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;