interface publique SavedConcreteFunctionOrBuilder
Sous-classes indirectes connues |
Méthodes publiques
abstrait entier | getBoundInputs (index int) Bound inputs to the function. |
abstrait entier | getBoundInputsCount () Bound inputs to the function. |
Liste abstraite<Integer> | getBoundInputsList () Bound inputs to the function. |
valeur structurée abstraite | getCanonicalizedInputSignature () Input in canonicalized form that was received to create this concrete function. |
abstrait StructuredValueOrBuilder | getCanonicalizedInputSignatureOrBuilder () Input in canonicalized form that was received to create this concrete function. |
valeur structurée abstraite | getOutputSignature () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
abstrait StructuredValueOrBuilder | getOutputSignatureOrBuilder () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
booléen abstrait | hasCanonicalizedInputSignature () Input in canonicalized form that was received to create this concrete function. |
booléen abstrait | hasOutputSignature () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
Méthodes publiques
public abstrait 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 abstrait 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 abstraite 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 abstrait StructuredValue getCanonicalizedInputSignature ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
public abstrait StructuredValueOrBuilder getCanonicalizedInputSignatureOrBuilder ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
public abstrait 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 abstrait 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;
public abstrait booléen hasCanonicalizedInputSignature ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
public abstrait 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;