SavedConcreteFunctionOrBuilder

interfejs publiczny SavedConcreteFunctionOrBuilder
Znane podklasy pośrednie

Metody publiczne

streszczenie wew
getBoundInputs (indeks int)
 Bound inputs to the function.
streszczenie wew
getBoundInputsCount ()
 Bound inputs to the function.
streszczenie Lista<Integer>
getBoundInputsList ()
 Bound inputs to the function.
abstrakcyjna wartość strukturalna
getCanonicalizedInputSignature ()
 Input in canonicalized form that was received to create this concrete
 function.
streszczenie StructuredValueOrBuilder
getCanonicalizedInputSignatureOrBuilder ()
 Input in canonicalized form that was received to create this concrete
 function.
abstrakcyjna wartość strukturalna
getOutputSignature ()
 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs.
streszczenie StructuredValueOrBuilder
getOutputSignatureOrBuilder ()
 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs.
abstrakcyjna wartość logiczna
maCanonicalizedInputSignature ()
 Input in canonicalized form that was received to create this concrete
 function.
abstrakcyjna wartość logiczna
maOutputSignature ()
 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs.

Metody publiczne

publiczne streszczenie int getBoundInputs (indeks 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;

publiczne streszczenie 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;

publiczna lista abstrakcyjna<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;

publiczne streszczenie StructuredValue getCanonicalizedInputSignature ()

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

public streszczenie StructuredValueOrBuilder getCanonicalizedInputSignatureOrBuilder ()

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

publiczne streszczenie 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;

publiczne streszczenie 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;

publiczna wartość logiczna abstrakcyjna maCanonicalizedInputSignature ()

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

publiczna wartość logiczna abstrakcyjna maOutputSignature ()

 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;