सार्वजनिक इंटरफ़ेस 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. |
सार StructuredValueOrBuilder | getCanonicalizedInputSignatureOrBuilder () Input in canonicalized form that was received to create this concrete function. |
सार संरचित मूल्य | getOutputSignature () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
सार StructuredValueOrBuilder | getOutputSignatureOrBuilder () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
अमूर्त बूलियन | hasCanonicalizedInputSignature () 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. |
सार्वजनिक तरीके
सार्वजनिक सार पूर्णांक getBoundInputs (पूर्णांक सूचकांक)
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;
सार्वजनिक सार सूची<पूर्णांक> 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;