SavedConcreteFunctionOrBuilder

interfaz pública SavedConcreteFunctionOrBuilder
Subclases indirectas conocidas

Métodos públicos

resumen entero
getBoundInputs (índice int)
 Bound inputs to the function.
resumen entero
getBoundInputsCount ()
 Bound inputs to the function.
Lista abstracta<Entero>
getBoundInputsList ()
 Bound inputs to the function.
valor estructurado abstracto
getCanonicalizedInputSignature ()
 Input in canonicalized form that was received to create this concrete
 function.
resumen StructuredValueOrBuilder
getCanonicalizedInputSignatureOrBuilder ()
 Input in canonicalized form that was received to create this concrete
 function.
valor estructurado abstracto
getOutputSignature ()
 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs.
resumen StructuredValueOrBuilder
getOutputSignatureOrBuilder ()
 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs.
booleano abstracto
tieneCanonicalizedInputSignature ()
 Input in canonicalized form that was received to create this concrete
 function.
booleano abstracto
tieneOutputSignature ()
 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs.

Métodos públicos

resumen público 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;

resumen 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 abstracta pública <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;

resumen público StructuredValue getCanonicalizedInputSignature ()

 Input in canonicalized form that was received to create this concrete
 function.
 
.tensorflow.StructuredValue canonicalized_input_signature = 3;

resumen público StructuredValueOrBuilder getCanonicalizedInputSignatureOrBuilder ()

 Input in canonicalized form that was received to create this concrete
 function.
 
.tensorflow.StructuredValue canonicalized_input_signature = 3;

resumen público 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;

resumen público 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;

hasCanonicalizedInputSignature booleano abstracto público ()

 Input in canonicalized form that was received to create this concrete
 function.
 
.tensorflow.StructuredValue canonicalized_input_signature = 3;

hasOutputSignature booleano abstracto 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;