Protobuf type tensorflow.SavedObject
Public Methods
SavedObject.Builder |
addAllChildren(Iterable<? extends TrackableObjectGraph.TrackableObject.ObjectReference> values)
Objects which this object depends on: named edges in the dependency graph. |
SavedObject.Builder |
addAllSlotVariables(Iterable<? extends TrackableObjectGraph.TrackableObject.SlotVariableReference> values)
Slot variables owned by this object. |
SavedObject.Builder |
addChildren(int index, TrackableObjectGraph.TrackableObject.ObjectReference value)
Objects which this object depends on: named edges in the dependency graph. |
SavedObject.Builder |
addChildren(TrackableObjectGraph.TrackableObject.ObjectReference.Builder builderForValue)
Objects which this object depends on: named edges in the dependency graph. |
SavedObject.Builder |
addChildren(TrackableObjectGraph.TrackableObject.ObjectReference value)
Objects which this object depends on: named edges in the dependency graph. |
SavedObject.Builder |
addChildren(int index, TrackableObjectGraph.TrackableObject.ObjectReference.Builder builderForValue)
Objects which this object depends on: named edges in the dependency graph. |
TrackableObjectGraph.TrackableObject.ObjectReference.Builder |
addChildrenBuilder(int index)
Objects which this object depends on: named edges in the dependency graph. |
TrackableObjectGraph.TrackableObject.ObjectReference.Builder |
addChildrenBuilder()
Objects which this object depends on: named edges in the dependency graph. |
SavedObject.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
SavedObject.Builder |
addSlotVariables(TrackableObjectGraph.TrackableObject.SlotVariableReference value)
Slot variables owned by this object. |
SavedObject.Builder |
addSlotVariables(TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder builderForValue)
Slot variables owned by this object. |
SavedObject.Builder |
addSlotVariables(int index, TrackableObjectGraph.TrackableObject.SlotVariableReference value)
Slot variables owned by this object. |
SavedObject.Builder |
addSlotVariables(int index, TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder builderForValue)
Slot variables owned by this object. |
TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder |
addSlotVariablesBuilder(int index)
Slot variables owned by this object. |
TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder |
addSlotVariablesBuilder()
Slot variables owned by this object. |
SavedObject |
build()
|
SavedObject | |
SavedObject.Builder |
clear()
|
SavedObject.Builder |
clearAsset()
.tensorflow.SavedAsset asset = 5;
|
SavedObject.Builder |
clearBareConcreteFunction()
.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;
|
SavedObject.Builder |
clearChildren()
Objects which this object depends on: named edges in the dependency graph. |
SavedObject.Builder |
clearConstant()
.tensorflow.SavedConstant constant = 9;
|
SavedObject.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
|
SavedObject.Builder |
clearFunction()
.tensorflow.SavedFunction function = 6;
|
SavedObject.Builder | |
SavedObject.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
|
SavedObject.Builder |
clearResource()
.tensorflow.SavedResource resource = 10;
|
SavedObject.Builder | |
SavedObject.Builder |
clearSlotVariables()
Slot variables owned by this object. |
SavedObject.Builder |
clearUserObject()
.tensorflow.SavedUserObject user_object = 4;
|
SavedObject.Builder |
clearVariable()
.tensorflow.SavedVariable variable = 7;
|
SavedObject.Builder |
clone()
|
boolean |
containsSaveableObjects(String key)
map<string, .tensorflow.SaveableObject> saveable_objects = 11;
|
SavedAsset |
getAsset()
.tensorflow.SavedAsset asset = 5;
|
SavedAsset.Builder |
getAssetBuilder()
.tensorflow.SavedAsset asset = 5;
|
SavedAssetOrBuilder |
getAssetOrBuilder()
.tensorflow.SavedAsset asset = 5;
|
SavedBareConcreteFunction |
getBareConcreteFunction()
.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;
|
SavedBareConcreteFunction.Builder |
getBareConcreteFunctionBuilder()
.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;
|
SavedBareConcreteFunctionOrBuilder |
getBareConcreteFunctionOrBuilder()
.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;
|
TrackableObjectGraph.TrackableObject.ObjectReference |
getChildren(int index)
Objects which this object depends on: named edges in the dependency graph. |
TrackableObjectGraph.TrackableObject.ObjectReference.Builder |
getChildrenBuilder(int index)
Objects which this object depends on: named edges in the dependency graph. |
List<TrackableObjectGraph.TrackableObject.ObjectReference.Builder> |
getChildrenBuilderList()
Objects which this object depends on: named edges in the dependency graph. |
int |
getChildrenCount()
Objects which this object depends on: named edges in the dependency graph. |
List<TrackableObjectGraph.TrackableObject.ObjectReference> |
getChildrenList()
Objects which this object depends on: named edges in the dependency graph. |
TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder |
getChildrenOrBuilder(int index)
Objects which this object depends on: named edges in the dependency graph. |
List<? extends TrackableObjectGraph.TrackableObject.ObjectReferenceOrBuilder> |
getChildrenOrBuilderList()
Objects which this object depends on: named edges in the dependency graph. |
SavedConstant |
getConstant()
.tensorflow.SavedConstant constant = 9;
|
SavedConstant.Builder |
getConstantBuilder()
.tensorflow.SavedConstant constant = 9;
|
SavedConstantOrBuilder |
getConstantOrBuilder()
.tensorflow.SavedConstant constant = 9;
|
SavedObject | |
final static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
SavedFunction |
getFunction()
.tensorflow.SavedFunction function = 6;
|
SavedFunction.Builder |
getFunctionBuilder()
.tensorflow.SavedFunction function = 6;
|
SavedFunctionOrBuilder |
getFunctionOrBuilder()
.tensorflow.SavedFunction function = 6;
|
SavedObject.KindCase | |
Map<String, SaveableObject> |
getMutableSaveableObjects()
Use alternate mutation accessors instead.
|
SavedResource |
getResource()
.tensorflow.SavedResource resource = 10;
|
SavedResource.Builder |
getResourceBuilder()
.tensorflow.SavedResource resource = 10;
|
SavedResourceOrBuilder |
getResourceOrBuilder()
.tensorflow.SavedResource resource = 10;
|
Map<String, SaveableObject> |
getSaveableObjects()
Use
getSaveableObjectsMap() instead. |
int |
getSaveableObjectsCount()
map<string, .tensorflow.SaveableObject> saveable_objects = 11;
|
Map<String, SaveableObject> |
getSaveableObjectsMap()
map<string, .tensorflow.SaveableObject> saveable_objects = 11;
|
SaveableObject |
getSaveableObjectsOrDefault(String key, SaveableObject defaultValue)
map<string, .tensorflow.SaveableObject> saveable_objects = 11;
|
SaveableObject |
getSaveableObjectsOrThrow(String key)
map<string, .tensorflow.SaveableObject> saveable_objects = 11;
|
TrackableObjectGraph.TrackableObject.SlotVariableReference |
getSlotVariables(int index)
Slot variables owned by this object. |
TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder |
getSlotVariablesBuilder(int index)
Slot variables owned by this object. |
List<TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder> |
getSlotVariablesBuilderList()
Slot variables owned by this object. |
int |
getSlotVariablesCount()
Slot variables owned by this object. |
List<TrackableObjectGraph.TrackableObject.SlotVariableReference> |
getSlotVariablesList()
Slot variables owned by this object. |
TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder |
getSlotVariablesOrBuilder(int index)
Slot variables owned by this object. |
List<? extends TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder> |
getSlotVariablesOrBuilderList()
Slot variables owned by this object. |
SavedUserObject |
getUserObject()
.tensorflow.SavedUserObject user_object = 4;
|
SavedUserObject.Builder |
getUserObjectBuilder()
.tensorflow.SavedUserObject user_object = 4;
|
SavedUserObjectOrBuilder |
getUserObjectOrBuilder()
.tensorflow.SavedUserObject user_object = 4;
|
SavedVariable |
getVariable()
.tensorflow.SavedVariable variable = 7;
|
SavedVariable.Builder |
getVariableBuilder()
.tensorflow.SavedVariable variable = 7;
|
SavedVariableOrBuilder |
getVariableOrBuilder()
.tensorflow.SavedVariable variable = 7;
|
boolean |
hasAsset()
.tensorflow.SavedAsset asset = 5;
|
boolean |
hasBareConcreteFunction()
.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;
|
boolean |
hasConstant()
.tensorflow.SavedConstant constant = 9;
|
boolean |
hasFunction()
.tensorflow.SavedFunction function = 6;
|
boolean |
hasResource()
.tensorflow.SavedResource resource = 10;
|
boolean |
hasUserObject()
.tensorflow.SavedUserObject user_object = 4;
|
boolean |
hasVariable()
.tensorflow.SavedVariable variable = 7;
|
final boolean | |
SavedObject.Builder | |
SavedObject.Builder |
mergeBareConcreteFunction(SavedBareConcreteFunction value)
.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;
|
SavedObject.Builder | |
SavedObject.Builder |
mergeFrom(com.google.protobuf.Message other)
|
SavedObject.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
SavedObject.Builder | |
SavedObject.Builder | |
final SavedObject.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
SavedObject.Builder | |
SavedObject.Builder | |
SavedObject.Builder |
putAllSaveableObjects(Map<String, SaveableObject> values)
map<string, .tensorflow.SaveableObject> saveable_objects = 11;
|
SavedObject.Builder |
putSaveableObjects(String key, SaveableObject value)
map<string, .tensorflow.SaveableObject> saveable_objects = 11;
|
SavedObject.Builder |
removeChildren(int index)
Objects which this object depends on: named edges in the dependency graph. |
SavedObject.Builder |
removeSaveableObjects(String key)
map<string, .tensorflow.SaveableObject> saveable_objects = 11;
|
SavedObject.Builder |
removeSlotVariables(int index)
Slot variables owned by this object. |
SavedObject.Builder | |
SavedObject.Builder | |
SavedObject.Builder |
setBareConcreteFunction(SavedBareConcreteFunction value)
.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;
|
SavedObject.Builder |
setBareConcreteFunction(SavedBareConcreteFunction.Builder builderForValue)
.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;
|
SavedObject.Builder |
setChildren(int index, TrackableObjectGraph.TrackableObject.ObjectReference value)
Objects which this object depends on: named edges in the dependency graph. |
SavedObject.Builder |
setChildren(int index, TrackableObjectGraph.TrackableObject.ObjectReference.Builder builderForValue)
Objects which this object depends on: named edges in the dependency graph. |
SavedObject.Builder | |
SavedObject.Builder | |
SavedObject.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
SavedObject.Builder | |
SavedObject.Builder | |
SavedObject.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
|
SavedObject.Builder | |
SavedObject.Builder | |
SavedObject.Builder |
setSlotVariables(int index, TrackableObjectGraph.TrackableObject.SlotVariableReference value)
Slot variables owned by this object. |
SavedObject.Builder |
setSlotVariables(int index, TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder builderForValue)
Slot variables owned by this object. |
final SavedObject.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
SavedObject.Builder | |
SavedObject.Builder | |
SavedObject.Builder | |
SavedObject.Builder |
Inherited Methods
Public Methods
public SavedObject.Builder addAllChildren (Iterable<? extends TrackableObjectGraph.TrackableObject.ObjectReference> values)
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;
public SavedObject.Builder addAllSlotVariables (Iterable<? extends TrackableObjectGraph.TrackableObject.SlotVariableReference> values)
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;
public SavedObject.Builder addChildren (int index, TrackableObjectGraph.TrackableObject.ObjectReference value)
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;
public SavedObject.Builder addChildren (TrackableObjectGraph.TrackableObject.ObjectReference.Builder builderForValue)
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;
public SavedObject.Builder addChildren (TrackableObjectGraph.TrackableObject.ObjectReference value)
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;
public SavedObject.Builder addChildren (int index, TrackableObjectGraph.TrackableObject.ObjectReference.Builder builderForValue)
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;
public TrackableObjectGraph.TrackableObject.ObjectReference.Builder addChildrenBuilder (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;
public TrackableObjectGraph.TrackableObject.ObjectReference.Builder addChildrenBuilder ()
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;
public SavedObject.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public SavedObject.Builder addSlotVariables (TrackableObjectGraph.TrackableObject.SlotVariableReference value)
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;
public SavedObject.Builder addSlotVariables (TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder builderForValue)
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;
public SavedObject.Builder addSlotVariables (int index, TrackableObjectGraph.TrackableObject.SlotVariableReference value)
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;
public SavedObject.Builder addSlotVariables (int index, TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder builderForValue)
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;
public TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder addSlotVariablesBuilder (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;
public TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder addSlotVariablesBuilder ()
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;
public SavedObject.Builder clearBareConcreteFunction ()
.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;
public SavedObject.Builder clearChildren ()
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;
public SavedObject.Builder clearSlotVariables ()
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;
public boolean containsSaveableObjects (String key)
map<string, .tensorflow.SaveableObject> saveable_objects = 11;
public SavedBareConcreteFunction getBareConcreteFunction ()
.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;
public SavedBareConcreteFunction.Builder getBareConcreteFunctionBuilder ()
.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;
public SavedBareConcreteFunctionOrBuilder getBareConcreteFunctionOrBuilder ()
.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;
public 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;
public TrackableObjectGraph.TrackableObject.ObjectReference.Builder getChildrenBuilder (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;
public List<TrackableObjectGraph.TrackableObject.ObjectReference.Builder> getChildrenBuilderList ()
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;
public 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;
public List<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;
public 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;
public List<? extends 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;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public Map<String, SaveableObject> getMutableSaveableObjects ()
Use alternate mutation accessors instead.
public int getSaveableObjectsCount ()
map<string, .tensorflow.SaveableObject> saveable_objects = 11;
public Map<String, SaveableObject> getSaveableObjectsMap ()
map<string, .tensorflow.SaveableObject> saveable_objects = 11;
public SaveableObject getSaveableObjectsOrDefault (String key, SaveableObject defaultValue)
map<string, .tensorflow.SaveableObject> saveable_objects = 11;
public SaveableObject getSaveableObjectsOrThrow (String key)
map<string, .tensorflow.SaveableObject> saveable_objects = 11;
public 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;
public TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder getSlotVariablesBuilder (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;
public List<TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder> getSlotVariablesBuilderList ()
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;
public 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;
public List<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;
public 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;
public List<? extends 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;
public SavedUserObjectOrBuilder getUserObjectOrBuilder ()
.tensorflow.SavedUserObject user_object = 4;
public boolean hasAsset ()
.tensorflow.SavedAsset asset = 5;
public boolean hasBareConcreteFunction ()
.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;
public boolean hasConstant ()
.tensorflow.SavedConstant constant = 9;
public boolean hasFunction ()
.tensorflow.SavedFunction function = 6;
public boolean hasResource ()
.tensorflow.SavedResource resource = 10;
public boolean hasUserObject ()
.tensorflow.SavedUserObject user_object = 4;
public boolean hasVariable ()
.tensorflow.SavedVariable variable = 7;
public final boolean isInitialized ()
public SavedObject.Builder mergeBareConcreteFunction (SavedBareConcreteFunction value)
.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;
public SavedObject.Builder mergeConstant (SavedConstant value)
.tensorflow.SavedConstant constant = 9;
public SavedObject.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public SavedObject.Builder mergeFunction (SavedFunction value)
.tensorflow.SavedFunction function = 6;
public SavedObject.Builder mergeResource (SavedResource value)
.tensorflow.SavedResource resource = 10;
public final SavedObject.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public SavedObject.Builder mergeUserObject (SavedUserObject value)
.tensorflow.SavedUserObject user_object = 4;
public SavedObject.Builder mergeVariable (SavedVariable value)
.tensorflow.SavedVariable variable = 7;
public SavedObject.Builder putAllSaveableObjects (Map<String, SaveableObject> values)
map<string, .tensorflow.SaveableObject> saveable_objects = 11;
public SavedObject.Builder putSaveableObjects (String key, SaveableObject value)
map<string, .tensorflow.SaveableObject> saveable_objects = 11;
public SavedObject.Builder removeChildren (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;
public SavedObject.Builder removeSaveableObjects (String key)
map<string, .tensorflow.SaveableObject> saveable_objects = 11;
public SavedObject.Builder removeSlotVariables (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;
public SavedObject.Builder setAsset (SavedAsset.Builder builderForValue)
.tensorflow.SavedAsset asset = 5;
public SavedObject.Builder setBareConcreteFunction (SavedBareConcreteFunction value)
.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;
public SavedObject.Builder setBareConcreteFunction (SavedBareConcreteFunction.Builder builderForValue)
.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;
public SavedObject.Builder setChildren (int index, TrackableObjectGraph.TrackableObject.ObjectReference value)
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;
public SavedObject.Builder setChildren (int index, TrackableObjectGraph.TrackableObject.ObjectReference.Builder builderForValue)
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;
public SavedObject.Builder setConstant (SavedConstant.Builder builderForValue)
.tensorflow.SavedConstant constant = 9;
public SavedObject.Builder setConstant (SavedConstant value)
.tensorflow.SavedConstant constant = 9;
public SavedObject.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public SavedObject.Builder setFunction (SavedFunction.Builder builderForValue)
.tensorflow.SavedFunction function = 6;
public SavedObject.Builder setFunction (SavedFunction value)
.tensorflow.SavedFunction function = 6;
public SavedObject.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
public SavedObject.Builder setResource (SavedResource.Builder builderForValue)
.tensorflow.SavedResource resource = 10;
public SavedObject.Builder setResource (SavedResource value)
.tensorflow.SavedResource resource = 10;
public SavedObject.Builder setSlotVariables (int index, TrackableObjectGraph.TrackableObject.SlotVariableReference value)
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;
public SavedObject.Builder setSlotVariables (int index, TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder builderForValue)
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;
public final SavedObject.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public SavedObject.Builder setUserObject (SavedUserObject value)
.tensorflow.SavedUserObject user_object = 4;
public SavedObject.Builder setUserObject (SavedUserObject.Builder builderForValue)
.tensorflow.SavedUserObject user_object = 4;
public SavedObject.Builder setVariable (SavedVariable value)
.tensorflow.SavedVariable variable = 7;
public SavedObject.Builder setVariable (SavedVariable.Builder builderForValue)
.tensorflow.SavedVariable variable = 7;