رابط عمومی SavedConcreteFunctionOrBuilder
زیر کلاس های غیر مستقیم شناخته شده |
روش های عمومی
انتزاعی | getBoundInputs (شاخص int) Bound inputs to the function. |
انتزاعی | getBoundInputsCount () Bound inputs to the function. |
فهرست انتزاعی<Integer> | getBoundInputsList () Bound inputs to the function. |
Abstract StructuredValue | getCanonicalizedInputSignature () Input in canonicalized form that was received to create this concrete function. |
Abstract StructuredValueOrBuilder | getCanonicalizedInputSignatureOrBuilder () Input in canonicalized form that was received to create this concrete function. |
Abstract StructuredValue | getOutputSignature () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
Abstract StructuredValueOrBuilder | getOutputSignatureOrBuilder () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
بولی انتزاعی | دارای امضای ورودی canonicalized () Input in canonicalized form that was received to create this concrete function. |
بولی انتزاعی | hasOutputSignature () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
روش های عمومی
انتزاع عمومی int getBoundInputs (شاخص 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;
انتزاع عمومی 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;
فهرست انتزاعی عمومی<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;
چکیده عمومی StructuredValue getCanonicalizedInputSignature ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
چکیده عمومی StructuredValueOrBuilder getCanonicalizedInputSignatureOrBuilder ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
چکیده عمومی 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;
چکیده عمومی 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;
بولی انتزاعی عمومی دارایCanonicalizedInputSignature ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
انتزاع عمومی بولی 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;