DebugOptionsOrBuilder

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;
int abstracto
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;
resumen DebugTensorWatchOrBuilder
getDebugTensorWatchOptsOrBuilder (índice int)
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
Resumen Lista <? extiende DebugTensorWatchOrBuilder >
getDebugTensorWatchOptsOrBuilderList ()
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
abstracto largo
getGlobalStep ()
 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

DebugTensorWatch abstracto público getDebugTensorWatchOpts (índice 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;

Lista pública abstracta < DebugTensorWatch > getDebugTensorWatchOptsList ()

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

público abstracto DebugTensorWatchOrBuilder getDebugTensorWatchOptsOrBuilder (índice int)

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

Lista de resumen público <? extiende DebugTensorWatchOrBuilder > getDebugTensorWatchOptsOrBuilderList ()

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

public abstract long 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;