อินเทอร์เฟซสาธารณะ AvailableDeviceInfoOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก |
วิธีการสาธารณะ
ยาวเป็นนามธรรม | getMemoryLimit () Memory capacity in bytes. |
สตริงที่เป็นนามธรรม | รับชื่อ () Device name. |
นามธรรม com.google.protobuf.ByteString | getNameBytes () Device name. |
สตริงที่เป็นนามธรรม | รับคำอธิบายทางกายภาพ () The physical description of this device. |
นามธรรม com.google.protobuf.ByteString | getPhysicalDescriptionBytes () The physical description of this device. |
สตริงที่เป็นนามธรรม | รับประเภท () Device type, e.g. |
นามธรรม com.google.protobuf.ByteString | getTypeBytes () Device type, e.g. |
วิธีการสาธารณะ
สาธารณะนามธรรมยาว getMemoryLimit ()
Memory capacity in bytes.
int64 memory_limit = 3;
สตริงนามธรรมสาธารณะ getName ()
Device name.
string name = 1;
นามธรรมสาธารณะ com.google.protobuf.ByteString getNameBytes ()
Device name.
string name = 1;
สตริงนามธรรมสาธารณะ getPhysicalDescription ()
The physical description of this device.
string physical_description = 4;
นามธรรมสาธารณะ com.google.protobuf.ByteString getPhysicalDescriptionBytes ()
The physical description of this device.
string physical_description = 4;
สตริงนามธรรมสาธารณะ getType ()
Device type, e.g. 'CPU' or 'GPU'.
string type = 2;
นามธรรมสาธารณะ com.google.protobuf.ByteString getTypeBytes ()
Device type, e.g. 'CPU' or 'GPU'.
string type = 2;