FunctionSpecOrBuilder

パブリック インターフェイスFunctionSpecOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象FunctionSpec.ExperimentalCompile
getExperimentalCompile ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
抽象整数
getExperimentalCompileValue ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
抽象的な構造化された値
getFullargspec ()
 Full arg spec from inspect.getfullargspec().
抽象的なStructuredValueOrBuilder
getFullargspecOrBuilder ()
 Full arg spec from inspect.getfullargspec().
抽象的な構造化された値
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;

public abstract int getExperimentalCompileValue ()

.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;

public abstract StructuredValue getFullargspec ()

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

パブリック抽象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;

パブリック抽象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;