DebuggedDeviceOrBuilder

رابط عمومی 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;