interface publique AvailableDeviceInfoOrBuilder
| Sous-classes indirectes connues |
Méthodes publiques
| abstrait long | getMemoryLimit () Memory capacity in bytes. |
| chaîne abstraite | obtenirNom () Device name. |
| résumé com.google.protobuf.ByteString | getNameBytes () Device name. |
| chaîne abstraite | obtenirDescriptionPhysique () The physical description of this device. |
| résumé com.google.protobuf.ByteString | getPhysicalDescriptionBytes () The physical description of this device. |
| chaîne abstraite | getType () Device type, e.g. |
| résumé com.google.protobuf.ByteString | getTypeBytes () Device type, e.g. |
Méthodes publiques
public abstrait long getMemoryLimit ()
Memory capacity in bytes.
int64 memory_limit = 3; chaîne abstraite publique getName ()
Device name.
string name = 1; résumé public com.google.protobuf.ByteString getNameBytes ()
Device name.
string name = 1; chaîne abstraite publique getPhysicalDescription ()
The physical description of this device.
string physical_description = 4; résumé public com.google.protobuf.ByteString getPhysicalDescriptionBytes ()
The physical description of this device.
string physical_description = 4; chaîne abstraite publique getType ()
Device type, e.g. 'CPU' or 'GPU'.
string type = 2; résumé public com.google.protobuf.ByteString getTypeBytes ()
Device type, e.g. 'CPU' or 'GPU'.
string type = 2;