FunctionSpecOrBuilder

interfejs publiczny FunctionSpecOrBuilder
Znane podklasy pośrednie

Metody publiczne

streszczenie Specyfikacja funkcji. Kompilacja eksperymentalna
getExperimentalCompile ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
streszczenie wew
getExperimentalCompileValue ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
abstrakcyjna wartość strukturalna
pobierzFullargspec ()
 Full arg spec from inspect.getfullargspec().
streszczenie StructuredValueOrBuilder
getFullargspecOrBuilder ()
 Full arg spec from inspect.getfullargspec().
abstrakcyjna wartość strukturalna
pobierz podpis wejściowy ()
 The input signature, if specified.
streszczenie StructuredValueOrBuilder
getInputSignatureOrBuilder ()
 The input signature, if specified.
abstrakcyjna wartość logiczna
getIsMethod ()
 Whether this represents a class method.
abstrakcyjna wartość logiczna
maFullargspec ()
 Full arg spec from inspect.getfullargspec().
abstrakcyjna wartość logiczna
ma podpis wejściowy ()
 The input signature, if specified.

Metody publiczne

public streszczenie Specyfikacja funkcji.ExperimentalCompile getExperimentalCompile ()

.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;

publiczne streszczenie int getExperimentalCompileValue ()

.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;

publiczne streszczenie StructuredValue getFullargspec ()

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

publiczne streszczenie StructuredValueOrBuilder getFullargspecOrBuilder ()

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

publiczne streszczenie StructuredValue getInputSignature ()

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

publiczne streszczenie StructuredValueOrBuilder getInputSignatureOrBuilder ()

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

publiczna abstrakcja logiczna getIsMethod ()

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

publiczna wartość logiczna abstrakcyjna hasFullargspec ()

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

publiczna wartość logiczna abstrakcyjna maInputSignature ()

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