الواجهة العامة FunctionSpecOrBuilder
| الفئات الفرعية غير المباشرة المعروفة |
الأساليب العامة
| مجردة FunctionSpec.ExperimentalCompile | الحصول على التجريبية () .tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6; |
| كثافة العمليات مجردة | الحصول على القيمة التجريبية () .tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6; |
| القيمة الهيكلية المجردة | الحصول علىFullargspec () Full arg spec from inspect.getfullargspec(). |
| مجردة StructuredValueOrBuilder | الحصول علىFullargspecOrBuilder () Full arg spec from inspect.getfullargspec(). |
| القيمة الهيكلية المجردة | توقيع الإدخال () The input signature, if specified. |
| مجردة StructuredValueOrBuilder | getInputSignatureOrBuilder () The input signature, if specified. |
| منطقية مجردة | GetIsMethod () Whether this represents a class method. |
| منطقية مجردة | لديهFullargspec () Full arg spec from inspect.getfullargspec(). |
| منطقية مجردة | توقيع الإدخال () The input signature, if specified. |
الأساليب العامة
الملخص العام FunctionSpec.ExperimentalCompile getExperimentalCompile ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
الملخص العام int getExperimentalCompileValue ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
الملخص العام StructuredValue getFullargspec ()
Full arg spec from inspect.getfullargspec().
.tensorflow.StructuredValue fullargspec = 1; الملخص العام StructuredValueOrBuilder getFullargspecOrBuilder ()
Full arg spec from inspect.getfullargspec().
.tensorflow.StructuredValue fullargspec = 1; الملخص العام StructuredValue getInputSignature ()
The input signature, if specified.
.tensorflow.StructuredValue input_signature = 5; الملخص العام StructuredValueOrBuilder getInputSignatureOrBuilder ()
The input signature, if specified.
.tensorflow.StructuredValue input_signature = 5; getIsMethod () المنطقي الملخص العام
Whether this represents a class method.
bool is_method = 2; الملخص المنطقي العام hasFullargspec ()
Full arg spec from inspect.getfullargspec().
.tensorflow.StructuredValue fullargspec = 1; الملخص المنطقي العام hasInputSignature ()
The input signature, if specified.
.tensorflow.StructuredValue input_signature = 5;