Package tensorflow
Class SavedObjectGraphOuterClass.SavedObject
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- tensorflow.SavedObjectGraphOuterClass.SavedObject
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable,SavedObjectGraphOuterClass.SavedObjectOrBuilder
- Enclosing class:
- SavedObjectGraphOuterClass
public static final class SavedObjectGraphOuterClass.SavedObject extends com.google.protobuf.GeneratedMessageV3 implements SavedObjectGraphOuterClass.SavedObjectOrBuilder
Protobuf typetensorflow.SavedObject- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSavedObjectGraphOuterClass.SavedObject.BuilderProtobuf typetensorflow.SavedObjectstatic classSavedObjectGraphOuterClass.SavedObject.KindCase-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intASSET_FIELD_NUMBERstatic intBARE_CONCRETE_FUNCTION_FIELD_NUMBERstatic intCHILDREN_FIELD_NUMBERstatic intCONSTANT_FIELD_NUMBERstatic intFUNCTION_FIELD_NUMBERstatic intRESOURCE_FIELD_NUMBERstatic intSLOT_VARIABLES_FIELD_NUMBERstatic intUSER_OBJECT_FIELD_NUMBERstatic intVARIABLE_FIELD_NUMBER
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
CHILDREN_FIELD_NUMBER
public static final int CHILDREN_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SLOT_VARIABLES_FIELD_NUMBER
public static final int SLOT_VARIABLES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
USER_OBJECT_FIELD_NUMBER
public static final int USER_OBJECT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ASSET_FIELD_NUMBER
public static final int ASSET_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FUNCTION_FIELD_NUMBER
public static final int FUNCTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VARIABLE_FIELD_NUMBER
public static final int VARIABLE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BARE_CONCRETE_FUNCTION_FIELD_NUMBER
public static final int BARE_CONCRETE_FUNCTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONSTANT_FIELD_NUMBER
public static final int CONSTANT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
RESOURCE_FIELD_NUMBER
public static final int RESOURCE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getKindCase
public SavedObjectGraphOuterClass.SavedObject.KindCase getKindCase()
- Specified by:
getKindCasein interfaceSavedObjectGraphOuterClass.SavedObjectOrBuilder
-
getChildrenList
public 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;- Specified by:
getChildrenListin interfaceSavedObjectGraphOuterClass.SavedObjectOrBuilder
-
getChildrenOrBuilderList
public 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;- Specified by:
getChildrenOrBuilderListin interfaceSavedObjectGraphOuterClass.SavedObjectOrBuilder
-
getChildrenCount
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;- Specified by:
getChildrenCountin interfaceSavedObjectGraphOuterClass.SavedObjectOrBuilder
-
getChildren
public 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;- Specified by:
getChildrenin interfaceSavedObjectGraphOuterClass.SavedObjectOrBuilder
-
getChildrenOrBuilder
public 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;- Specified by:
getChildrenOrBuilderin interfaceSavedObjectGraphOuterClass.SavedObjectOrBuilder
-
getSlotVariablesList
public 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;- Specified by:
getSlotVariablesListin interfaceSavedObjectGraphOuterClass.SavedObjectOrBuilder
-
getSlotVariablesOrBuilderList
public 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;- Specified by:
getSlotVariablesOrBuilderListin interfaceSavedObjectGraphOuterClass.SavedObjectOrBuilder
-
getSlotVariablesCount
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;- Specified by:
getSlotVariablesCountin interfaceSavedObjectGraphOuterClass.SavedObjectOrBuilder
-
getSlotVariables
public 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;- Specified by:
getSlotVariablesin interfaceSavedObjectGraphOuterClass.SavedObjectOrBuilder
-
getSlotVariablesOrBuilder
public 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;- Specified by:
getSlotVariablesOrBuilderin interfaceSavedObjectGraphOuterClass.SavedObjectOrBuilder
-
hasUserObject
public boolean hasUserObject()
.tensorflow.SavedUserObject user_object = 4;- Specified by:
hasUserObjectin interfaceSavedObjectGraphOuterClass.SavedObjectOrBuilder- Returns:
- Whether the userObject field is set.
-
getUserObject
public SavedObjectGraphOuterClass.SavedUserObject getUserObject()
.tensorflow.SavedUserObject user_object = 4;- Specified by:
getUserObjectin interfaceSavedObjectGraphOuterClass.SavedObjectOrBuilder- Returns:
- The userObject.
-
getUserObjectOrBuilder
public SavedObjectGraphOuterClass.SavedUserObjectOrBuilder getUserObjectOrBuilder()
.tensorflow.SavedUserObject user_object = 4;- Specified by:
getUserObjectOrBuilderin interfaceSavedObjectGraphOuterClass.SavedObjectOrBuilder
-
hasAsset
public boolean hasAsset()
.tensorflow.SavedAsset asset = 5;- Specified by:
hasAssetin interfaceSavedObjectGraphOuterClass.SavedObjectOrBuilder- Returns:
- Whether the asset field is set.
-
getAsset
public SavedObjectGraphOuterClass.SavedAsset getAsset()
.tensorflow.SavedAsset asset = 5;- Specified by:
getAssetin interfaceSavedObjectGraphOuterClass.SavedObjectOrBuilder- Returns:
- The asset.
-
getAssetOrBuilder
public SavedObjectGraphOuterClass.SavedAssetOrBuilder getAssetOrBuilder()
.tensorflow.SavedAsset asset = 5;- Specified by:
getAssetOrBuilderin interfaceSavedObjectGraphOuterClass.SavedObjectOrBuilder
-
hasFunction
public boolean hasFunction()
.tensorflow.SavedFunction function = 6;- Specified by:
hasFunctionin interfaceSavedObjectGraphOuterClass.SavedObjectOrBuilder- Returns:
- Whether the function field is set.
-
getFunction
public SavedObjectGraphOuterClass.SavedFunction getFunction()
.tensorflow.SavedFunction function = 6;- Specified by:
getFunctionin interfaceSavedObjectGraphOuterClass.SavedObjectOrBuilder- Returns:
- The function.
-
getFunctionOrBuilder
public SavedObjectGraphOuterClass.SavedFunctionOrBuilder getFunctionOrBuilder()
.tensorflow.SavedFunction function = 6;- Specified by:
getFunctionOrBuilderin interfaceSavedObjectGraphOuterClass.SavedObjectOrBuilder
-
hasVariable
public boolean hasVariable()
.tensorflow.SavedVariable variable = 7;- Specified by:
hasVariablein interfaceSavedObjectGraphOuterClass.SavedObjectOrBuilder- Returns:
- Whether the variable field is set.
-
getVariable
public SavedObjectGraphOuterClass.SavedVariable getVariable()
.tensorflow.SavedVariable variable = 7;- Specified by:
getVariablein interfaceSavedObjectGraphOuterClass.SavedObjectOrBuilder- Returns:
- The variable.
-
getVariableOrBuilder
public SavedObjectGraphOuterClass.SavedVariableOrBuilder getVariableOrBuilder()
.tensorflow.SavedVariable variable = 7;- Specified by:
getVariableOrBuilderin interfaceSavedObjectGraphOuterClass.SavedObjectOrBuilder
-
hasBareConcreteFunction
public boolean hasBareConcreteFunction()
.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;- Specified by:
hasBareConcreteFunctionin interfaceSavedObjectGraphOuterClass.SavedObjectOrBuilder- Returns:
- Whether the bareConcreteFunction field is set.
-
getBareConcreteFunction
public SavedObjectGraphOuterClass.SavedBareConcreteFunction getBareConcreteFunction()
.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;- Specified by:
getBareConcreteFunctionin interfaceSavedObjectGraphOuterClass.SavedObjectOrBuilder- Returns:
- The bareConcreteFunction.
-
getBareConcreteFunctionOrBuilder
public SavedObjectGraphOuterClass.SavedBareConcreteFunctionOrBuilder getBareConcreteFunctionOrBuilder()
.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;- Specified by:
getBareConcreteFunctionOrBuilderin interfaceSavedObjectGraphOuterClass.SavedObjectOrBuilder
-
hasConstant
public boolean hasConstant()
.tensorflow.SavedConstant constant = 9;- Specified by:
hasConstantin interfaceSavedObjectGraphOuterClass.SavedObjectOrBuilder- Returns:
- Whether the constant field is set.
-
getConstant
public SavedObjectGraphOuterClass.SavedConstant getConstant()
.tensorflow.SavedConstant constant = 9;- Specified by:
getConstantin interfaceSavedObjectGraphOuterClass.SavedObjectOrBuilder- Returns:
- The constant.
-
getConstantOrBuilder
public SavedObjectGraphOuterClass.SavedConstantOrBuilder getConstantOrBuilder()
.tensorflow.SavedConstant constant = 9;- Specified by:
getConstantOrBuilderin interfaceSavedObjectGraphOuterClass.SavedObjectOrBuilder
-
hasResource
public boolean hasResource()
.tensorflow.SavedResource resource = 10;- Specified by:
hasResourcein interfaceSavedObjectGraphOuterClass.SavedObjectOrBuilder- Returns:
- Whether the resource field is set.
-
getResource
public SavedObjectGraphOuterClass.SavedResource getResource()
.tensorflow.SavedResource resource = 10;- Specified by:
getResourcein interfaceSavedObjectGraphOuterClass.SavedObjectOrBuilder- Returns:
- The resource.
-
getResourceOrBuilder
public SavedObjectGraphOuterClass.SavedResourceOrBuilder getResourceOrBuilder()
.tensorflow.SavedResource resource = 10;- Specified by:
getResourceOrBuilderin interfaceSavedObjectGraphOuterClass.SavedObjectOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static SavedObjectGraphOuterClass.SavedObject parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SavedObjectGraphOuterClass.SavedObject parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SavedObjectGraphOuterClass.SavedObject parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SavedObjectGraphOuterClass.SavedObject parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SavedObjectGraphOuterClass.SavedObject parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SavedObjectGraphOuterClass.SavedObject parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SavedObjectGraphOuterClass.SavedObject parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static SavedObjectGraphOuterClass.SavedObject parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static SavedObjectGraphOuterClass.SavedObject parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static SavedObjectGraphOuterClass.SavedObject parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static SavedObjectGraphOuterClass.SavedObject parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static SavedObjectGraphOuterClass.SavedObject parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public SavedObjectGraphOuterClass.SavedObject.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static SavedObjectGraphOuterClass.SavedObject.Builder newBuilder()
-
newBuilder
public static SavedObjectGraphOuterClass.SavedObject.Builder newBuilder(SavedObjectGraphOuterClass.SavedObject prototype)
-
toBuilder
public SavedObjectGraphOuterClass.SavedObject.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected SavedObjectGraphOuterClass.SavedObject.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static SavedObjectGraphOuterClass.SavedObject getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<SavedObjectGraphOuterClass.SavedObject> parser()
-
getParserForType
public com.google.protobuf.Parser<SavedObjectGraphOuterClass.SavedObject> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public SavedObjectGraphOuterClass.SavedObject getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-