FunctionSpecOrBuilder

genel arayüz FunctionSpecOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

abstract FunctionSpec.ExperimentalCompile
getExperimentalCompile ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
soyut int
getExperimentalCompileValue ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
soyut Yapılandırılmış Değer
getFullargspec ()
 Full arg spec from inspect.getfullargspec().
abstract StructuredValueOrBuilder
getFullargspecOrBuilder ()
 Full arg spec from inspect.getfullargspec().
soyut Yapılandırılmış Değer
getInputSignature ()
 The input signature, if specified.
abstract StructuredValueOrBuilder
getInputSignatureOrBuilder ()
 The input signature, if specified.
soyut boole
getIsMethod ()
 Whether this represents a class method.
soyut boole
hasFullargspec ()
 Full arg spec from inspect.getfullargspec().
soyut boole
hasInputSignature ()
 The input signature, if specified.

Genel Yöntemler

genel özet FunctionSpec.ExperimentalCompile getExperimentalCompile ()

.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;

genel soyut int getExperimentalCompileValue ()

.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;

genel özet StructuredValue getFullargspec ()

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

genel özet StructuredValueOrBuilder getFullargspecOrBuilder ()

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

genel özet StructuredValue getInputSignature ()

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

genel özet StructuredValueOrBuilder getInputSignatureOrBuilder ()

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

genel soyut boolean getIsMethod ()

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

genel soyut boolean hasFullargspec ()

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

genel soyut boolean hasInputSignature ()

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