DebuggedDeviceOrBuilder

antarmuka publik DebuggedDeviceOrBuilder
Subkelas Tidak Langsung yang Diketahui

Metode Publik

abstrak ke dalam
dapatkanDeviceId ()
 A debugger-generated ID for the device.
Tali abstrak
dapatkan NamaPerangkat ()
 Name of the device.
abstrak com.google.protobuf.ByteString
dapatkanDeviceNameBytes ()
 Name of the device.

Metode Publik

abstrak publik 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;

String abstrak publik getDeviceName ()

 Name of the device.
 
string device_name = 1;

abstrak publik com.google.protobuf.ByteString getDeviceNameBytes ()

 Name of the device.
 
string device_name = 1;