FunctionSpecOrBuilder

общедоступный интерфейс FunctionSpecOrBuilder
Известные косвенные подклассы

Публичные методы

абстрактный FunctionSpec.ExperimentalCompile
getExperimentalCompile ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
абстрактный int
getExperimentalCompileValue ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
абстрактное структурированное значение
getFullargspec ()
 Full arg spec from inspect.getfullargspec().
абстрактный Структурдвалуеорбилдер
getFullargspecOrBuilder ()
 Full arg spec from inspect.getfullargspec().
абстрактное структурированное значение
getInputSignature ()
 The input signature, if specified.
абстрактный Структурдвалуеорбилдер
getInputSignatureOrBuilder ()
 The input signature, if specified.
абстрактное логическое значение
getIsMethod ()
 Whether this represents a class method.
абстрактное логическое значение
имеетFullargspec ()
 Full arg spec from inspect.getfullargspec().
абстрактное логическое значение
имеетInputSignature ()
 The input signature, if specified.

Публичные методы

общедоступная абстрактная FunctionSpec.ExperimentalCompile getExperimentalCompile ()

.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;

общедоступный абстрактный int getExperimentalCompileValue ()

.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;

общедоступная абстрактная StructuredValue getFullargspec ()

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

публичный абстрактный StructuredValueOrBuilder getFullargspecOrBuilder ()

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

публичный абстрактный StructuredValue getInputSignature ()

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

публичный абстрактный StructuredValueOrBuilder getInputSignatureOrBuilder ()

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

общедоступный абстрактный логический метод getIsMethod ()

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

общедоступное абстрактное логическое значение hasFullargspec ()

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

общедоступное абстрактное логическое значение hasInputSignature ()

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