DebuggedDeviceOrBuilder

giao diện công cộng DebuggedDeviceOrBuilder
Các lớp con gián tiếp đã biết

Phương pháp công cộng

int trừu tượng
getDeviceId ()
 A debugger-generated ID for the device.
chuỗi trừu tượng
getDeviceName ()
 Name of the device.
tóm tắt com.google.protobuf.ByteString
getDeviceNameBytes ()
 Name of the device.

Phương pháp công cộng

tóm tắt công khai 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;

Chuỗi tóm tắt công khai getDeviceName ()

 Name of the device.
 
string device_name = 1;

tóm tắt công khai com.google.protobuf.ByteString getDeviceNameBytes ()

 Name of the device.
 
string device_name = 1;