Package org.tensorflow.framework
Class SignatureDef
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- org.tensorflow.framework.SignatureDef
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable,SignatureDefOrBuilder
public final class SignatureDef extends com.google.protobuf.GeneratedMessageV3 implements SignatureDefOrBuilder
SignatureDef defines the signature of a computation supported by a TensorFlow graph. For example, a model with two loss computations, sharing a single input, might have the following signature_def map. Note that across the two SignatureDefs "loss_A" and "loss_B", the input key, output key, and method_name are identical, and will be used by system(s) that implement or rely upon this particular loss method. The output tensor names differ, demonstrating how different outputs can exist for the same method. signature_def { key: "loss_A" value { inputs { key: "input" value { name: "input:0" dtype: DT_STRING tensor_shape: ... } } outputs { key: "loss_output" value { name: "loss_output_A:0" dtype: DT_FLOAT tensor_shape: ... } } } ... method_name: "some/package/compute_loss" } signature_def { key: "loss_B" value { inputs { key: "input" value { name: "input:0" dtype: DT_STRING tensor_shape: ... } } outputs { key: "loss_output" value { name: "loss_output_B:0" dtype: DT_FLOAT tensor_shape: ... } } } ... method_name: "some/package/compute_loss" }Protobuf typetensorflow.SignatureDef- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSignatureDef.BuilderSignatureDef defines the signature of a computation supported by a TensorFlow graph.-
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 intINPUTS_FIELD_NUMBERstatic intMETHOD_NAME_FIELD_NUMBERstatic intOUTPUTS_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleancontainsInputs(java.lang.String key)Named input parameters.booleancontainsOutputs(java.lang.String key)Named output parameters.booleanequals(java.lang.Object obj)static SignatureDefgetDefaultInstance()SignatureDefgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()java.util.Map<java.lang.String,TensorInfo>getInputs()Deprecated.intgetInputsCount()Named input parameters.java.util.Map<java.lang.String,TensorInfo>getInputsMap()Named input parameters.TensorInfogetInputsOrDefault(java.lang.String key, TensorInfo defaultValue)Named input parameters.TensorInfogetInputsOrThrow(java.lang.String key)Named input parameters.java.lang.StringgetMethodName()Extensible method_name information enabling third-party users to mark a SignatureDef as supporting a particular method.com.google.protobuf.ByteStringgetMethodNameBytes()Extensible method_name information enabling third-party users to mark a SignatureDef as supporting a particular method.java.util.Map<java.lang.String,TensorInfo>getOutputs()Deprecated.intgetOutputsCount()Named output parameters.java.util.Map<java.lang.String,TensorInfo>getOutputsMap()Named output parameters.TensorInfogetOutputsOrDefault(java.lang.String key, TensorInfo defaultValue)Named output parameters.TensorInfogetOutputsOrThrow(java.lang.String key)Named output parameters.com.google.protobuf.Parser<SignatureDef>getParserForType()intgetSerializedSize()com.google.protobuf.UnknownFieldSetgetUnknownFields()inthashCode()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()protected com.google.protobuf.MapFieldinternalGetMapField(int number)booleanisInitialized()static SignatureDef.BuildernewBuilder()static SignatureDef.BuildernewBuilder(SignatureDef prototype)SignatureDef.BuildernewBuilderForType()protected SignatureDef.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected java.lang.ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static SignatureDefparseDelimitedFrom(java.io.InputStream input)static SignatureDefparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SignatureDefparseFrom(byte[] data)static SignatureDefparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SignatureDefparseFrom(com.google.protobuf.ByteString data)static SignatureDefparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SignatureDefparseFrom(com.google.protobuf.CodedInputStream input)static SignatureDefparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SignatureDefparseFrom(java.io.InputStream input)static SignatureDefparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SignatureDefparseFrom(java.nio.ByteBuffer data)static SignatureDefparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<SignatureDef>parser()SignatureDef.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, 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
-
INPUTS_FIELD_NUMBER
public static final int INPUTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OUTPUTS_FIELD_NUMBER
public static final int OUTPUTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
METHOD_NAME_FIELD_NUMBER
public static final int METHOD_NAME_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()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapFieldin classcom.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getInputsCount
public int getInputsCount()
Description copied from interface:SignatureDefOrBuilderNamed input parameters.
map<string, .tensorflow.TensorInfo> inputs = 1;- Specified by:
getInputsCountin interfaceSignatureDefOrBuilder
-
containsInputs
public boolean containsInputs(java.lang.String key)
Named input parameters.
map<string, .tensorflow.TensorInfo> inputs = 1;- Specified by:
containsInputsin interfaceSignatureDefOrBuilder
-
getInputs
@Deprecated public java.util.Map<java.lang.String,TensorInfo> getInputs()
Deprecated.UsegetInputsMap()instead.- Specified by:
getInputsin interfaceSignatureDefOrBuilder
-
getInputsMap
public java.util.Map<java.lang.String,TensorInfo> getInputsMap()
Named input parameters.
map<string, .tensorflow.TensorInfo> inputs = 1;- Specified by:
getInputsMapin interfaceSignatureDefOrBuilder
-
getInputsOrDefault
public TensorInfo getInputsOrDefault(java.lang.String key, TensorInfo defaultValue)
Named input parameters.
map<string, .tensorflow.TensorInfo> inputs = 1;- Specified by:
getInputsOrDefaultin interfaceSignatureDefOrBuilder
-
getInputsOrThrow
public TensorInfo getInputsOrThrow(java.lang.String key)
Named input parameters.
map<string, .tensorflow.TensorInfo> inputs = 1;- Specified by:
getInputsOrThrowin interfaceSignatureDefOrBuilder
-
getOutputsCount
public int getOutputsCount()
Description copied from interface:SignatureDefOrBuilderNamed output parameters.
map<string, .tensorflow.TensorInfo> outputs = 2;- Specified by:
getOutputsCountin interfaceSignatureDefOrBuilder
-
containsOutputs
public boolean containsOutputs(java.lang.String key)
Named output parameters.
map<string, .tensorflow.TensorInfo> outputs = 2;- Specified by:
containsOutputsin interfaceSignatureDefOrBuilder
-
getOutputs
@Deprecated public java.util.Map<java.lang.String,TensorInfo> getOutputs()
Deprecated.UsegetOutputsMap()instead.- Specified by:
getOutputsin interfaceSignatureDefOrBuilder
-
getOutputsMap
public java.util.Map<java.lang.String,TensorInfo> getOutputsMap()
Named output parameters.
map<string, .tensorflow.TensorInfo> outputs = 2;- Specified by:
getOutputsMapin interfaceSignatureDefOrBuilder
-
getOutputsOrDefault
public TensorInfo getOutputsOrDefault(java.lang.String key, TensorInfo defaultValue)
Named output parameters.
map<string, .tensorflow.TensorInfo> outputs = 2;- Specified by:
getOutputsOrDefaultin interfaceSignatureDefOrBuilder
-
getOutputsOrThrow
public TensorInfo getOutputsOrThrow(java.lang.String key)
Named output parameters.
map<string, .tensorflow.TensorInfo> outputs = 2;- Specified by:
getOutputsOrThrowin interfaceSignatureDefOrBuilder
-
getMethodName
public java.lang.String getMethodName()
Extensible method_name information enabling third-party users to mark a SignatureDef as supporting a particular method. This enables producers and consumers of SignatureDefs, e.g. a model definition library and a serving library to have a clear hand-off regarding the semantics of a computation. Note that multiple SignatureDefs in a single MetaGraphDef may have the same method_name. This is commonly used to support multi-headed computation, where a single graph computation may return multiple results.
string method_name = 3;- Specified by:
getMethodNamein interfaceSignatureDefOrBuilder- Returns:
- The methodName.
-
getMethodNameBytes
public com.google.protobuf.ByteString getMethodNameBytes()
Extensible method_name information enabling third-party users to mark a SignatureDef as supporting a particular method. This enables producers and consumers of SignatureDefs, e.g. a model definition library and a serving library to have a clear hand-off regarding the semantics of a computation. Note that multiple SignatureDefs in a single MetaGraphDef may have the same method_name. This is commonly used to support multi-headed computation, where a single graph computation may return multiple results.
string method_name = 3;- Specified by:
getMethodNameBytesin interfaceSignatureDefOrBuilder- Returns:
- The bytes for methodName.
-
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 SignatureDef parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SignatureDef parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SignatureDef parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SignatureDef parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SignatureDef parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SignatureDef parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SignatureDef parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static SignatureDef parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static SignatureDef parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static SignatureDef parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static SignatureDef parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static SignatureDef parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public SignatureDef.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static SignatureDef.Builder newBuilder()
-
newBuilder
public static SignatureDef.Builder newBuilder(SignatureDef prototype)
-
toBuilder
public SignatureDef.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected SignatureDef.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static SignatureDef getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<SignatureDef> parser()
-
getParserForType
public com.google.protobuf.Parser<SignatureDef> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public SignatureDef getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-