DebugOptionsOrBuilder

public interface DebugOptionsOrBuilder
Known Indirect Subclasses

Public Methods

abstract DebugTensorWatch
getDebugTensorWatchOpts(int index)
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
abstract int
getDebugTensorWatchOptsCount()
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
abstract List<DebugTensorWatch>
getDebugTensorWatchOptsList()
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
abstract DebugTensorWatchOrBuilder
getDebugTensorWatchOptsOrBuilder(int index)
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
abstract List<? extends DebugTensorWatchOrBuilder>
getDebugTensorWatchOptsOrBuilderList()
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
abstract long
getGlobalStep()
 Caller-specified global step count.
abstract boolean
getResetDiskByteUsage()
 Whether the total disk usage of tfdbg is to be reset to zero
 in this Session.run call.

Public Methods

public abstract DebugTensorWatch getDebugTensorWatchOpts (int index)

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

public abstract int getDebugTensorWatchOptsCount ()

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

public abstract List<DebugTensorWatch> getDebugTensorWatchOptsList ()

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

public abstract DebugTensorWatchOrBuilder getDebugTensorWatchOptsOrBuilder (int index)

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

public abstract List<? extends 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;

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