FunctionSpecOrBuilder

interface pública FunctionSpecOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

Abstract FunctionSpec.ExperimentalCompile
getExperimentalCompile ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
int abstrato
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.
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

public abstract FunctionSpec.ExperimentalCompile 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;

public abstract StructuredValueOrBuilder getFullargspecOrBuilder ()

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

public abstract StructuredValue getInputSignature ()

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

public abstract StructuredValueOrBuilder getInputSignatureOrBuilder ()

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

public abstract boolean getIsMethod ()

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

public abstract boolean hasFullargspec ()

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

public abstract boolean hasInputSignature ()

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