FunctionSpecOrBuilder

interface publique FunctionSpecOrBuilder
Sous-classes indirectes connues

Méthodes publiques

abstrait FunctionSpec.ExperimentalCompile
getExperimentalCompile ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
abstrait entier
getExperimentalCompileValue ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
valeur structurée abstraite
getFullargspec ()
 Full arg spec from inspect.getfullargspec().
abstrait StructuredValueOrBuilder
getFullargspecOrBuilder ()
 Full arg spec from inspect.getfullargspec().
valeur structurée abstraite
getInputSignature ()
 The input signature, if specified.
abstrait StructuredValueOrBuilder
getInputSignatureOrBuilder ()
 The input signature, if specified.
booléen abstrait
getIsMethod ()
 Whether this represents a class method.
booléen abstrait
hasFullargspec ()
 Full arg spec from inspect.getfullargspec().
booléen abstrait
hasInputSignature ()
 The input signature, if specified.

Méthodes publiques

résumé public FunctionSpec.ExperimentalCompile getExperimentalCompile ()

.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;

public abstract int getExperimentalCompileValue ()

.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;

résumé public StructuredValue getFullargspec ()

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

résumé public StructuredValueOrBuilder getFullargspecOrBuilder ()

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

public abstrait StructuredValue getInputSignature ()

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

public abstrait StructuredValueOrBuilder getInputSignatureOrBuilder ()

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

public abstrait booléen getIsMethod ()

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

public abstrait booléen hasFullargspec ()

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

public abstrait booléen hasInputSignature ()

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