giao diện công cộng DeviceAttributOrBuilder
Các lớp con gián tiếp đã biết |
Phương pháp công cộng
chuỗi trừu tượng | getDeviceType () String representation of device_type. |
tóm tắt com.google.protobuf.ByteString | getDeviceTypeBytes () String representation of device_type. |
trừu tượng dài | được hóa thân () A device is assigned a global unique number each time it is initialized. |
trừu tượng DeviceLocality | getLocality () Platform-specific data about device that may be useful for supporting efficient data transfers. |
trừu tượng DeviceLocalityOrBuilder | getLocalityOrBuilder () Platform-specific data about device that may be useful for supporting efficient data transfers. |
trừu tượng dài | getMemoryLimit () Memory capacity of device in bytes. |
chuỗi trừu tượng | lấy Tên () Fully specified name of the device within a cluster. |
tóm tắt com.google.protobuf.ByteString | getNameBytes () Fully specified name of the device within a cluster. |
chuỗi trừu tượng | getPhysicalDeviceDesc () String representation of the physical device that this device maps to. |
tóm tắt com.google.protobuf.ByteString | getPhysicalDeviceDescBytes () String representation of the physical device that this device maps to. |
trừu tượng boolean | hasLocality () Platform-specific data about device that may be useful for supporting efficient data transfers. |
Phương pháp công cộng
Chuỗi tóm tắt công khai getDeviceType ()
String representation of device_type.
string device_type = 2;
tóm tắt công khai com.google.protobuf.ByteString getDeviceTypeBytes ()
String representation of device_type.
string device_type = 2;
tóm tắt công khai dài getIncarnation ()
A device is assigned a global unique number each time it is initialized. "incarnation" should never be 0.
fixed64 incarnation = 6;
tóm tắt công khai DeviceLocality getLocality ()
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;
tóm tắt công khai DeviceLocalityOrBuilder getLocalityOrBuilder ()
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;
tóm tắt công khai dài getMemoryLimit ()
Memory capacity of device in bytes.
int64 memory_limit = 4;
Chuỗi tóm tắt công khai getName ()
Fully specified name of the device within a cluster.
string name = 1;
tóm tắt công khai com.google.protobuf.ByteString getNameBytes ()
Fully specified name of the device within a cluster.
string name = 1;
Chuỗi tóm tắt công khai getPhysicalDeviceDesc ()
String representation of the physical device that this device maps to.
string physical_device_desc = 7;
tóm tắt công khai com.google.protobuf.ByteString getPhysicalDeviceDescBytes ()
String representation of the physical device that this device maps to.
string physical_device_desc = 7;
boolean trừu tượng công khai hasLocality ()
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;