genel arayüz SavedConcreteFunctionOrBuilder
Bilinen Dolaylı Alt Sınıflar |
Genel Yöntemler
soyut int | getBoundInputs (int dizini) Bound inputs to the function. |
soyut int | getBoundInputsCount () Bound inputs to the function. |
özet Listesi<Tamsayı> | getBoundInputsList () Bound inputs to the function. |
soyut Yapılandırılmış Değer | 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. |
soyut Yapılandırılmış Değer | 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. |
soyut boole | hasCanonicalizedInputSignature () Input in canonicalized form that was received to create this concrete function. |
soyut boole | hasOutputSignature () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
Genel Yöntemler
genel özet int getBoundInputs (int dizini)
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;
genel özet 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;
genel özet Listesi<Tamsayı> 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;
genel özet StructuredValue getCanonicalizedInputSignature ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
genel özet StructuredValueOrBuilder getCanonicalizedInputSignatureOrBuilder ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
genel özet 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;
genel özet 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;
genel soyut boolean hasCanonicalizedInputSignature ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
genel soyut boolean 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;