giao diện công cộng SavedConcreteFunctionOrBuilder
Các lớp con gián tiếp đã biết |
Phương pháp công khai
int trừu tượng | getBoundInputs (chỉ mục int) Bound inputs to the function. |
int trừu tượng | getBoundInputsCount () Bound inputs to the function. |
Danh sách trừu tượng<Số nguyên> | getBoundInputsList () Bound inputs to the function. |
giá trị cấu trúc trừu tượng | getCanonicalizedInputSignature () Input in canonicalized form that was received to create this concrete function. |
trừu tượng StructuredValueOrBuilder | getCanonicalizedInputSignatureOrBuilder () Input in canonicalized form that was received to create this concrete function. |
giá trị cấu trúc trừu tượng | getOutputSignature () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
trừu tượng StructuredValueOrBuilder | getOutputSignatureOrBuilder () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
trừu tượng boolean | hasCanonicalizedInputSignature () Input in canonicalized form that was received to create this concrete function. |
trừu tượng boolean | hasOutputSignature () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
Phương pháp công khai
tóm tắt công khai int getBoundInputs (chỉ mục 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;
tóm tắt công khai 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;
Danh sách tóm tắt công khai<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;
tóm tắt công khai StructuredValue getCanonicalizedInputSignature ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
tóm tắt công khai StructuredValueOrBuilder getCanonicalizedInputSignatureOrBuilder ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
tóm tắt công khai 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;
tóm tắt công khai 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;
boolean trừu tượng công khai hasCanonicalizedInputSignature ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
boolean trừu tượng công khai 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;