Package org.tensorflow.framework
Interface MemoryLogStepOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MemoryLogStep,MemoryLogStep.Builder
public interface MemoryLogStepOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetHandle()Handle describing the feeds and fetches of the step.org.nd4j.shade.protobuf.ByteStringgetHandleBytes()Handle describing the feeds and fetches of the step.longgetStepId()Process-unique step id.-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStepId
long getStepId()
Process-unique step id.
int64 step_id = 1;- Returns:
- The stepId.
-
getHandle
String getHandle()
Handle describing the feeds and fetches of the step.
string handle = 2;- Returns:
- The handle.
-
getHandleBytes
org.nd4j.shade.protobuf.ByteString getHandleBytes()
Handle describing the feeds and fetches of the step.
string handle = 2;- Returns:
- The bytes for handle.
-
-