DeviceAttributesOrBuilder

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

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

สตริงที่เป็นนามธรรม
รับประเภทอุปกรณ์ ()
 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.
บทคัดย่อ DeviceLocality
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.
บูลีนนามธรรม
มีสถานที่ ()
 Platform-specific data about device that may be useful
 for supporting efficient data transfers.

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

สตริงนามธรรมสาธารณะ getDeviceType ()

 String representation of device_type.
 
string device_type = 2;

บทคัดย่อสาธารณะ com.google.protobuf.ByteString getDeviceTypeBytes ()

 String representation of device_type.
 
string device_type = 2;

สาธารณะนามธรรมยาว getIncarnation ()

 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;

สตริงนามธรรมสาธารณะ 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;

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

 Platform-specific data about device that may be useful
 for supporting efficient data transfers.
 
.tensorflow.DeviceLocality locality = 5;