DebugOptions

public final class DebugOptions

 Options for initializing DebuggerState in TensorFlow Debugger (tfdbg).
 
Protobuf type tensorflow.DebugOptions

Nested Classes

class DebugOptions.Builder
 Options for initializing DebuggerState in TensorFlow Debugger (tfdbg). 

Constants

int DEBUG_TENSOR_WATCH_OPTS_FIELD_NUMBER
int GLOBAL_STEP_FIELD_NUMBER
int RESET_DISK_BYTE_USAGE_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
DebugTensorWatch
getDebugTensorWatchOpts(int index)
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
int
getDebugTensorWatchOptsCount()
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
List<DebugTensorWatch>
getDebugTensorWatchOptsList()
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
DebugTensorWatchOrBuilder
getDebugTensorWatchOptsOrBuilder(int index)
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
List<? extends DebugTensorWatchOrBuilder>
getDebugTensorWatchOptsOrBuilderList()
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
static DebugOptions
DebugOptions
final static com.google.protobuf.Descriptors.Descriptor
long
getGlobalStep()
 Caller-specified global step count.
boolean
getResetDiskByteUsage()
 Whether the total disk usage of tfdbg is to be reset to zero
 in this Session.run call.
int
final com.google.protobuf.UnknownFieldSet
int
final boolean
static DebugOptions.Builder
static DebugOptions.Builder
DebugOptions.Builder
static DebugOptions
parseDelimitedFrom(InputStream input)
static DebugOptions
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DebugOptions
parseFrom(ByteBuffer data)
static DebugOptions
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DebugOptions
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DebugOptions
parseFrom(com.google.protobuf.CodedInputStream input)
static DebugOptions
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DebugOptions
parseFrom(com.google.protobuf.ByteString data)
static DebugOptions
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DebugOptions
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
DebugOptions.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int DEBUG_TENSOR_WATCH_OPTS_FIELD_NUMBER

Constant Value: 4

public static final int GLOBAL_STEP_FIELD_NUMBER

Constant Value: 10

public static final int RESET_DISK_BYTE_USAGE_FIELD_NUMBER

Constant Value: 11

Public Methods

public boolean equals (Object obj)

public DebugTensorWatch getDebugTensorWatchOpts (int index)

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

public int getDebugTensorWatchOptsCount ()

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

public List<DebugTensorWatch> getDebugTensorWatchOptsList ()

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

public DebugTensorWatchOrBuilder getDebugTensorWatchOptsOrBuilder (int index)

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

public List<? extends DebugTensorWatchOrBuilder> getDebugTensorWatchOptsOrBuilderList ()

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

public static DebugOptions getDefaultInstance ()

public DebugOptions getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public 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 getParserForType ()

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

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final boolean isInitialized ()

public static DebugOptions.Builder newBuilder ()

public static DebugOptions.Builder newBuilder (DebugOptions prototype)

public DebugOptions.Builder newBuilderForType ()

public static DebugOptions parseDelimitedFrom (InputStream input)

Throws
IOException

public static DebugOptions parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static DebugOptions parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

public static DebugOptions parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static DebugOptions parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static DebugOptions parseFrom (com.google.protobuf.CodedInputStream input)

Throws
IOException

public static DebugOptions parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static DebugOptions parseFrom (com.google.protobuf.ByteString data)

Throws
InvalidProtocolBufferException

public static DebugOptions parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static DebugOptions parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static parser ()

public DebugOptions.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream output)

Throws
IOException