อินเทอร์เฟซสาธารณะ DebuggedDeviceOrBuilder
| คลาสย่อยทางอ้อมที่รู้จัก |
วิธีการสาธารณะ
| บทคัดย่อ | รับรหัสอุปกรณ์ () A debugger-generated ID for the device. |
| สตริงที่เป็นนามธรรม | รับชื่ออุปกรณ์ () Name of the device. |
| นามธรรม com.google.protobuf.ByteString | รับDeviceNameBytes () 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;