interface pública FunctionSpecOrBuilder
| Subclasses indiretas conhecidas |
Métodos Públicos
| Resumo FunctionSpec.ExperimentalCompile | getExperimentalCompile () .tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6; |
| abstrato int | getExperimentalCompileValue () .tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6; |
| valor estruturado abstrato | getFullargspec () Full arg spec from inspect.getfullargspec(). |
| Resumo StructuredValueOrBuilder | getFullargspecOrBuilder () Full arg spec from inspect.getfullargspec(). |
| valor estruturado abstrato | getInputSignature () The input signature, if specified. |
| Resumo StructuredValueOrBuilder | getInputSignatureOrBuilder () The input signature, if specified. |
| booleano abstrato | getIsMethod () Whether this represents a class method. |
| booleano abstrato | hasFullargspec () Full arg spec from inspect.getfullargspec(). |
| booleano abstrato | hasInputSignature () The input signature, if specified. |
Métodos Públicos
público abstrato FunctionSpec.ExperimentalCompile getExperimentalCompile ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
resumo público int getExperimentalCompileValue ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
resumo público StructuredValue getFullargspec ()
Full arg spec from inspect.getfullargspec().
.tensorflow.StructuredValue fullargspec = 1; resumo público StructuredValueOrBuilder getFullargspecOrBuilder ()
Full arg spec from inspect.getfullargspec().
.tensorflow.StructuredValue fullargspec = 1; resumo público StructuredValue getInputSignature ()
The input signature, if specified.
.tensorflow.StructuredValue input_signature = 5; resumo público StructuredValueOrBuilder getInputSignatureOrBuilder ()
The input signature, if specified.
.tensorflow.StructuredValue input_signature = 5; público abstrato booleano getIsMethod ()
Whether this represents a class method.
bool is_method = 2; público abstrato booleano hasFullargspec ()
Full arg spec from inspect.getfullargspec().
.tensorflow.StructuredValue fullargspec = 1; público abstrato booleano hasInputSignature ()
The input signature, if specified.
.tensorflow.StructuredValue input_signature = 5;