public interface DebugOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
DebugTensorWatch |
getDebugTensorWatchOpts(int index)
Debugging options
|
int |
getDebugTensorWatchOptsCount()
Debugging options
|
List<DebugTensorWatch> |
getDebugTensorWatchOptsList()
Debugging options
|
DebugTensorWatchOrBuilder |
getDebugTensorWatchOptsOrBuilder(int index)
Debugging options
|
List<? extends DebugTensorWatchOrBuilder> |
getDebugTensorWatchOptsOrBuilderList()
Debugging options
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<DebugTensorWatch> getDebugTensorWatchOptsList()
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
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<? extends DebugTensorWatchOrBuilder> getDebugTensorWatchOptsOrBuilderList()
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
DebugTensorWatchOrBuilder getDebugTensorWatchOptsOrBuilder(int index)
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
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;
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;
Copyright © 2015–2019. All rights reserved.