public static interface SavedObjectGraphOuterClass.SavedObjectOrBuilder
extends com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
boolean hasUserObject()
.tensorflow.SavedUserObject user_object = 4;
SavedObjectGraphOuterClass.SavedUserObject getUserObject()
.tensorflow.SavedUserObject user_object = 4;
SavedObjectGraphOuterClass.SavedUserObjectOrBuilder getUserObjectOrBuilder()
.tensorflow.SavedUserObject user_object = 4;
boolean hasAsset()
.tensorflow.SavedAsset asset = 5;
SavedObjectGraphOuterClass.SavedAsset getAsset()
.tensorflow.SavedAsset asset = 5;
SavedObjectGraphOuterClass.SavedAssetOrBuilder getAssetOrBuilder()
.tensorflow.SavedAsset asset = 5;
boolean hasFunction()
.tensorflow.SavedFunction function = 6;
SavedObjectGraphOuterClass.SavedFunction getFunction()
.tensorflow.SavedFunction function = 6;
SavedObjectGraphOuterClass.SavedFunctionOrBuilder getFunctionOrBuilder()
.tensorflow.SavedFunction function = 6;
boolean hasVariable()
.tensorflow.SavedVariable variable = 7;
SavedObjectGraphOuterClass.SavedVariable getVariable()
.tensorflow.SavedVariable variable = 7;
SavedObjectGraphOuterClass.SavedVariableOrBuilder getVariableOrBuilder()
.tensorflow.SavedVariable variable = 7;
boolean hasBareConcreteFunction()
.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;
SavedObjectGraphOuterClass.SavedBareConcreteFunction getBareConcreteFunction()
.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;
SavedObjectGraphOuterClass.SavedBareConcreteFunctionOrBuilder getBareConcreteFunctionOrBuilder()
.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;
boolean hasConstant()
.tensorflow.SavedConstant constant = 9;
SavedObjectGraphOuterClass.SavedConstant getConstant()
.tensorflow.SavedConstant constant = 9;
SavedObjectGraphOuterClass.SavedConstantOrBuilder getConstantOrBuilder()
.tensorflow.SavedConstant constant = 9;
boolean hasResource()
.tensorflow.SavedResource resource = 10;
SavedObjectGraphOuterClass.SavedResource getResource()
.tensorflow.SavedResource resource = 10;
SavedObjectGraphOuterClass.SavedResourceOrBuilder getResourceOrBuilder()
.tensorflow.SavedResource resource = 10;
SavedObjectGraphOuterClass.SavedObject.KindCase getKindCase()
Copyright © 2015–2019. All rights reserved.