パブリック インターフェイスAvailableDeviceInfoOrBuilder
| 既知の間接サブクラス |
パブリックメソッド
| 抽象的な長い | getMemoryLimit () Memory capacity in bytes. |
| 抽象文字列 | getName () Device name. |
| 抽象的な com.google.protobuf.ByteString | getNameBytes () Device name. |
| 抽象文字列 | getPhysicalDescription () The physical description of this device. |
| 抽象的な com.google.protobuf.ByteString | getPhysicalDescriptionBytes () The physical description of this device. |
| 抽象文字列 | getType () Device type, e.g. |
| 抽象的な com.google.protobuf.ByteString | getTypeBytes () Device type, e.g. |
パブリックメソッド
public abstract long getMemoryLimit ()
Memory capacity in bytes.
int64 memory_limit = 3; パブリック抽象 String getName ()
Device name.
string name = 1; パブリック抽象 com.google.protobuf.ByteString getNameBytes ()
Device name.
string name = 1; public abstract String getPhysicalDescription ()
The physical description of this device.
string physical_description = 4; public abstract com.google.protobuf.ByteString getPhysicalDescriptionBytes ()
The physical description of this device.
string physical_description = 4; パブリック抽象 String 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;