public static final class SavedObjectGraphOuterClass.SavedConcreteFunction extends com.google.protobuf.GeneratedMessageV3 implements SavedObjectGraphOuterClass.SavedConcreteFunctionOrBuilder
Stores low-level information about a concrete function. Referenced in either a SavedFunction or a SavedBareConcreteFunction.Protobuf type
tensorflow.SavedConcreteFunction
Modifier and Type | Class and Description |
---|---|
static class |
SavedObjectGraphOuterClass.SavedConcreteFunction.Builder
Stores low-level information about a concrete function.
|
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 |
BOUND_INPUTS_FIELD_NUMBER |
static int |
CANONICALIZED_INPUT_SIGNATURE_FIELD_NUMBER |
static int |
OUTPUT_SIGNATURE_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 BOUND_INPUTS_FIELD_NUMBER
public static final int CANONICALIZED_INPUT_SIGNATURE_FIELD_NUMBER
public static final int OUTPUT_SIGNATURE_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 List<Integer> getBoundInputsList()
Bound inputs to the function. The SavedObjects identified by the node ids given here are appended as extra inputs to the caller-supplied inputs. The only types of SavedObjects valid here are SavedVariable, SavedResource and SavedAsset.
repeated int32 bound_inputs = 2;
getBoundInputsList
in interface SavedObjectGraphOuterClass.SavedConcreteFunctionOrBuilder
public int getBoundInputsCount()
Bound inputs to the function. The SavedObjects identified by the node ids given here are appended as extra inputs to the caller-supplied inputs. The only types of SavedObjects valid here are SavedVariable, SavedResource and SavedAsset.
repeated int32 bound_inputs = 2;
getBoundInputsCount
in interface SavedObjectGraphOuterClass.SavedConcreteFunctionOrBuilder
public int getBoundInputs(int index)
Bound inputs to the function. The SavedObjects identified by the node ids given here are appended as extra inputs to the caller-supplied inputs. The only types of SavedObjects valid here are SavedVariable, SavedResource and SavedAsset.
repeated int32 bound_inputs = 2;
getBoundInputs
in interface SavedObjectGraphOuterClass.SavedConcreteFunctionOrBuilder
public boolean hasCanonicalizedInputSignature()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
hasCanonicalizedInputSignature
in interface SavedObjectGraphOuterClass.SavedConcreteFunctionOrBuilder
public Struct.StructuredValue getCanonicalizedInputSignature()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
getCanonicalizedInputSignature
in interface SavedObjectGraphOuterClass.SavedConcreteFunctionOrBuilder
public Struct.StructuredValueOrBuilder getCanonicalizedInputSignatureOrBuilder()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
getCanonicalizedInputSignatureOrBuilder
in interface SavedObjectGraphOuterClass.SavedConcreteFunctionOrBuilder
public boolean hasOutputSignature()
Output that was the return value of this function after replacing all Tensors with TensorSpecs. This can be an arbitrary nested function and will be used to reconstruct the full structure from pure tensors.
.tensorflow.StructuredValue output_signature = 4;
hasOutputSignature
in interface SavedObjectGraphOuterClass.SavedConcreteFunctionOrBuilder
public Struct.StructuredValue getOutputSignature()
Output that was the return value of this function after replacing all Tensors with TensorSpecs. This can be an arbitrary nested function and will be used to reconstruct the full structure from pure tensors.
.tensorflow.StructuredValue output_signature = 4;
getOutputSignature
in interface SavedObjectGraphOuterClass.SavedConcreteFunctionOrBuilder
public Struct.StructuredValueOrBuilder getOutputSignatureOrBuilder()
Output that was the return value of this function after replacing all Tensors with TensorSpecs. This can be an arbitrary nested function and will be used to reconstruct the full structure from pure tensors.
.tensorflow.StructuredValue output_signature = 4;
getOutputSignatureOrBuilder
in interface SavedObjectGraphOuterClass.SavedConcreteFunctionOrBuilder
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.SavedConcreteFunction parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static SavedObjectGraphOuterClass.SavedConcreteFunction parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static SavedObjectGraphOuterClass.SavedConcreteFunction parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static SavedObjectGraphOuterClass.SavedConcreteFunction parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static SavedObjectGraphOuterClass.SavedConcreteFunction parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static SavedObjectGraphOuterClass.SavedConcreteFunction parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static SavedObjectGraphOuterClass.SavedConcreteFunction parseFrom(InputStream input) throws IOException
IOException
public static SavedObjectGraphOuterClass.SavedConcreteFunction parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static SavedObjectGraphOuterClass.SavedConcreteFunction parseDelimitedFrom(InputStream input) throws IOException
IOException
public static SavedObjectGraphOuterClass.SavedConcreteFunction parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static SavedObjectGraphOuterClass.SavedConcreteFunction parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static SavedObjectGraphOuterClass.SavedConcreteFunction parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public SavedObjectGraphOuterClass.SavedConcreteFunction.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static SavedObjectGraphOuterClass.SavedConcreteFunction.Builder newBuilder()
public static SavedObjectGraphOuterClass.SavedConcreteFunction.Builder newBuilder(SavedObjectGraphOuterClass.SavedConcreteFunction prototype)
public SavedObjectGraphOuterClass.SavedConcreteFunction.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected SavedObjectGraphOuterClass.SavedConcreteFunction.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static SavedObjectGraphOuterClass.SavedConcreteFunction getDefaultInstance()
public static com.google.protobuf.Parser<SavedObjectGraphOuterClass.SavedConcreteFunction> parser()
public com.google.protobuf.Parser<SavedObjectGraphOuterClass.SavedConcreteFunction> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public SavedObjectGraphOuterClass.SavedConcreteFunction getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2015–2019. All rights reserved.