AvailableDeviceInfoOrBuilder

interfaz pública AvailableDeviceInfoOrBuilder
Subclases indirectas conocidas

Métodos públicos

abstracto largo
getMemoryLimit ()
 Memory capacity in bytes.
cadena abstracta
getName ()
 Device name.
resumen com.google.protobuf.ByteString
getNameBytes ()
 Device name.
cadena abstracta
getPhysicalDescription ()
 The physical description of this device.
resumen com.google.protobuf.ByteString
getPhysicalDescriptionBytes ()
 The physical description of this device.
cadena abstracta
getType ()
 Device type, e.g.
resumen com.google.protobuf.ByteString
getTypeBytes ()
 Device type, e.g.

Métodos públicos

public abstract long getMemoryLimit ()

 Memory capacity in bytes.
 
int64 memory_limit = 3;

público abstracto String getName ()

 Device name.
 
string name = 1;

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

 Device name.
 
string name = 1;

cadena abstracta pública getPhysicalDescription ()

 The physical description of this device.
 
string physical_description = 4; descripción_física string physical_description = 4;

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

 The physical description of this device.
 
string physical_description = 4; descripción_física string physical_description = 4;

getType de cadena abstracta pública ()

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

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

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