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.
추상 부울
getIs메소드 ()
 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;