interfejs publiczny DeviceAttributesOrBuilder
Znane podklasy pośrednie |
Metody publiczne
abstrakcyjny ciąg | pobierz typ urządzenia () String representation of device_type. |
streszczenie com.google.protobuf.ByteString | getDeviceTypeBytes () String representation of device_type. |
abstrakcyjne, długie | uzyskaćInkarnację () A device is assigned a global unique number each time it is initialized. |
abstrakcyjna lokalizacja urządzenia | pobierzLocality () Platform-specific data about device that may be useful for supporting efficient data transfers. |
streszczenie DeviceLocalityOrBuilder | getLocalityOrBuilder () Platform-specific data about device that may be useful for supporting efficient data transfers. |
abstrakcyjne, długie | getMemoryLimit () Memory capacity of device in bytes. |
abstrakcyjny ciąg | pobierz nazwę () Fully specified name of the device within a cluster. |
streszczenie com.google.protobuf.ByteString | getNameBytes () Fully specified name of the device within a cluster. |
abstrakcyjny ciąg | getPhysicalDeviceDesc () String representation of the physical device that this device maps to. |
streszczenie com.google.protobuf.ByteString | getPhysicalDeviceDescBytes () String representation of the physical device that this device maps to. |
abstrakcyjna wartość logiczna | maLokalność () Platform-specific data about device that may be useful for supporting efficient data transfers. |
Metody publiczne
publiczny ciąg abstrakcyjny getDeviceType ()
String representation of device_type.
string device_type = 2;
publiczne streszczenie com.google.protobuf.ByteString getDeviceTypeBytes ()
String representation of device_type.
string device_type = 2;
publiczne streszczenie długie wcielenie ()
A device is assigned a global unique number each time it is initialized. "incarnation" should never be 0.
fixed64 incarnation = 6;
publiczne streszczenie DeviceLocality getLocality ()
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;
publiczne streszczenie DeviceLocalityOrBuilder getLocalityOrBuilder ()
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;
publiczne streszczenie długie getMemoryLimit ()
Memory capacity of device in bytes.
int64 memory_limit = 4;
publiczna abstrakcja String getName ()
Fully specified name of the device within a cluster.
string name = 1;
publiczne streszczenie com.google.protobuf.ByteString getNameBytes ()
Fully specified name of the device within a cluster.
string name = 1;
publiczna abstrakcja String getPhysicalDeviceDesc ()
String representation of the physical device that this device maps to.
string physical_device_desc = 7;
publiczne streszczenie com.google.protobuf.ByteString getPhysicalDeviceDescBytes ()
String representation of the physical device that this device maps to.
string physical_device_desc = 7;
publiczna wartość logiczna abstrakcyjna maLocality ()
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;