DeviceAttributes

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
เป็นโมฆะ
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

รอบชิงชนะเลิศแบบคงที่สาธารณะ NAME_FIELD_NUMBER

ค่าคงที่: 1

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

ค่าคงที่: 7

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

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

DeviceAttributes สาธารณะคงที่ getDefaultInstance ()

คุณสมบัติอุปกรณ์ สาธารณะ getDefaultInstanceForType ()

สาธารณะคงที่สุดท้าย 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 ()

string name = 1;

 Fully specified name of the device within a cluster.
 
= 1;

สาธารณะ com.google.protobuf.ByteString getNameBytes ()

string name = 1;

 Fully specified name of the device within a cluster.
 
= 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.Builder newBuilder สาธารณะแบบคงที่ ()

DeviceAttributes.Builder newBuilder แบบ คงที่สาธารณะ (ต้นแบบ DeviceAttributes )

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

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

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

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 ไม่ถูกต้อง

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

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

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

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