FunctionSpecOrBuilder

Interfaz pública FunctionSpecOrBuilder
Subclases indirectas conocidas

Métodos públicos

Resumen FunctionSpec.ExperimentalCompile
getExperimentalCompile ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
int abstracto
getExperimentalCompileValue ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
StructuredValue abstracto
getFullargspec ()
 Full arg spec from inspect.getfullargspec().
resumen StructuredValueOrBuilder
getFullargspecOrBuilder ()
 Full arg spec from inspect.getfullargspec().
StructuredValue abstracto
getInputSignature ()
 The input signature, if specified.
resumen StructuredValueOrBuilder
getInputSignatureOrBuilder ()
 The input signature, if specified.
booleano abstracto
getIsMethod ()
 Whether this represents a class method.
booleano abstracto
hasFullargspec ()
 Full arg spec from inspect.getfullargspec().
booleano abstracto
hasInputSignature ()
 The input signature, if specified.

Métodos públicos

FunctionSpec.ExperimentalCompile abstracto público getExperimentalCompile ()

.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;

public abstract int getExperimentalCompileValue ()

.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;

public abstract 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;

público abstracto booleano hasFullargspec ()

 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;