رابط عمومی FunctionSpecOrBuilder
| زیر کلاس های غیر مستقیم شناخته شده |
روش های عمومی
| Abstract FunctionSpec.ExperimentalCompile | getExperimentalCompile () .tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6; |
| انتزاعی | getExperimentalCompileValue () .tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6; |
| Abstract StructuredValue | getFullargspec () Full arg spec from inspect.getfullargspec(). |
| Abstract StructuredValueOrBuilder | getFullargspecOrBuilder () Full arg spec from inspect.getfullargspec(). |
| Abstract StructuredValue | getInputSignature () The input signature, if specified. |
| Abstract StructuredValueOrBuilder | getInputSignatureOrBuilder () The input signature, if specified. |
| بولی انتزاعی | getIsMethod () Whether this represents a class method. |
| بولی انتزاعی | hasFullargspec () Full arg spec from inspect.getfullargspec(). |
| بولی انتزاعی | hasInputSignature () 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;