FunctionSpecOrBuilder

อินเทอร์เฟซสาธารณะ FunctionSpecOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก

วิธีการสาธารณะ

บทคัดย่อ FunctionSpec.ExperimentalCompile
รับคอมไพล์ทดลอง ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
บทคัดย่อ
รับค่าคอมไพล์ทดลอง ()
.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;
ค่าโครงสร้าง นามธรรม
รับ Fullargspec ()
 Full arg spec from inspect.getfullargspec().
โครงสร้างนามธรรม StructuredValueOrBuilder
getFullargspecOrBuilder ()
 Full arg spec from inspect.getfullargspec().
ค่าโครงสร้าง นามธรรม
รับInputSignature ()
 The input signature, if specified.
โครงสร้างนามธรรม StructuredValueOrBuilder
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;