SavedConcreteFunctionOrBuilder

الواجهة العامة 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
الحصول على CanonicalizedInputSignatureOrBuilder ()
 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.
مجردة 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.
منطقية مجردة
توقيع الإخراج ()
 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;