Package tensorflow
Interface SavedObjectGraphOuterClass.SavedObjectOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SavedObjectGraphOuterClass.SavedObject,SavedObjectGraphOuterClass.SavedObject.Builder
- Enclosing class:
- SavedObjectGraphOuterClass
public static interface SavedObjectGraphOuterClass.SavedObjectOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getChildrenList
java.util.List<TrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObject.ObjectReference> getChildrenList()Objects which this object depends on: named edges in the dependency graph. Note: currently only valid if kind == "user_object".
repeated .tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference children = 1; -
getChildren
TrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObject.ObjectReference getChildren(int index)Objects which this object depends on: named edges in the dependency graph. Note: currently only valid if kind == "user_object".
repeated .tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference children = 1; -
getChildrenCount
int getChildrenCount()Objects which this object depends on: named edges in the dependency graph. Note: currently only valid if kind == "user_object".
repeated .tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference children = 1; -
getChildrenOrBuilderList
java.util.List<? extends TrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder> getChildrenOrBuilderList()Objects which this object depends on: named edges in the dependency graph. Note: currently only valid if kind == "user_object".
repeated .tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference children = 1; -
getChildrenOrBuilder
TrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder getChildrenOrBuilder(int index)Objects which this object depends on: named edges in the dependency graph. Note: currently only valid if kind == "user_object".
repeated .tensorflow.TrackableObjectGraph.TrackableObject.ObjectReference children = 1; -
getSlotVariablesList
java.util.List<TrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObject.SlotVariableReference> getSlotVariablesList()Slot variables owned by this object. This describes the three-way (optimizer, variable, slot variable) relationship; none of the three depend on the others directly. Note: currently only valid if kind == "user_object".
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference slot_variables = 3; -
getSlotVariables
TrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObject.SlotVariableReference getSlotVariables(int index)Slot variables owned by this object. This describes the three-way (optimizer, variable, slot variable) relationship; none of the three depend on the others directly. Note: currently only valid if kind == "user_object".
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference slot_variables = 3; -
getSlotVariablesCount
int getSlotVariablesCount()Slot variables owned by this object. This describes the three-way (optimizer, variable, slot variable) relationship; none of the three depend on the others directly. Note: currently only valid if kind == "user_object".
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference slot_variables = 3; -
getSlotVariablesOrBuilderList
java.util.List<? extends TrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder> getSlotVariablesOrBuilderList()Slot variables owned by this object. This describes the three-way (optimizer, variable, slot variable) relationship; none of the three depend on the others directly. Note: currently only valid if kind == "user_object".
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference slot_variables = 3; -
getSlotVariablesOrBuilder
TrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder getSlotVariablesOrBuilder(int index)Slot variables owned by this object. This describes the three-way (optimizer, variable, slot variable) relationship; none of the three depend on the others directly. Note: currently only valid if kind == "user_object".
repeated .tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference slot_variables = 3; -
hasUserObject
boolean hasUserObject().tensorflow.SavedUserObject user_object = 4;- Returns:
- Whether the userObject field is set.
-
getUserObject
SavedObjectGraphOuterClass.SavedUserObject getUserObject().tensorflow.SavedUserObject user_object = 4;- Returns:
- The userObject.
-
getUserObjectOrBuilder
SavedObjectGraphOuterClass.SavedUserObjectOrBuilder getUserObjectOrBuilder().tensorflow.SavedUserObject user_object = 4; -
hasAsset
boolean hasAsset().tensorflow.SavedAsset asset = 5;- Returns:
- Whether the asset field is set.
-
getAsset
SavedObjectGraphOuterClass.SavedAsset getAsset().tensorflow.SavedAsset asset = 5;- Returns:
- The asset.
-
getAssetOrBuilder
SavedObjectGraphOuterClass.SavedAssetOrBuilder getAssetOrBuilder().tensorflow.SavedAsset asset = 5; -
hasFunction
boolean hasFunction().tensorflow.SavedFunction function = 6;- Returns:
- Whether the function field is set.
-
getFunction
SavedObjectGraphOuterClass.SavedFunction getFunction().tensorflow.SavedFunction function = 6;- Returns:
- The function.
-
getFunctionOrBuilder
SavedObjectGraphOuterClass.SavedFunctionOrBuilder getFunctionOrBuilder().tensorflow.SavedFunction function = 6; -
hasVariable
boolean hasVariable().tensorflow.SavedVariable variable = 7;- Returns:
- Whether the variable field is set.
-
getVariable
SavedObjectGraphOuterClass.SavedVariable getVariable().tensorflow.SavedVariable variable = 7;- Returns:
- The variable.
-
getVariableOrBuilder
SavedObjectGraphOuterClass.SavedVariableOrBuilder getVariableOrBuilder().tensorflow.SavedVariable variable = 7; -
hasBareConcreteFunction
boolean hasBareConcreteFunction().tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;- Returns:
- Whether the bareConcreteFunction field is set.
-
getBareConcreteFunction
SavedObjectGraphOuterClass.SavedBareConcreteFunction getBareConcreteFunction().tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;- Returns:
- The bareConcreteFunction.
-
getBareConcreteFunctionOrBuilder
SavedObjectGraphOuterClass.SavedBareConcreteFunctionOrBuilder getBareConcreteFunctionOrBuilder().tensorflow.SavedBareConcreteFunction bare_concrete_function = 8; -
hasConstant
boolean hasConstant().tensorflow.SavedConstant constant = 9;- Returns:
- Whether the constant field is set.
-
getConstant
SavedObjectGraphOuterClass.SavedConstant getConstant().tensorflow.SavedConstant constant = 9;- Returns:
- The constant.
-
getConstantOrBuilder
SavedObjectGraphOuterClass.SavedConstantOrBuilder getConstantOrBuilder().tensorflow.SavedConstant constant = 9; -
hasResource
boolean hasResource().tensorflow.SavedResource resource = 10;- Returns:
- Whether the resource field is set.
-
getResource
SavedObjectGraphOuterClass.SavedResource getResource().tensorflow.SavedResource resource = 10;- Returns:
- The resource.
-
getResourceOrBuilder
SavedObjectGraphOuterClass.SavedResourceOrBuilder getResourceOrBuilder().tensorflow.SavedResource resource = 10; -
getKindCase
SavedObjectGraphOuterClass.SavedObject.KindCase getKindCase()
-