общедоступный интерфейс 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;