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
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, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public 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
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public SavedObjectGraphOuterClass.SavedObject.KindCase getKindCase()
getKindCase
in interface SavedObjectGraphOuterClass.SavedObjectOrBuilder
public 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.SavedObjectOrBuilder
public 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.SavedObjectOrBuilder
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;
getChildrenCount
in interface SavedObjectGraphOuterClass.SavedObjectOrBuilder
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;
getChildren
in interface SavedObjectGraphOuterClass.SavedObjectOrBuilder
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;
getChildrenOrBuilder
in interface SavedObjectGraphOuterClass.SavedObjectOrBuilder
public 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.SavedObjectOrBuilder
public 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.SavedObjectOrBuilder
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;
getSlotVariablesCount
in interface SavedObjectGraphOuterClass.SavedObjectOrBuilder
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;
getSlotVariables
in interface SavedObjectGraphOuterClass.SavedObjectOrBuilder
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;
getSlotVariablesOrBuilder
in interface SavedObjectGraphOuterClass.SavedObjectOrBuilder
public boolean hasUserObject()
.tensorflow.SavedUserObject user_object = 4;
hasUserObject
in interface SavedObjectGraphOuterClass.SavedObjectOrBuilder
public SavedObjectGraphOuterClass.SavedUserObject getUserObject()
.tensorflow.SavedUserObject user_object = 4;
getUserObject
in interface SavedObjectGraphOuterClass.SavedObjectOrBuilder
public SavedObjectGraphOuterClass.SavedUserObjectOrBuilder getUserObjectOrBuilder()
.tensorflow.SavedUserObject user_object = 4;
getUserObjectOrBuilder
in interface SavedObjectGraphOuterClass.SavedObjectOrBuilder
public boolean hasAsset()
.tensorflow.SavedAsset asset = 5;
hasAsset
in interface SavedObjectGraphOuterClass.SavedObjectOrBuilder
public SavedObjectGraphOuterClass.SavedAsset getAsset()
.tensorflow.SavedAsset asset = 5;
getAsset
in interface SavedObjectGraphOuterClass.SavedObjectOrBuilder
public SavedObjectGraphOuterClass.SavedAssetOrBuilder getAssetOrBuilder()
.tensorflow.SavedAsset asset = 5;
getAssetOrBuilder
in interface SavedObjectGraphOuterClass.SavedObjectOrBuilder
public boolean hasFunction()
.tensorflow.SavedFunction function = 6;
hasFunction
in interface SavedObjectGraphOuterClass.SavedObjectOrBuilder
public SavedObjectGraphOuterClass.SavedFunction getFunction()
.tensorflow.SavedFunction function = 6;
getFunction
in interface SavedObjectGraphOuterClass.SavedObjectOrBuilder
public SavedObjectGraphOuterClass.SavedFunctionOrBuilder getFunctionOrBuilder()
.tensorflow.SavedFunction function = 6;
getFunctionOrBuilder
in interface SavedObjectGraphOuterClass.SavedObjectOrBuilder
public boolean hasVariable()
.tensorflow.SavedVariable variable = 7;
hasVariable
in interface SavedObjectGraphOuterClass.SavedObjectOrBuilder
public SavedObjectGraphOuterClass.SavedVariable getVariable()
.tensorflow.SavedVariable variable = 7;
getVariable
in interface SavedObjectGraphOuterClass.SavedObjectOrBuilder
public SavedObjectGraphOuterClass.SavedVariableOrBuilder getVariableOrBuilder()
.tensorflow.SavedVariable variable = 7;
getVariableOrBuilder
in interface SavedObjectGraphOuterClass.SavedObjectOrBuilder
public boolean hasBareConcreteFunction()
.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;
hasBareConcreteFunction
in interface SavedObjectGraphOuterClass.SavedObjectOrBuilder
public SavedObjectGraphOuterClass.SavedBareConcreteFunction getBareConcreteFunction()
.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;
getBareConcreteFunction
in interface SavedObjectGraphOuterClass.SavedObjectOrBuilder
public SavedObjectGraphOuterClass.SavedBareConcreteFunctionOrBuilder getBareConcreteFunctionOrBuilder()
.tensorflow.SavedBareConcreteFunction bare_concrete_function = 8;
getBareConcreteFunctionOrBuilder
in interface SavedObjectGraphOuterClass.SavedObjectOrBuilder
public boolean hasConstant()
.tensorflow.SavedConstant constant = 9;
hasConstant
in interface SavedObjectGraphOuterClass.SavedObjectOrBuilder
public SavedObjectGraphOuterClass.SavedConstant getConstant()
.tensorflow.SavedConstant constant = 9;
getConstant
in interface SavedObjectGraphOuterClass.SavedObjectOrBuilder
public SavedObjectGraphOuterClass.SavedConstantOrBuilder getConstantOrBuilder()
.tensorflow.SavedConstant constant = 9;
getConstantOrBuilder
in interface SavedObjectGraphOuterClass.SavedObjectOrBuilder
public boolean hasResource()
.tensorflow.SavedResource resource = 10;
hasResource
in interface SavedObjectGraphOuterClass.SavedObjectOrBuilder
public SavedObjectGraphOuterClass.SavedResource getResource()
.tensorflow.SavedResource resource = 10;
getResource
in interface SavedObjectGraphOuterClass.SavedObjectOrBuilder
public SavedObjectGraphOuterClass.SavedResourceOrBuilder getResourceOrBuilder()
.tensorflow.SavedResource resource = 10;
getResourceOrBuilder
in interface SavedObjectGraphOuterClass.SavedObjectOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static SavedObjectGraphOuterClass.SavedObject parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static SavedObjectGraphOuterClass.SavedObject parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static SavedObjectGraphOuterClass.SavedObject parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static SavedObjectGraphOuterClass.SavedObject parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static SavedObjectGraphOuterClass.SavedObject parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static SavedObjectGraphOuterClass.SavedObject parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static SavedObjectGraphOuterClass.SavedObject parseFrom(InputStream input) throws IOException
IOException
public static SavedObjectGraphOuterClass.SavedObject parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static SavedObjectGraphOuterClass.SavedObject parseDelimitedFrom(InputStream input) throws IOException
IOException
public static SavedObjectGraphOuterClass.SavedObject parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static SavedObjectGraphOuterClass.SavedObject parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static SavedObjectGraphOuterClass.SavedObject parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public SavedObjectGraphOuterClass.SavedObject.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public 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.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected SavedObjectGraphOuterClass.SavedObject.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public 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.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public SavedObjectGraphOuterClass.SavedObject getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2015–2019. All rights reserved.