общедоступный интерфейс SavedConcreteFunctionOrBuilder
Известные косвенные подклассы |
Публичные методы
абстрактный интервал | getBoundInputs (индекс целого числа) Bound inputs to the function. |
абстрактный интервал | getBoundInputsCount () Bound inputs to the function. |
абстрактный список<Целое число> | getBoundInputsList () Bound inputs to the function. |
абстрактное структурированное значение | getCanonicalizedInputSignature () Input in canonicalized form that was received to create this concrete function. |
абстрактный Структурдвалуеорбилдер | getCanonicalizedInputSignatureOrBuilder () Input in canonicalized form that was received to create this concrete function. |
абстрактное структурированное значение | получитьВыходнуюподпись () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
абстрактный Структурдвалуеорбилдер | getOutputSignatureOrBuilder () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
абстрактное логическое значение | имеетCanonicalizedInputSignature () Input in canonicalized form that was received to create this concrete function. |
абстрактное логическое значение | имеетВыходнуюподпись () 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;
общедоступное абстрактное логическое значение hasCanonicalizedInputSignature ()
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;