AvailableDeviceInfoOrBuilder

interface pública AvailableDeviceInfoOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

abstrato longo
getMemoryLimit ()
 Memory capacity in bytes.
cadeia abstrata
getNome ()
 Device name.
abstrato com.google.protobuf.ByteString
getNomeBytes ()
 Device name.
cadeia abstrata
getPhysicalDescription ()
 The physical description of this device.
abstrato com.google.protobuf.ByteString
getPhysicalDescriptionBytes ()
 The physical description of this device.
cadeia abstrata
getType ()
 Device type, e.g.
abstrato com.google.protobuf.ByteString
getTypeBytes ()
 Device type, e.g.

Métodos Públicos

público abstrato longo getMemoryLimit ()

 Memory capacity in bytes.
 
int64 memory_limit = 3;

String abstrata pública getName ()

 Device name.
 
string name = 1;

resumo público com.google.protobuf.ByteString getNameBytes ()

 Device name.
 
string name = 1;

String abstrata pública getPhysicalDescription ()

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

resumo público com.google.protobuf.ByteString getPhysicalDescriptionBytes ()

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

String abstrata pública getType ()

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

resumo público com.google.protobuf.ByteString getTypeBytes ()

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