AvailableDeviceInfoOrBuilder

genel arayüz AvailableDeviceInfoOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

soyut uzun
getMemoryLimit ()
 Memory capacity in bytes.
soyut Dize
getName ()
 Device name.
abstract com.google.protobuf.ByteString
getNameBytes ()
 Device name.
soyut Dize
getPhysicalDescription ()
 The physical description of this device.
abstract com.google.protobuf.ByteString
getPhysicalDescriptionBytes ()
 The physical description of this device.
soyut Dize
getType ()
 Device type, e.g.
abstract com.google.protobuf.ByteString
getTypeBytes ()
 Device type, e.g.

Genel Yöntemler

genel özet uzun getMemoryLimit ()

 Memory capacity in bytes.
 
int64 memory_limit = 3;

genel özet Dize getName ()

 Device name.
 
string name = 1;

genel özet com.google.protobuf.ByteString getNameBytes ()

 Device name.
 
string name = 1;

genel özet String getPhysicalDescription ()

 The physical description of this device.
 
string physical_description = 4;

genel özet com.google.protobuf.ByteString getPhysicalDescriptionBytes ()

 The physical description of this device.
 
string physical_description = 4;

genel özet Dize getType ()

 Device type, e.g. 'CPU' or 'GPU'.
 
string type = 2;

genel özet com.google.protobuf.ByteString getTypeBytes ()

 Device type, e.g. 'CPU' or 'GPU'.
 
string type = 2;