Package tensorflow
Interface CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph.CheckpointableObjectOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder
,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph.CheckpointableObject
,CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph.CheckpointableObject.Builder
- Enclosing class:
- CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph
public static interface CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph.CheckpointableObjectOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getChildrenList
List<CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph.CheckpointableObject.ObjectReference> getChildrenList()
Objects which this object depends on.
repeated .tensorflow.CheckpointableObjectGraph.CheckpointableObject.ObjectReference children = 1;
-
getChildren
CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph.CheckpointableObject.ObjectReference getChildren(int index)
Objects which this object depends on.
repeated .tensorflow.CheckpointableObjectGraph.CheckpointableObject.ObjectReference children = 1;
-
getChildrenCount
int getChildrenCount()
Objects which this object depends on.
repeated .tensorflow.CheckpointableObjectGraph.CheckpointableObject.ObjectReference children = 1;
-
getChildrenOrBuilderList
List<? extends CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph.CheckpointableObject.ObjectReferenceOrBuilder> getChildrenOrBuilderList()
Objects which this object depends on.
repeated .tensorflow.CheckpointableObjectGraph.CheckpointableObject.ObjectReference children = 1;
-
getChildrenOrBuilder
CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph.CheckpointableObject.ObjectReferenceOrBuilder getChildrenOrBuilder(int index)
Objects which this object depends on.
repeated .tensorflow.CheckpointableObjectGraph.CheckpointableObject.ObjectReference children = 1;
-
getAttributesList
List<CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph.CheckpointableObject.SerializedTensor> getAttributesList()
Serialized data specific to this object.
repeated .tensorflow.CheckpointableObjectGraph.CheckpointableObject.SerializedTensor attributes = 2;
-
getAttributes
CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph.CheckpointableObject.SerializedTensor getAttributes(int index)
Serialized data specific to this object.
repeated .tensorflow.CheckpointableObjectGraph.CheckpointableObject.SerializedTensor attributes = 2;
-
getAttributesCount
int getAttributesCount()
Serialized data specific to this object.
repeated .tensorflow.CheckpointableObjectGraph.CheckpointableObject.SerializedTensor attributes = 2;
-
getAttributesOrBuilderList
List<? extends CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph.CheckpointableObject.SerializedTensorOrBuilder> getAttributesOrBuilderList()
Serialized data specific to this object.
repeated .tensorflow.CheckpointableObjectGraph.CheckpointableObject.SerializedTensor attributes = 2;
-
getAttributesOrBuilder
CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph.CheckpointableObject.SerializedTensorOrBuilder getAttributesOrBuilder(int index)
Serialized data specific to this object.
repeated .tensorflow.CheckpointableObjectGraph.CheckpointableObject.SerializedTensor attributes = 2;
-
getSlotVariablesList
List<CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph.CheckpointableObject.SlotVariableReference> getSlotVariablesList()
Slot variables owned by this object.
repeated .tensorflow.CheckpointableObjectGraph.CheckpointableObject.SlotVariableReference slot_variables = 3;
-
getSlotVariables
CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph.CheckpointableObject.SlotVariableReference getSlotVariables(int index)
Slot variables owned by this object.
repeated .tensorflow.CheckpointableObjectGraph.CheckpointableObject.SlotVariableReference slot_variables = 3;
-
getSlotVariablesCount
int getSlotVariablesCount()
Slot variables owned by this object.
repeated .tensorflow.CheckpointableObjectGraph.CheckpointableObject.SlotVariableReference slot_variables = 3;
-
getSlotVariablesOrBuilderList
List<? extends CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph.CheckpointableObject.SlotVariableReferenceOrBuilder> getSlotVariablesOrBuilderList()
Slot variables owned by this object.
repeated .tensorflow.CheckpointableObjectGraph.CheckpointableObject.SlotVariableReference slot_variables = 3;
-
getSlotVariablesOrBuilder
CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph.CheckpointableObject.SlotVariableReferenceOrBuilder getSlotVariablesOrBuilder(int index)
Slot variables owned by this object.
repeated .tensorflow.CheckpointableObjectGraph.CheckpointableObject.SlotVariableReference slot_variables = 3;
-
-