AvailableDeviceInfoOrBuilder

interfaccia pubblica AvailableDeviceInfoOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

astratto lungo
getLimite memoria ()
 Memory capacity in bytes.
stringa astratta
getNome ()
 Device name.
astratto com.google.protobuf.ByteString
getNomeBytes ()
 Device name.
stringa astratta
getDescrizioneFisica ()
 The physical description of this device.
astratto com.google.protobuf.ByteString
getPhysicalDescriptionBytes ()
 The physical description of this device.
stringa astratta
getType ()
 Device type, e.g.
astratto com.google.protobuf.ByteString
getTypeBytes ()
 Device type, e.g.

Metodi pubblici

pubblico astratto lungo getMemoryLimit ()

 Memory capacity in bytes.
 
int64 memory_limit = 3;

stringa astratta pubblica getName ()

string name = 1;

 Device name.
 
= 1;

estratto pubblico com.google.protobuf.ByteString getNameBytes ()

 Device name.
 
string name = 1;

abstract pubblico String getPhysicalDescription ()

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

abstract pubblico com.google.protobuf.ByteString getPhysicalDescriptionBytes ()

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

stringa astratta pubblica getType ()

tipo stringa

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

estratto pubblico com.google.protobuf.ByteString getTypeBytes ()

tipo stringa

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