FunctionSpecOrBuilder

ממשק ציבורי FunctionSpecOrBuilder
תת-מחלקות עקיפות ידועות

שיטות ציבוריות

תקציר 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().
תקציר StructuredValueOrBuilder
getFullargspecOrBuilder ()
 Full arg spec from inspect.getfullargspec().
מופשט StructuredValue
getInputSignature ()
 The input signature, if specified.
תקציר StructuredValueOrBuilder
getInputSignatureOrBuilder ()
 The input signature, if specified.
בוליאני מופשט
getIsMethod ()
 Whether this represents a class method.
בוליאני מופשט
hasFullargspec ()
 Full arg spec from inspect.getfullargspec().
בוליאני מופשט
hasInputSignature ()
 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;