Protobuf type tensorflow.SavedObject
Nested Classes
| class | SavedObject.Builder | Protobuf type tensorflow.SavedObject
|
|
| enum | SavedObject.KindCase | ||
Constants
Public Methods
| boolean |
containsSaveableObjects(String key)
map<string, .tensorflow.SaveableObject> saveable_objects = 11;
|
| boolean |
equals(Object obj)
|
| SavedAsset |
getAsset()
.tensorflow.SavedAsset asset = 5;
|
| SavedAssetOrBuilder |
getAssetOrBuilder()
.tensorflow.SavedAsset asset = 5;
|
| SavedBareConcreteFunction |
getBareConcreteFunction()
.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. |
| 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;
|
| SavedConstantOrBuilder |
getConstantOrBuilder()
.tensorflow.SavedConstant constant = 9;
|
| static SavedObject | |
| SavedObject | |
| final static com.google.protobuf.Descriptors.Descriptor | |
| SavedFunction |
getFunction()
.tensorflow.SavedFunction function = 6;
|
| SavedFunctionOrBuilder |
getFunctionOrBuilder()
.tensorflow.SavedFunction function = 6;
|
| SavedObject.KindCase | |
|
|
|
| SavedResource |
getResource()
.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;
|
| int | |
| TrackableObjectGraph.TrackableObject.SlotVariableReference |
getSlotVariables(int index)
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. |
| final com.google.protobuf.UnknownFieldSet | |
| SavedUserObject |
getUserObject()
.tensorflow.SavedUserObject user_object = 4;
|
| SavedUserObjectOrBuilder |
getUserObjectOrBuilder()
.tensorflow.SavedUserObject user_object = 4;
|
| SavedVariable |
getVariable()
.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;
|
| int |
hashCode()
|
| final boolean | |
| static SavedObject.Builder |
newBuilder(SavedObject prototype)
|
| static SavedObject.Builder | |
| SavedObject.Builder | |
| static SavedObject |
parseDelimitedFrom(InputStream input)
|
| static SavedObject |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static SavedObject |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static SavedObject |
parseFrom(com.google.protobuf.CodedInputStream input)
|
| static SavedObject |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static SavedObject |
parseFrom(ByteBuffer data)
|
| static SavedObject |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static SavedObject |
parseFrom(com.google.protobuf.ByteString data)
|
| static SavedObject |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static SavedObject |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
static
|
parser()
|
| SavedObject.Builder | |
| void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int ASSET_FIELD_NUMBER
public static final int BARE_CONCRETE_FUNCTION_FIELD_NUMBER
public static final int CHILDREN_FIELD_NUMBER
public static final int CONSTANT_FIELD_NUMBER
public static final int FUNCTION_FIELD_NUMBER
public static final int RESOURCE_FIELD_NUMBER
public static final int SAVEABLE_OBJECTS_FIELD_NUMBER
public static final int SLOT_VARIABLES_FIELD_NUMBER
public static final int USER_OBJECT_FIELD_NUMBER
public static final int VARIABLE_FIELD_NUMBER
Public Methods
public boolean containsSaveableObjects (String key)
map<string, .tensorflow.SaveableObject> saveable_objects = 11;
public boolean equals (Object obj)
public SavedBareConcreteFunction getBareConcreteFunction ()
.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 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
getParserForType
()
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 int getSerializedSize ()
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 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 final com.google.protobuf.UnknownFieldSet getUnknownFields ()
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 int hashCode ()
public final boolean isInitialized ()
public static SavedObject parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException |
|---|
public static SavedObject parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| InvalidProtocolBufferException |
|---|
public static SavedObject parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| InvalidProtocolBufferException |
|---|
public static SavedObject parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException |
|---|
public static SavedObject parseFrom (com.google.protobuf.ByteString data)
Throws
| InvalidProtocolBufferException |
|---|
public static SavedObject parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException |
|---|
public static SavedObject parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| InvalidProtocolBufferException |
|---|
public
static
parser
()
public void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
| IOException |
|---|