interfaz pública DeviceAttributesOrBuilder
| Subclases indirectas conocidas |
Métodos públicos
| cadena abstracta | getDeviceType () String representation of device_type. |
| resumen com.google.protobuf.ByteString | getDeviceTypeBytes () String representation of device_type. |
| abstracto largo | getIncarnation () A device is assigned a global unique number each time it is initialized. |
| DeviceLocality abstracto | getLocality () Platform-specific data about device that may be useful for supporting efficient data transfers. |
| DeviceLocalityOrBuilder abstracto | getLocalityOrBuilder () Platform-specific data about device that may be useful for supporting efficient data transfers. |
| abstracto largo | getMemoryLimit () Memory capacity of device in bytes. |
| cadena abstracta | getName () Fully specified name of the device within a cluster. |
| resumen com.google.protobuf.ByteString | getNameBytes () Fully specified name of the device within a cluster. |
| cadena abstracta | getPhysicalDeviceDesc () String representation of the physical device that this device maps to. |
| resumen com.google.protobuf.ByteString | getPhysicalDeviceDescBytes () String representation of the physical device that this device maps to. |
| booleano abstracto | hasLocality () Platform-specific data about device that may be useful for supporting efficient data transfers. |
Métodos públicos
getDeviceType de cadena abstracta pública ()
String representation of device_type.
string device_type = 2;resumen público com.google.protobuf.ByteString getDeviceTypeBytes ()
String representation of device_type.
string device_type = 2;public abstract long getIncarnation ()
A device is assigned a global unique number each time it is initialized. "incarnation" should never be 0.
fixed64 incarnation = 6;Resumen público DeviceLocality getLocality ()
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;Resumen público DeviceLocalityOrBuilder getLocalityOrBuilder ()
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;public abstract long getMemoryLimit ()
Memory capacity of device in bytes.
int64 memory_limit = 4;público abstracto String getName ()
Fully specified name of the device within a cluster.
string name = 1;resumen público com.google.protobuf.ByteString getNameBytes ()
Fully specified name of the device within a cluster.
string name = 1;cadena abstracta pública getPhysicalDeviceDesc ()
String representation of the physical device that this device maps to.
string physical_device_desc = 7;resumen público com.google.protobuf.ByteString getPhysicalDeviceDescBytes ()
String representation of the physical device that this device maps to.
string physical_device_desc = 7;público abstracto booleano hasLocality ()
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;