public static final class SavedObjectGraphOuterClass.SavedObject extends com.google.protobuf.GeneratedMessageV3 implements SavedObjectGraphOuterClass.SavedObjectOrBuilder
tensorflow.SavedObject| Modifier and Type | Class and Description |
|---|---|
static class |
SavedObjectGraphOuterClass.SavedObject.Builder
Protobuf type
tensorflow.SavedObject |
static class |
SavedObjectGraphOuterClass.SavedObject.KindCase |
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| Modifier and Type | Field and Description |
|---|---|
static int |
ASSET_FIELD_NUMBER |
static int |
BARE_CONCRETE_FUNCTION_FIELD_NUMBER |
static int |
CHILDREN_FIELD_NUMBER |
static int |
CONSTANT_FIELD_NUMBER |
static int |
FUNCTION_FIELD_NUMBER |
static int |
RESOURCE_FIELD_NUMBER |
static int |
SLOT_VARIABLES_FIELD_NUMBER |
static int |
USER_OBJECT_FIELD_NUMBER |
static int |
VARIABLE_FIELD_NUMBER |
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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int CHILDREN_FIELD_NUMBER
public static final int SLOT_VARIABLES_FIELD_NUMBER
public static final int USER_OBJECT_FIELD_NUMBER
public static final int ASSET_FIELD_NUMBER
public static final int FUNCTION_FIELD_NUMBER
public static final int VARIABLE_FIELD_NUMBER
public static final int BARE_CONCRETE_FUNCTION_FIELD_NUMBER
public static final int CONSTANT_FIELD_NUMBER
public static final int RESOURCE_FIELD_NUMBER
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public SavedObjectGraphOuterClass.SavedObject.KindCase getKindCase()
getKindCase in interface SavedObjectGraphOuterClass.SavedObjectOrBuilderpublic 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;getChildrenList in interface SavedObjectGraphOuterClass.SavedObjectOrBuilderpublic 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;getChildrenOrBuilderList in interface SavedObjectGraphOuterClass.SavedObjectOrBuilderpublic 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;getChildrenCount in interface SavedObjectGraphOuterClass.SavedObjectOrBuilderpublic 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;getChildren in interface SavedObjectGraphOuterClass.SavedObjectOrBuilderpublic 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;getChildrenOrBuilder in interface SavedObjectGraphOuterClass.SavedObjectOrBuilderpublic 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;getSlotVariablesList in interface SavedObjectGraphOuterClass.SavedObjectOrBuilderpublic 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;getSlotVariablesOrBuilderList in interface SavedObjectGraphOuterClass.SavedObjectOrBuilderpublic 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;getSlotVariablesCount in interface SavedObjectGraphOuterClass.SavedObjectOrBuilderpublic 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;getSlotVariables in interface SavedObjectGraphOuterClass.SavedObjectOrBuilderpublic 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;getSlotVariablesOrBuilder in interface SavedObjectGraphOuterClass.SavedObjectOrBuilderpublic boolean hasUserObject()
.tensorflow.SavedUserObject user_object = 4;hasUserObject in interface SavedObjectGraphOuterClass.SavedObjectOrBuilderpublic SavedObjectGraphOuterClass.SavedUserObject getUserObject()
.tensorflow.SavedUserObject user_object = 4;getUserObject in interface SavedObjectGraphOuterClass.SavedObjectOrBuilderpublic SavedObjectGraphOuterClass.SavedUserObjectOrBuilder getUserObjectOrBuilder()
.tensorflow.SavedUserObject user_object = 4;getUserObjectOrBuilder in interface SavedObjectGraphOuterClass.SavedObjectOrBuilderpublic boolean hasAsset()
.tensorflow.SavedAsset asset = 5;hasAsset in interface SavedObjectGraphOuterClass.SavedObjectOrBuilderpublic SavedObjectGraphOuterClass.SavedAsset getAsset()
.tensorflow.SavedAsset asset = 5;getAsset in interface SavedObjectGraphOuterClass.SavedObjectOrBuilderpublic SavedObjectGraphOuterClass.SavedAssetOrBuilder getAssetOrBuilder()
.tensorflow.SavedAsset asset = 5;getAssetOrBuilder in interface SavedObjectGraphOuterClass.SavedObjectOrBuilderpublic boolean hasFunction()
.tensorflow.SavedFunction function = 6;hasFunction in interface SavedObjectGraphOuterClass.SavedObjectOrBuilderpublic SavedObjectGraphOuterClass.SavedFunction getFunction()
.tensorflow.SavedFunction function = 6;getFunction in interface SavedObjectGraphOuterClass.SavedObjectOrBuilderpublic SavedObjectGraphOuterClass.SavedFunctionOrBuilder getFunctionOrBuilder()
.tensorflow.SavedFunction function = 6;getFunctionOrBuilder in interface SavedObjectGraphOuterClass.SavedObjectOrBuilderpublic boolean hasVariable()
.tensorflow.SavedVariable variable = 7;hasVariable in interface SavedObjectGraphOuterClass.SavedObjectOrBuilderpublic SavedObjectGraphOuterClass.SavedVariable getVariable()
.tensorflow.SavedVariable variable = 7;getVariable in interface SavedObjectGraphOuterClass.SavedObjectOrBuilderpublic SavedObjectGraphOuterClass.SavedVariableOrBuilder getVariableOrBuilder()
.tensorflow.SavedVariable variable = 7;getVariableOrBuilder in interface SavedObjectGraphOuterClass.SavedObjectOrBuilderpublic boolean hasBareConcreteFunction()
.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;hasBareConcreteFunction in interface SavedObjectGraphOuterClass.SavedObjectOrBuilderpublic SavedObjectGraphOuterClass.SavedBareConcreteFunction getBareConcreteFunction()
.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;getBareConcreteFunction in interface SavedObjectGraphOuterClass.SavedObjectOrBuilderpublic SavedObjectGraphOuterClass.SavedBareConcreteFunctionOrBuilder getBareConcreteFunctionOrBuilder()
.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;getBareConcreteFunctionOrBuilder in interface SavedObjectGraphOuterClass.SavedObjectOrBuilderpublic boolean hasConstant()
.tensorflow.SavedConstant constant = 9;hasConstant in interface SavedObjectGraphOuterClass.SavedObjectOrBuilderpublic SavedObjectGraphOuterClass.SavedConstant getConstant()
.tensorflow.SavedConstant constant = 9;getConstant in interface SavedObjectGraphOuterClass.SavedObjectOrBuilderpublic SavedObjectGraphOuterClass.SavedConstantOrBuilder getConstantOrBuilder()
.tensorflow.SavedConstant constant = 9;getConstantOrBuilder in interface SavedObjectGraphOuterClass.SavedObjectOrBuilderpublic boolean hasResource()
.tensorflow.SavedResource resource = 10;hasResource in interface SavedObjectGraphOuterClass.SavedObjectOrBuilderpublic SavedObjectGraphOuterClass.SavedResource getResource()
.tensorflow.SavedResource resource = 10;getResource in interface SavedObjectGraphOuterClass.SavedObjectOrBuilderpublic SavedObjectGraphOuterClass.SavedResourceOrBuilder getResourceOrBuilder()
.tensorflow.SavedResource resource = 10;getResourceOrBuilder in interface SavedObjectGraphOuterClass.SavedObjectOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static SavedObjectGraphOuterClass.SavedObject parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SavedObjectGraphOuterClass.SavedObject parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SavedObjectGraphOuterClass.SavedObject parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SavedObjectGraphOuterClass.SavedObject parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SavedObjectGraphOuterClass.SavedObject parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SavedObjectGraphOuterClass.SavedObject parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SavedObjectGraphOuterClass.SavedObject parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static SavedObjectGraphOuterClass.SavedObject parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static SavedObjectGraphOuterClass.SavedObject parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static SavedObjectGraphOuterClass.SavedObject parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static SavedObjectGraphOuterClass.SavedObject parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static SavedObjectGraphOuterClass.SavedObject parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic SavedObjectGraphOuterClass.SavedObject.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static SavedObjectGraphOuterClass.SavedObject.Builder newBuilder()
public static SavedObjectGraphOuterClass.SavedObject.Builder newBuilder(SavedObjectGraphOuterClass.SavedObject prototype)
public SavedObjectGraphOuterClass.SavedObject.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected SavedObjectGraphOuterClass.SavedObject.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static SavedObjectGraphOuterClass.SavedObject getDefaultInstance()
public static com.google.protobuf.Parser<SavedObjectGraphOuterClass.SavedObject> parser()
public com.google.protobuf.Parser<SavedObjectGraphOuterClass.SavedObject> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public SavedObjectGraphOuterClass.SavedObject getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder