Package tensorflow
Interface CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph.CheckpointableObject.SlotVariableReferenceOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph.CheckpointableObject.SlotVariableReference,CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph.CheckpointableObject.SlotVariableReference.Builder
public static interface CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph.CheckpointableObject.SlotVariableReferenceOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetOriginalVariableNodeId()An index into `CheckpointableObjectGraph.nodes`, indicating the variable object this slot was created for.StringgetSlotName()The name of the slot (e.g.org.nd4j.shade.protobuf.ByteStringgetSlotNameBytes()The name of the slot (e.g.intgetSlotVariableNodeId()An index into `CheckpointableObjectGraph.nodes`, indicating the `Object` with the value of the slot variable.-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOriginalVariableNodeId
int getOriginalVariableNodeId()
An index into `CheckpointableObjectGraph.nodes`, indicating the variable object this slot was created for.
int32 original_variable_node_id = 1;- Returns:
- The originalVariableNodeId.
-
getSlotName
String getSlotName()
The name of the slot (e.g. "m"/"v").
string slot_name = 2;- Returns:
- The slotName.
-
getSlotNameBytes
org.nd4j.shade.protobuf.ByteString getSlotNameBytes()
The name of the slot (e.g. "m"/"v").
string slot_name = 2;- Returns:
- The bytes for slotName.
-
getSlotVariableNodeId
int getSlotVariableNodeId()
An index into `CheckpointableObjectGraph.nodes`, indicating the `Object` with the value of the slot variable.
int32 slot_variable_node_id = 3;- Returns:
- The slotVariableNodeId.
-
-