AvailableDeviceInfoOrBuilder

interfejs publiczny AvailableDeviceInfoOrBuilder
Znane podklasy pośrednie

Metody publiczne

abstrakcyjne, długie
getMemoryLimit ()
 Memory capacity in bytes.
abstrakcyjny ciąg
pobierz nazwę ()
 Device name.
streszczenie com.google.protobuf.ByteString
getNameBytes ()
 Device name.
abstrakcyjny ciąg
getPhysicalDescription ()
 The physical description of this device.
streszczenie com.google.protobuf.ByteString
getPhysicalDescriptionBytes ()
 The physical description of this device.
abstrakcyjny ciąg
pobierzTyp ()
 Device type, e.g.
streszczenie com.google.protobuf.ByteString
getTypeBytes ()
 Device type, e.g.

Metody publiczne

publiczne streszczenie długie getMemoryLimit ()

 Memory capacity in bytes.
 
int64 memory_limit = 3;

publiczna abstrakcja String getName ()

 Device name.
 
string name = 1;

publiczne streszczenie com.google.protobuf.ByteString getNameBytes ()

 Device name.
 
string name = 1;

publiczny streszczenie Ciąg getPhysicalDescription ()

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

publiczne streszczenie com.google.protobuf.ByteString getPhysicalDescriptionBytes ()

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

publiczny streszczenie String getType ()

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

publiczne streszczenie com.google.protobuf.ByteString getTypeBytes ()

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