공개 인터페이스 DebuggedDeviceOrBuilder
| 알려진 간접 하위 클래스 |
공개 방법
| 추상 정수 | getDeviceId () A debugger-generated ID for the device. |
| 추상 문자열 | getDeviceName () Name of the device. |
| 추상 com.google.protobuf.ByteString | getDeviceNameBytes () Name of the device. |
공개 방법
공개 추상 int getDeviceId ()
A debugger-generated ID for the device. Guaranteed to be unique within the scope of the debugged TensorFlow program, including single-host and multi-host settings. TODO(cais): Test the uniqueness guarantee in multi-host settings.
int32 device_id = 2; 공개 추상 문자열 getDeviceName ()
Name of the device.
string device_name = 1; 공개 추상 com.google.protobuf.ByteString getDeviceNameBytes ()
Name of the device.
string device_name = 1;