सार्वजनिक इंटरफ़ेस DebuggedDeviceOrBuilder
ज्ञात अप्रत्यक्ष उपवर्ग |
सार्वजनिक तरीके
सार इंट | getDeviceId () 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;