AvailableDeviceInfoOrBuilder

interface pública AvailableDeviceInfoOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

abstrato longo
getMemoryLimit ()
 Memory capacity in bytes.
String abstrata
getName ()
 Device name.
abstract com.google.protobuf.ByteString
getNameBytes ()
 Device name.
String abstrata
getPhysicalDescription ()
 The physical description of this device.
abstract com.google.protobuf.ByteString
getPhysicalDescriptionBytes ()
 The physical description of this device.
String abstrata
getType ()
 Device type, e.g.
abstract 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; memory_limit int64 memory_limit = 3;

public abstract String getName ()

 Device name.
 
string name = 1;

public abstract 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;

public abstract String getType ()

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

public abstract com.google.protobuf.ByteString getTypeBytes ()

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