public static final class
DebugOptions.Builder
Options for initializing DebuggerState in TensorFlow Debugger (tfdbg).
tensorflow.DebugOptions
Public Methods
DebugOptions.Builder |
addAllDebugTensorWatchOpts(Iterable<? extends DebugTensorWatch> values)
Debugging options repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
|
DebugOptions.Builder |
addDebugTensorWatchOpts(int index, DebugTensorWatch value)
Debugging options repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
|
DebugOptions.Builder |
addDebugTensorWatchOpts(DebugTensorWatch value)
Debugging options repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
|
DebugOptions.Builder |
addDebugTensorWatchOpts(int index, DebugTensorWatch.Builder builderForValue)
Debugging options repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
|
DebugOptions.Builder |
addDebugTensorWatchOpts(DebugTensorWatch.Builder builderForValue)
Debugging options repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
|
DebugTensorWatch.Builder |
addDebugTensorWatchOptsBuilder(int index)
Debugging options repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
|
DebugTensorWatch.Builder |
addDebugTensorWatchOptsBuilder()
Debugging options repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
|
DebugOptions.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
DebugOptions |
build()
|
DebugOptions | |
DebugOptions.Builder |
clear()
|
DebugOptions.Builder |
clearDebugTensorWatchOpts()
Debugging options repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
|
DebugOptions.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
|
DebugOptions.Builder |
clearGlobalStep()
Caller-specified global step count. |
DebugOptions.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
|
DebugOptions.Builder |
clearResetDiskByteUsage()
Whether the total disk usage of tfdbg is to be reset to zero in this Session.run call. |
DebugOptions.Builder |
clone()
|
DebugTensorWatch |
getDebugTensorWatchOpts(int index)
Debugging options repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
|
DebugTensorWatch.Builder |
getDebugTensorWatchOptsBuilder(int index)
Debugging options repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
|
List<DebugTensorWatch.Builder> |
getDebugTensorWatchOptsBuilderList()
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;
|
DebugOptions | |
final static com.google.protobuf.Descriptors.Descriptor | |
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. |
final boolean | |
DebugOptions.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
DebugOptions.Builder |
mergeFrom(com.google.protobuf.Message other)
|
final DebugOptions.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
DebugOptions.Builder |
removeDebugTensorWatchOpts(int index)
Debugging options repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
|
DebugOptions.Builder |
setDebugTensorWatchOpts(int index, DebugTensorWatch value)
Debugging options repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
|
DebugOptions.Builder |
setDebugTensorWatchOpts(int index, DebugTensorWatch.Builder builderForValue)
Debugging options repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
|
DebugOptions.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
DebugOptions.Builder |
setGlobalStep(long value)
Caller-specified global step count. |
DebugOptions.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
|
DebugOptions.Builder |
setResetDiskByteUsage(boolean value)
Whether the total disk usage of tfdbg is to be reset to zero in this Session.run call. |
final DebugOptions.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
Inherited Methods
Public Methods
public DebugOptions.Builder addAllDebugTensorWatchOpts (Iterable<? extends DebugTensorWatch> values)
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
public DebugOptions.Builder addDebugTensorWatchOpts (int index, DebugTensorWatch value)
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
public DebugOptions.Builder addDebugTensorWatchOpts (DebugTensorWatch value)
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
public DebugOptions.Builder addDebugTensorWatchOpts (int index, DebugTensorWatch.Builder builderForValue)
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
public DebugOptions.Builder addDebugTensorWatchOpts (DebugTensorWatch.Builder builderForValue)
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
public DebugTensorWatch.Builder addDebugTensorWatchOptsBuilder (int index)
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
public DebugTensorWatch.Builder addDebugTensorWatchOptsBuilder ()
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
public DebugOptions.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public DebugOptions.Builder clearDebugTensorWatchOpts ()
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
public DebugOptions.Builder clearGlobalStep ()
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 DebugOptions.Builder clearResetDiskByteUsage ()
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 DebugTensorWatch getDebugTensorWatchOpts (int index)
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
public DebugTensorWatch.Builder getDebugTensorWatchOptsBuilder (int index)
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
public List<DebugTensorWatch.Builder> getDebugTensorWatchOptsBuilderList ()
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 final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
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 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 final boolean isInitialized ()
public DebugOptions.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public final DebugOptions.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public DebugOptions.Builder removeDebugTensorWatchOpts (int index)
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
public DebugOptions.Builder setDebugTensorWatchOpts (int index, DebugTensorWatch value)
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
public DebugOptions.Builder setDebugTensorWatchOpts (int index, DebugTensorWatch.Builder builderForValue)
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
public DebugOptions.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public DebugOptions.Builder setGlobalStep (long value)
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 DebugOptions.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
public DebugOptions.Builder setResetDiskByteUsage (boolean value)
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;