Package tensorflow
Interface CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph.CheckpointableObject.ObjectReferenceOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder
,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph.CheckpointableObject.ObjectReference
,CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph.CheckpointableObject.ObjectReference.Builder
public static interface CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph.CheckpointableObject.ObjectReferenceOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLocalName()
A user-provided name for the edge.org.nd4j.shade.protobuf.ByteString
getLocalNameBytes()
A user-provided name for the edge.int
getNodeId()
An index into `CheckpointableObjectGraph.nodes`, indicating the object being referenced.-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNodeId
int getNodeId()
An index into `CheckpointableObjectGraph.nodes`, indicating the object being referenced.
int32 node_id = 1;
- Returns:
- The nodeId.
-
getLocalName
String getLocalName()
A user-provided name for the edge.
string local_name = 2;
- Returns:
- The localName.
-
getLocalNameBytes
org.nd4j.shade.protobuf.ByteString getLocalNameBytes()
A user-provided name for the edge.
string local_name = 2;
- Returns:
- The bytes for localName.
-
-