DeviceAttributes คลาสสุดท้ายสาธารณะ
Protobuf ประเภท tensorflow.DeviceAttributes
คลาสที่ซ้อนกัน
ระดับ | DeviceAttributes.Builder | Protobuf ประเภท tensorflow.DeviceAttributes |
ค่าคงที่
ภายใน | DEVICE_TYPE_FIELD_NUMBER | |
ภายใน | INCARNATION_FIELD_NUMBER | |
ภายใน | LOCALITY_FIELD_NUMBER | |
ภายใน | MEMORY_LIMIT_FIELD_NUMBER | |
ภายใน | NAME_FIELD_NUMBER | |
ภายใน | PHYSICAL_DEVICE_DESC_FIELD_NUMBER |
วิธีการสาธารณะ
บูลีน | เท่ากับ (วัตถุ obj) |
คุณสมบัติอุปกรณ์ แบบคงที่ | |
คุณสมบัติของอุปกรณ์ | |
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย | รับคำอธิบาย () |
สตริง | รับประเภทอุปกรณ์ () String representation of device_type. |
com.google.protobuf.ByteString | getDeviceTypeBytes () String representation of device_type. |
ยาว | ได้รับการอวตาร () A device is assigned a global unique number each time it is initialized. |
ตำแหน่งที่ตั้งของอุปกรณ์ | getLocality () Platform-specific data about device that may be useful for supporting efficient data transfers. |
DeviceLocalityOrBuilder | getLocalityOrBuilder () Platform-specific data about device that may be useful for supporting efficient data transfers. |
ยาว | getMemoryLimit () Memory capacity of device in bytes. |
สตริง | รับชื่อ () Fully specified name of the device within a cluster. |
com.google.protobuf.ByteString | getNameBytes () Fully specified name of the device within a cluster. |
สตริง | รับ PhysicalDeviceDesc () String representation of the physical device that this device maps to. |
com.google.protobuf.ByteString | getPhysicalDeviceDescBytes () String representation of the physical device that this device maps to. |
ภายใน | |
สุดท้าย com.google.protobuf.UnknownFieldSet | |
บูลีน | มีสถานที่ () Platform-specific data about device that may be useful for supporting efficient data transfers. |
ภายใน | แฮชโค้ด () |
บูลีนสุดท้าย | |
DeviceAttributes.Builder แบบคงที่ | ตัวสร้างใหม่ () |
DeviceAttributes.Builder แบบคงที่ | newBuilder (ต้นแบบ DeviceAttributes ) |
DeviceAttributes.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) |
คงที่ | |
DeviceAttributes.Builder | toBuilder () |
เป็นโมฆะ | writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต) |
วิธีการสืบทอด
ค่าคงที่
สาธารณะขั้นสุดท้ายคงที่ int DEVICE_TYPE_FIELD_NUMBER
ค่าคงที่: 2
สาธารณะคงสุดท้าย int INCARNATION_FIELD_NUMBER
ค่าคงที่: 6
รอบชิงชนะเลิศแบบคงที่สาธารณะ int LOCALITY_FIELD_NUMBER
ค่าคงที่: 5
สาธารณะคงสุดท้าย int MEMORY_LIMIT_FIELD_NUMBER
ค่าคงที่: 4
int สุดท้ายคงที่สาธารณะ NAME_FIELD_NUMBER
ค่าคงที่: 1
สถานะคงที่สาธารณะขั้นสุดท้าย PHYSICAL_DEVICE_DESC_FIELD_NUMBER
ค่าคงที่: 7
วิธีการสาธารณะ
บูลีนสาธารณะ เท่ากับ (Object obj)
สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()
สตริงสาธารณะ getDeviceType ()
String representation of device_type.
string device_type = 2;
สาธารณะ com.google.protobuf.ByteString getDeviceTypeBytes ()
String representation of device_type.
string device_type = 2;
การจุติมาเกิดของ สาธารณะ ()
A device is assigned a global unique number each time it is initialized. "incarnation" should never be 0.
fixed64 incarnation = 6;
DeviceLocality สาธารณะ getLocality ()
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;
DeviceLocalityOrBuilder สาธารณะ getLocalityOrBuilder ()
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;
สาธารณะ getMemoryLimit ยาว ()
Memory capacity of device in bytes.
int64 memory_limit = 4;
สตริงสาธารณะ getName ()
Fully specified name of the device within a cluster.
string name = 1;
สาธารณะ com.google.protobuf.ByteString getNameBytes ()
Fully specified name of the device within a cluster.
string name = 1;
สาธารณะ getParserForType ()
สตริงสาธารณะ getPhysicalDeviceDesc ()
String representation of the physical device that this device maps to.
string physical_device_desc = 7;
สาธารณะ com.google.protobuf.ByteString getPhysicalDeviceDescBytes ()
String representation of the physical device that this device maps to.
string physical_device_desc = 7;
สาธารณะ int getSerializedSize ()
สาธารณะสุดท้าย com.google.protobuf.UnknownFieldSet getUnknownFields ()
hasLocality บูลีนสาธารณะ ()
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;
สาธารณะ int hashCode ()
บูลีนสุดท้ายสาธารณะ isInitialized ()
DeviceAttributes สาธารณะแบบคง ที่ parseDelimitedFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
DeviceAttributes สาธารณะคง ที่แยกวิเคราะห์ (ข้อมูล ByteBuffer)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
DeviceAttributes สาธารณะคง ที่ parseFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
DeviceAttributes สาธารณะคง ที่ parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
DeviceAttributes สาธารณะคง ที่ parseFrom (com.google.protobuf.CodedInputStream อินพุต)
ขว้าง
IOข้อยกเว้น |
---|
DeviceAttributes แบบคงที่สาธารณะ parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
DeviceAttributes สาธารณะคง ที่ parseFrom (ข้อมูล com.google.protobuf.ByteString)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
DeviceAttributes สาธารณะแบบคง ที่ parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
DeviceAttributes แบบคงที่สาธารณะ parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
สาธารณะคงที่ ตัวแยกวิเคราะห์ ()
โมฆะสาธารณะ writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)
ขว้าง
IOข้อยกเว้น |
---|