공용 인터페이스 DeviceAttributesOrBuilder
알려진 간접 하위 클래스 |
공개 방법
추상 문자열 | getDeviceType () String representation of device_type. |
추상 com.google.protobuf.ByteString | getDeviceTypeBytes () String representation of device_type. |
추상적인 긴 | getIncarnation () A device is assigned a global unique number each time it is initialized. |
추상 장치 지역성 | getLocality () Platform-specific data about device that may be useful for supporting efficient data transfers. |
추상 DeviceLocalityOrBuilder | getLocalityOrBuilder () Platform-specific data about device that may be useful for supporting efficient data transfers. |
추상적인 긴 | getMemoryLimit () Memory capacity of device in bytes. |
추상 문자열 | getName () Fully specified name of the device within a cluster. |
추상 com.google.protobuf.ByteString | getNameBytes () Fully specified name of the device within a cluster. |
추상 문자열 | getPhysicalDeviceDesc () String representation of the physical device that this device maps to. |
추상 com.google.protobuf.ByteString | getPhysicalDeviceDescBytes () String representation of the physical device that this device maps to. |
추상 부울 | hasLocality () Platform-specific data about device that may be useful for supporting efficient data transfers. |
공개 방법
공개 추상 문자열 getDeviceType ()
String representation of device_type.
string device_type = 2;
공개 추상 com.google.protobuf.ByteString getDeviceTypeBytes ()
String representation of device_type.
string device_type = 2;
공개 추상 긴 getIncarnation ()
A device is assigned a global unique number each time it is initialized. "incarnation" should never be 0.
fixed64 incarnation = 6;
공개 추상 DeviceLocality getLocality ()
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;
공개 추상 DeviceLocalityOrBuilder getLocalityOrBuilder ()
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;
공개 추상 긴 getMemoryLimit ()
Memory capacity of device in bytes.
int64 memory_limit = 4;
공개 추상 문자열 getName ()
Fully specified name of the device within a cluster.
string name = 1;
공개 추상 com.google.protobuf.ByteString getNameBytes ()
Fully specified name of the device within a cluster.
string name = 1;
공개 추상 문자열 getPhysicalDeviceDesc ()
String representation of the physical device that this device maps to.
string physical_device_desc = 7;
공개 추상 com.google.protobuf.ByteString getPhysicalDeviceDescBytes ()
String representation of the physical device that this device maps to.
string physical_device_desc = 7;
공개 추상 부울 hasLocality ()
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;