public interface DebugOptionsOrBuilder
extends org.nd4j.shade.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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;Copyright © 2021. All rights reserved.