BuildConfiguration คลาสสุดท้ายสาธารณะ
Protobuf ประเภท tensorflow.BuildConfiguration
คลาสที่ซ้อนกัน
ระดับ | BuildConfiguration.ตัวสร้าง | Protobuf ประเภท tensorflow.BuildConfiguration |
ค่าคงที่
ภายใน | CC_FLAGS_FIELD_NUMBER | |
ภายใน | MODE_FIELD_NUMBER | |
ภายใน | OPTS_FIELD_NUMBER |
วิธีการสาธารณะ
บูลีน | เท่ากับ (วัตถุ obj) |
สตริง | getCcFlags (ดัชนี int) CC compiler flags, if known repeated string cc_flags = 2; |
com.google.protobuf.ByteString | getCcFlagsBytes (ดัชนี int) CC compiler flags, if known repeated string cc_flags = 2; |
ภายใน | getCcFlagsCount () CC compiler flags, if known repeated string cc_flags = 2; |
com.google.protobuf.ProtocolStringList | getCcFlagsList () CC compiler flags, if known repeated string cc_flags = 2; |
การกำหนดค่า BuildConfiguration แบบคงที่ | |
สร้างการกำหนดค่า | |
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย | รับคำอธิบาย () |
สตริง | รับโหมด () opt, dbg, etc string mode = 1; |
com.google.protobuf.ByteString | getModeBytes () opt, dbg, etc string mode = 1; |
สตริง | getOpts (ดัชนี int) Bazel compilation options, if known repeated string opts = 3; |
com.google.protobuf.ByteString | getOptsBytes (ดัชนี int) Bazel compilation options, if known repeated string opts = 3; |
ภายใน | getOptsCount () Bazel compilation options, if known repeated string opts = 3; |
com.google.protobuf.ProtocolStringList | getOptsList () Bazel compilation options, if known repeated string opts = 3; |
ภายใน | |
สุดท้าย com.google.protobuf.UnknownFieldSet | |
ภายใน | แฮชโค้ด () |
บูลีนสุดท้าย | |
BuildConfiguration.Builder แบบคงที่ | ตัวสร้างใหม่ () |
BuildConfiguration.Builder แบบคงที่ | newBuilder (ต้นแบบ BuildConfiguration ) |
BuildConfiguration.ตัวสร้าง | |
การกำหนดค่า BuildConfiguration แบบคงที่ | parseDelimitedFrom (อินพุต InputStream) |
การกำหนดค่า BuildConfiguration แบบคงที่ | parseDelimitedFrom (อินพุตสตรีม com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
การกำหนดค่า BuildConfiguration แบบคงที่ | parseFrom (ข้อมูล ByteBuffer) |
การกำหนดค่า BuildConfiguration แบบคงที่ | parseFrom (อินพุต com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
การกำหนดค่า BuildConfiguration แบบคงที่ | parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
การกำหนดค่า BuildConfiguration แบบคงที่ | parseFrom (com.google.protobuf.CodedInputStream อินพุต) |
การกำหนดค่า BuildConfiguration แบบคงที่ | parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
การกำหนดค่า BuildConfiguration แบบคงที่ | parseFrom (ข้อมูล com.google.protobuf.ByteString) |
การกำหนดค่า BuildConfiguration แบบคงที่ | parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
การกำหนดค่า BuildConfiguration แบบคงที่ | parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
คงที่ | |
BuildConfiguration.ตัวสร้าง | toBuilder () |
เป็นโมฆะ | writeTo (เอาต์พุต com.google.protobuf.CodedOutputStream) |
วิธีการสืบทอด
ค่าคงที่
int สุดท้ายคงที่สาธารณะ CC_FLAGS_FIELD_NUMBER
ค่าคงที่: 2
int สุดท้ายแบบคงที่สาธารณะ MODE_FIELD_NUMBER
ค่าคงที่: 1
สาธารณะคงสุดท้าย int OPTS_FIELD_NUMBER
ค่าคงที่: 3
วิธีการสาธารณะ
บูลีนสาธารณะ เท่ากับ (Object obj)
สตริงสาธารณะ getCcFlags (ดัชนี int)
CC compiler flags, if known
repeated string cc_flags = 2;
สาธารณะ com.google.protobuf.ByteString getCcFlagsBytes (ดัชนี int)
CC compiler flags, if known
repeated string cc_flags = 2;
สาธารณะ int getCcFlagsCount ()
CC compiler flags, if known
repeated string cc_flags = 2;
สาธารณะ com.google.protobuf.ProtocolStringList getCcFlagsList ()
CC compiler flags, if known
repeated string cc_flags = 2;
สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()
สตริงสาธารณะ getMode ()
opt, dbg, etc
string mode = 1;
สาธารณะ com.google.protobuf.ByteString getModeBytes ()
opt, dbg, etc
string mode = 1;
สตริงสาธารณะ getOpts (ดัชนี int)
Bazel compilation options, if known
repeated string opts = 3;
สาธารณะ com.google.protobuf.ByteString getOptsBytes (ดัชนี int)
Bazel compilation options, if known
repeated string opts = 3;
สาธารณะ int getOptsCount ()
Bazel compilation options, if known
repeated string opts = 3;
สาธารณะ com.google.protobuf.ProtocolStringList getOptsList ()
Bazel compilation options, if known
repeated string opts = 3;
สาธารณะ getParserForType ()
สาธารณะ int getSerializedSize ()
สาธารณะสุดท้าย com.google.protobuf.UnknownFieldSet getUnknownFields ()
สาธารณะ int hashCode ()
บูลีนสุดท้ายสาธารณะ isInitialized ()
BuildConfiguration แบบคงที่สาธารณะ parseDelimitedFrom (อินพุตสตรีม, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
BuildConfiguration แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูล ByteBuffer)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
BuildConfiguration แบบคงที่สาธารณะ parseFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
BuildConfiguration แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
BuildConfiguration แบบคงที่สาธารณะ parseFrom (com.google.protobuf.CodedInputStream อินพุต)
ขว้าง
IOข้อยกเว้น |
---|
BuildConfiguration แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
สาธารณะ BuildConfiguration parseFrom แบบคงที่ (ข้อมูล com.google.protobuf.ByteString)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
BuildConfiguration แบบคงที่สาธารณะ parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
BuildConfiguration แบบคงที่สาธารณะ parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
สาธารณะคงที่ ตัวแยกวิเคราะห์ ()
โมฆะสาธารณะ writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)
ขว้าง
IOข้อยกเว้น |
---|