الواجهة العامة DebuggedDeviceOrBuilder
الفئات الفرعية غير المباشرة المعروفة |
الأساليب العامة
كثافة العمليات مجردة | معرف الجهاز () A debugger-generated ID for the device. |
سلسلة مجردة | الحصول على اسم الجهاز () 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;