Package tensorflow
Interface TrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObjectOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObject,TrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObject.Builder
- Enclosing class:
TrackableObjectGraphOuterClass.TrackableObjectGraph
public static interface TrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObjectOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAttributes(int index) Serialized data specific to this object.intSerialized data specific to this object.Serialized data specific to this object.getAttributesOrBuilder(int index) Serialized data specific to this object.List<? extends TrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObject.SerializedTensorOrBuilder> Serialized data specific to this object.getChildren(int index) Objects which this object depends on.intObjects which this object depends on.Objects which this object depends on.getChildrenOrBuilder(int index) Objects which this object depends on.List<? extends TrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder> Objects which this object depends on.Whether this object has checkpoint values or descendants with checkpoint values.Whether this object has checkpoint values or descendants with checkpoint values.The registered saver used to save this object.The registered saver used to save this object.getSlotVariables(int index) Slot variables owned by this object.intSlot variables owned by this object.Slot variables owned by this object.getSlotVariablesOrBuilder(int index) Slot variables owned by this object.List<? extends TrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder> Slot variables owned by this object.booleanWhether this object has checkpoint values or descendants with checkpoint values.booleanThe registered saver used to save this object.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getChildrenList
List<TrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObject.ObjectReference> getChildrenList()Objects which this object depends on.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference children = 1; -
getChildren
TrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObject.ObjectReference getChildren(int index) Objects which this object depends on.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference children = 1; -
getChildrenCount
int getChildrenCount()Objects which this object depends on.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference children = 1; -
getChildrenOrBuilderList
List<? extends TrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder> getChildrenOrBuilderList()Objects which this object depends on.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference children = 1; -
getChildrenOrBuilder
TrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder getChildrenOrBuilder(int index) Objects which this object depends on.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference children = 1; -
getAttributesList
List<TrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObject.SerializedTensor> getAttributesList()Serialized data specific to this object.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor attributes = 2; -
getAttributes
TrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObject.SerializedTensor getAttributes(int index) Serialized data specific to this object.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor attributes = 2; -
getAttributesCount
int getAttributesCount()Serialized data specific to this object.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor attributes = 2; -
getAttributesOrBuilderList
List<? extends TrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObject.SerializedTensorOrBuilder> getAttributesOrBuilderList()Serialized data specific to this object.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor attributes = 2; -
getAttributesOrBuilder
TrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObject.SerializedTensorOrBuilder getAttributesOrBuilder(int index) Serialized data specific to this object.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor attributes = 2; -
getSlotVariablesList
List<TrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObject.SlotVariableReference> getSlotVariablesList()Slot variables owned by this object.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference slot_variables = 3; -
getSlotVariables
TrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObject.SlotVariableReference getSlotVariables(int index) Slot variables owned by this object.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference slot_variables = 3; -
getSlotVariablesCount
int getSlotVariablesCount()Slot variables owned by this object.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference slot_variables = 3; -
getSlotVariablesOrBuilderList
List<? extends TrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder> getSlotVariablesOrBuilderList()Slot variables owned by this object.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference slot_variables = 3; -
getSlotVariablesOrBuilder
TrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder getSlotVariablesOrBuilder(int index) Slot variables owned by this object.
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference slot_variables = 3; -
hasRegisteredSaver
boolean hasRegisteredSaver()The registered saver used to save this object. If this saver is not present when loading the checkpoint, then loading will fail.
.tensorflow.RegisteredSaver registered_saver = 4;- Returns:
- Whether the registeredSaver field is set.
-
getRegisteredSaver
TrackableObjectGraphOuterClass.RegisteredSaver getRegisteredSaver()The registered saver used to save this object. If this saver is not present when loading the checkpoint, then loading will fail.
.tensorflow.RegisteredSaver registered_saver = 4;- Returns:
- The registeredSaver.
-
getRegisteredSaverOrBuilder
TrackableObjectGraphOuterClass.RegisteredSaverOrBuilder getRegisteredSaverOrBuilder()The registered saver used to save this object. If this saver is not present when loading the checkpoint, then loading will fail.
.tensorflow.RegisteredSaver registered_saver = 4; -
hasHasCheckpointValues
boolean hasHasCheckpointValues()Whether this object has checkpoint values or descendants with checkpoint values. This is computed at save time to avoid traversing the entire object graph proto when restoring (which also has to traverse the live object graph).
.google.protobuf.BoolValue has_checkpoint_values = 5;- Returns:
- Whether the hasCheckpointValues field is set.
-
getHasCheckpointValues
BoolValue getHasCheckpointValues()Whether this object has checkpoint values or descendants with checkpoint values. This is computed at save time to avoid traversing the entire object graph proto when restoring (which also has to traverse the live object graph).
.google.protobuf.BoolValue has_checkpoint_values = 5;- Returns:
- The hasCheckpointValues.
-
getHasCheckpointValuesOrBuilder
BoolValueOrBuilder getHasCheckpointValuesOrBuilder()Whether this object has checkpoint values or descendants with checkpoint values. This is computed at save time to avoid traversing the entire object graph proto when restoring (which also has to traverse the live object graph).
.google.protobuf.BoolValue has_checkpoint_values = 5;
-