FunctionSpecOrBuilder

interfaz pública FunctionSpecOrBuilder
Subclases indirectas conocidas

Métodos públicos

Función abstractaSpec.ExperimentalCompile
getExperimentalCompile ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
resumen entero
getExperimentalCompileValue ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
valor estructurado abstracto
obtenerFullargspec ()
 Full arg spec from inspect.getfullargspec().
resumen StructuredValueOrBuilder
getFullargspecOrBuilder ()
 Full arg spec from inspect.getfullargspec().
valor estructurado abstracto
obtenerInputSignature ()
 The input signature, if specified.
resumen StructuredValueOrBuilder
getInputSignatureOrBuilder ()
 The input signature, if specified.
booleano abstracto
getIsMethod ()
 Whether this represents a class method.
booleano abstracto
tieneFullargspec ()
 Full arg spec from inspect.getfullargspec().
booleano abstracto
tieneInputSignature ()
 The input signature, if specified.

Métodos públicos

Función abstracta públicaSpec.ExperimentalCompile getExperimentalCompile ()

.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;

resumen público int getExperimentalCompileValue ()

.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;

resumen público StructuredValue getFullargspec ()

 Full arg spec from inspect.getfullargspec().
 
.tensorflow.StructuredValue fullargspec = 1;

resumen público StructuredValueOrBuilder getFullargspecOrBuilder ()

 Full arg spec from inspect.getfullargspec().
 
.tensorflow.StructuredValue fullargspec = 1;

resumen público StructuredValue getInputSignature ()

 The input signature, if specified.
 
.tensorflow.StructuredValue input_signature = 5;

resumen público StructuredValueOrBuilder getInputSignatureOrBuilder ()

 The input signature, if specified.
 
.tensorflow.StructuredValue input_signature = 5;

getIsMethod booleano abstracto público ()

 Whether this represents a class method.
 
bool is_method = 2;

hasFullargspec booleano abstracto público ()

 Full arg spec from inspect.getfullargspec().
 
.tensorflow.StructuredValue fullargspec = 1;

hasInputSignature booleano abstracto público ()

 The input signature, if specified.
 
.tensorflow.StructuredValue input_signature = 5;