classe final pública SavedConcreteFunction
Stores low-level information about a concrete function. Referenced in either a SavedFunction or a SavedBareConcreteFunction.Tipo de protobuf
tensorflow.SavedConcreteFunction
Classes aninhadas
aula | SavedConcreteFunction.Builder | Stores low-level information about a concrete function. |
Constantes
interno | BOUND_INPUTS_FIELD_NUMBER | |
interno | CANONICALIZED_INPUT_SIGNATURE_FIELD_NUMBER | |
interno | OUTPUT_SIGNATURE_FIELD_NUMBER |
Métodos Públicos
booleano | é igual (objeto obj) |
interno | getBoundInputs (índice interno) Bound inputs to the function. |
interno | getBoundInputsCount () Bound inputs to the function. |
Lista<Inteiro> | getBoundInputsList () Bound inputs to the function. |
Valor Estruturado | getCanonicalizedInputSignature () Input in canonicalized form that was received to create this concrete function. |
StructuredValueOrBuilder | getCanonicalizedInputSignatureOrBuilder () Input in canonicalized form that was received to create this concrete function. |
função estática SavedConcrete | |
FunçãoConcretoSalvo | |
final estático com.google.protobuf.Descriptors.Descriptor | |
Valor Estruturado | getOutputSignature () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
StructuredValueOrBuilder | getOutputSignatureOrBuilder () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
interno | |
final com.google.protobuf.UnknownFieldSet | |
booleano | hasCanonicalizedInputSignature () Input in canonicalized form that was received to create this concrete function. |
booleano | hasOutputSignature () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
interno | código hash () |
booleano final | |
estático SavedConcreteFunction.Builder | newBuilder (protótipo SavedConcreteFunction ) |
estático SavedConcreteFunction.Builder | |
SavedConcreteFunction.Builder | |
função estática SavedConcrete | parseDelimitedFrom (entrada InputStream) |
função estática SavedConcrete | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
função estática SavedConcrete | parseFrom (dados de ByteBuffer) |
função estática SavedConcrete | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
função estática SavedConcrete | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
função estática SavedConcrete | parseFrom (entrada com.google.protobuf.CodedInputStream) |
Função estática SavedConcrete | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Função estática SavedConcrete | parseFrom (dados com.google.protobuf.ByteString) |
Função estática SavedConcrete | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Função estática SavedConcrete | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analisador () |
SavedConcreteFunction.Builder | |
vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int BOUND_INPUTS_FIELD_NUMBER
Valor Constante: 2
público estático final int CANONICALIZED_INPUT_SIGNATURE_FIELD_NUMBER
Valor Constante: 3
público estático final int OUTPUT_SIGNATURE_FIELD_NUMBER
Valor Constante: 4
Métodos Públicos
booleano público é igual (Object obj)
public int getBoundInputs (índice int)
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;
público 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;
lista pública<inteiro> 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;
public StructuredValue getCanonicalizedInputSignature ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
public StructuredValueOrBuilder getCanonicalizedInputSignatureOrBuilder ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public 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;
public 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;
público getParserForType ()
público int getSerializedSize ()
final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
público booleano hasCanonicalizedInputSignature ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
hasOutputSignature booleano público ()
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;
hashCode int público ()
público final booleano isInitialized ()
public static SavedConcreteFunction parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static SavedConcreteFunction parseFrom (dados ByteBuffer)
Lança
InvalidProtocolBufferException |
---|
public static SavedConcreteFunction parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static SavedConcreteFunction parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
public static SavedConcreteFunction parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
IOException |
---|
public static SavedConcreteFunction parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
public static SavedConcreteFunction parseFrom (dados com.google.protobuf.ByteString)
Lança
InvalidProtocolBufferException |
---|
public static SavedConcreteFunction parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static SavedConcreteFunction parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
IOException |
---|