interface publique DeviceAttributesOrBuilder
Sous-classes indirectes connues |
Méthodes publiques
chaîne abstraite | getDeviceType () String representation of device_type. |
résumé com.google.protobuf.ByteString | getDeviceTypeBytes () String representation of device_type. |
abstrait long | getIncarnation () A device is assigned a global unique number each time it is initialized. |
résumé DeviceLocality | getLocalité () Platform-specific data about device that may be useful for supporting efficient data transfers. |
abstrait DeviceLocalityOrBuilder | getLocalityOrBuilder () Platform-specific data about device that may be useful for supporting efficient data transfers. |
abstrait long | getMemoryLimit () Memory capacity of device in bytes. |
chaîne abstraite | obtenirNom () Fully specified name of the device within a cluster. |
résumé com.google.protobuf.ByteString | getNameBytes () Fully specified name of the device within a cluster. |
chaîne abstraite | getPhysicalDeviceDesc () String representation of the physical device that this device maps to. |
résumé com.google.protobuf.ByteString | getPhysicalDeviceDescBytes () String representation of the physical device that this device maps to. |
booléen abstrait | aLocalité () Platform-specific data about device that may be useful for supporting efficient data transfers. |
Méthodes publiques
chaîne abstraite publique getDeviceType ()
String representation of device_type.
string device_type = 2;
résumé public com.google.protobuf.ByteString getDeviceTypeBytes ()
String representation of device_type.
string device_type = 2;
public abstrait long getIncarnation ()
A device is assigned a global unique number each time it is initialized. "incarnation" should never be 0.
fixed64 incarnation = 6;
public abstrait DeviceLocality getLocality ()
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;
public abstrait DeviceLocalityOrBuilder getLocalityOrBuilder ()
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;
public abstrait long getMemoryLimit ()
Memory capacity of device in bytes.
int64 memory_limit = 4;
chaîne abstraite publique getName ()
Fully specified name of the device within a cluster.
string name = 1;
résumé public com.google.protobuf.ByteString getNameBytes ()
Fully specified name of the device within a cluster.
string name = 1;
chaîne abstraite publique getPhysicalDeviceDesc ()
String representation of the physical device that this device maps to.
string physical_device_desc = 7;
résumé public com.google.protobuf.ByteString getPhysicalDeviceDescBytes ()
String representation of the physical device that this device maps to.
string physical_device_desc = 7;
public abstrait booléen hasLocality ()
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;