FunctionSpec

FunctionSpec คลาสสุดท้ายสาธารณะ

 Represents `FunctionSpec` used in `Function`. This represents a
 function that has been wrapped as a TensorFlow `Function`.
 
Protobuf ประเภท tensorflow.FunctionSpec

คลาสที่ซ้อนกัน

ระดับ FunctionSpec.Builder
 Represents `FunctionSpec` used in `Function`. 
แจกแจง FunctionSpec.ExperimentalCompile
 Whether the function should be compiled by XLA. 

ค่าคงที่

ภายใน EXPERIMENTAL_COMPILE_FIELD_NUMBER
ภายใน FULLARGSPEC_FIELD_NUMBER
ภายใน INPUT_SIGNATURE_FIELD_NUMBER
ภายใน IS_METHOD_FIELD_NUMBER

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

บูลีน
เท่ากับ (วัตถุ obj)
ข้อมูลจำเพาะฟังก์ชัน คงที่
ฟังก์ชั่นSpec
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย
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.
ภายใน
สุดท้าย com.google.protobuf.UnknownFieldSet
บูลีน
มีFullargspec ()
 Full arg spec from inspect.getfullargspec().
บูลีน
มีInputSignature ()
 The input signature, if specified.
ภายใน
บูลีนสุดท้าย
FunctionSpec.Builder แบบคงที่
newBuilder (ต้นแบบ FunctionSpec )
FunctionSpec.Builder แบบคงที่
FunctionSpec.Builder
ข้อมูลจำเพาะฟังก์ชัน คงที่
parseDelimitedFrom (อินพุต InputStream)
ข้อมูลจำเพาะฟังก์ชัน คงที่
parseDelimitedFrom (อินพุตสตรีม com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ข้อมูลจำเพาะฟังก์ชัน คงที่
parseFrom (ข้อมูล ByteBuffer)
ข้อมูลจำเพาะฟังก์ชัน คงที่
parseFrom (อินพุต com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ข้อมูลจำเพาะฟังก์ชัน คงที่
parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ข้อมูลจำเพาะฟังก์ชัน คงที่
parseFrom (com.google.protobuf.CodedInputStream อินพุต)
ข้อมูลจำเพาะฟังก์ชัน คงที่
parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ข้อมูลจำเพาะฟังก์ชัน คงที่
parseFrom (ข้อมูล com.google.protobuf.ByteString)
ข้อมูลจำเพาะฟังก์ชัน คงที่
parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ข้อมูลจำเพาะฟังก์ชัน คงที่
parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
คงที่
FunctionSpec.Builder
เป็นโมฆะ
writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)

วิธีการสืบทอด

ค่าคงที่

สาธารณะขั้นสุดท้ายคงที่ int EXPERIMENTAL_COMPILE_FIELD_NUMBER

ค่าคงที่: 6

สาธารณะคงสุดท้าย int FULLARGSPEC_FIELD_NUMBER

ค่าคงที่: 1

สาธารณะคงสุดท้าย int INPUT_SIGNATURE_FIELD_NUMBER

ค่าคงที่: 5

ค่าคงที่สุดท้ายสาธารณะ IS_METHOD_FIELD_NUMBER

ค่าคงที่: 2

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

บูลีนสาธารณะ เท่ากับ (Object obj)

FunctionSpec แบบคงที่สาธารณะ getDefaultInstance ()

FunctionSpec สาธารณะ getDefaultInstanceForType ()

สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()

FunctionSpec.ExperimentalCompile สาธารณะ getExperimentalCompile ()

.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;

int สาธารณะ getExperimentalCompileValue ()

.tensorflow.FunctionSpec.ExperimentalCompile experimental_compile = 6;

โครงสร้าง สาธารณะค่า getFullargspec ()

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

โครงสร้างสาธารณะ StructuredValueOrBuilder getFullargspecOrBuilder ()

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

โครงสร้าง สาธารณะค่า 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;

สาธารณะ getParserForType ()

สาธารณะ int getSerializedSize ()

สาธารณะสุดท้าย com.google.protobuf.UnknownFieldSet getUnknownFields ()

บูลีนสาธารณะ hasFullargspec ()

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

hasInputSignature บูลีนสาธารณะ ()

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

สาธารณะ int hashCode ()

บูลีนสุดท้ายสาธารณะ isInitialized ()

สาธารณะคง FunctionSpec.Builder newBuilder (ต้นแบบ FunctionSpec )

สาธารณะคง FunctionSpec.Builder newBuilder ()

สาธารณะ FunctionSpec.Builder newBuilderForType ()

FunctionSpec แบบคงที่สาธารณะ parseDelimitedFrom (อินพุต InputStream)

ขว้าง
IOข้อยกเว้น

FunctionSpec แบบคงที่สาธารณะ parseDelimitedFrom (อินพุตสตรีม, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

สาธารณะ FunctionSpec parseFrom แบบคงที่ (ข้อมูล ByteBuffer)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะ FunctionSpec parseFrom แบบคงที่ (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

สาธารณะ FunctionSpec parseFrom แบบคงที่ (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะ FunctionSpec parseFrom แบบคงที่สาธารณะ (อินพุต com.google.protobuf.CodedInputStream)

ขว้าง
IOข้อยกเว้น

FunctionSpec แบบคงที่สาธารณะ parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะ FunctionSpec parseFrom แบบคงที่ (ข้อมูล com.google.protobuf.ByteString)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะ FunctionSpec parseFrom แบบคงที่ (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

FunctionSpec แบบคงที่สาธารณะ parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะคงที่ ตัวแยกวิเคราะห์ ()

FunctionSpec.Builder สาธารณะ ถึง Builder ()

โมฆะสาธารณะ writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)

ขว้าง
IOข้อยกเว้น