interfaz pública DebugOptionsOrBuilder
Subclases indirectas conocidas |
Métodos públicos
resumen DebugTensorWatch | getDebugTensorWatchOpts (índice int) Debugging options repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4; |
resumen entero | getDebugTensorWatchOptsCount () Debugging options repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4; |
Lista abstracta <DebugTensorWatch> | getDebugTensorWatchOptsList () Debugging options repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4; |
abstracto DebugTensorWatchOrBuilder | getDebugTensorWatchOptsOrBuilder (índice int) Debugging options repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4; |
Lista abstracta<? extiende DebugTensorWatchOrBuilder > | getDebugTensorWatchOptsOrBuilderList () Debugging options repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4; |
abstracto largo | obtenerGlobalStep () Caller-specified global step count. |
booleano abstracto | getResetDiskByteUsage () Whether the total disk usage of tfdbg is to be reset to zero in this Session.run call. |
Métodos públicos
resumen público DebugTensorWatch getDebugTensorWatchOpts (índice int)
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
resumen público int getDebugTensorWatchOptsCount ()
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
Lista abstracta pública <DebugTensorWatch> getDebugTensorWatchOptsList ()
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
resumen público DebugTensorWatchOrBuilder getDebugTensorWatchOptsOrBuilder (índice int)
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
Lista de resúmenes públicos <? extiende DebugTensorWatchOrBuilder > getDebugTensorWatchOptsOrBuilderList ()
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
resumen público largo 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;
getResetDiskByteUsage booleano abstracto público ()
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;