classe finale publique SavedConcreteFunction
Stores low-level information about a concrete function. Referenced in either a SavedFunction or a SavedBareConcreteFunction.
tensorflow.SavedConcreteFunction
de type Protobuf.SavedConcreteFunction Classes imbriquées
classe | SavedConcreteFunction.Builder | Stores low-level information about a concrete function. |
Constantes
int | BOUND_INPUTS_FIELD_NUMBER | |
int | CANONICALIZED_INPUT_SIGNATURE_FIELD_NUMBER | |
int | OUTPUT_SIGNATURE_FIELD_NUMBER |
Méthodes publiques
booléen | est égal (Obj objet) |
int | getBoundInputs (index int) Bound inputs to the function. |
int | getBoundInputsCount () Bound inputs to the function. |
Liste<Entier> | getBoundInputsList () Bound inputs to the function. |
Valeur structurée | 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. |
fonction SavedConcrete statique | |
FonctionConcreteEnregistrée | |
final statique com.google.protobuf.Descriptors.Descriptor | |
Valeur structurée | 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. |
int | |
final com.google.protobuf.UnknownFieldSet | |
booléen | hasCanonicalizedInputSignature () Input in canonicalized form that was received to create this concrete function. |
booléen | hasOutputSignature () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
int | |
booléen final | |
statique SavedConcreteFunction.Builder | newBuilder (prototype SavedConcreteFunction ) |
statique SavedConcreteFunction.Builder | |
SavedConcreteFunction.Builder | |
fonction SavedConcrete statique | parseDelimitedFrom (entrée InputStream) |
fonction SavedConcrete statique | parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
fonction SavedConcrete statique | parseFrom (données ByteBuffer) |
fonction SavedConcrete statique | parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
fonction SavedConcrete statique | parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
fonction SavedConcrete statique | parseFrom (entrée com.google.protobuf.CodedInputStream) |
fonction SavedConcrete statique | parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
fonction SavedConcrete statique | parseFrom (données com.google.protobuf.ByteString) |
fonction SavedConcrete statique | parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
fonction SavedConcrete statique | parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statique | analyseur () |
SavedConcreteFunction.Builder | toBuilder () |
vide | writeTo (sortie com.google.protobuf.CodedOutputStream) |
Méthodes héritées
Constantes
public statique final int BOUND_INPUTS_FIELD_NUMBER
Valeur constante : 2
public statique final int CANONICALIZED_INPUT_SIGNATURE_FIELD_NUMBER
Valeur constante : 3
public statique final entier OUTPUT_SIGNATURE_FIELD_NUMBER
Valeur constante : 4
Méthodes publiques
public booléen égal (Objet obj)
public int getBoundInputs (index 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;
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;
liste publique<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;
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;
public statique final 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;
publique getParserForType ()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public booléen hasCanonicalizedInputSignature ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
public booléen 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;
code de hachage int public ()
public final booléen isInitialized ()
public static SavedConcreteFunction parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public statique SavedConcreteFunction parseFrom (données ByteBuffer)
Jetés
InvalidProtocolBufferException |
---|
public statique SavedConcreteFunction parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public static SavedConcreteFunction parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique SavedConcreteFunction parseFrom (entrée com.google.protobuf.CodedInputStream)
Jetés
IOException |
---|
public statique SavedConcreteFunction parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique SavedConcreteFunction parseFrom (données com.google.protobuf.ByteString)
Jetés
InvalidProtocolBufferException |
---|
public static SavedConcreteFunction parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public statique SavedConcreteFunction parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique analyseur ()
public void writeTo (sortie com.google.protobuf.CodedOutputStream)
Jetés
IOException |
---|