DebuggedDeviceOrBuilder

interfejs publiczny DebuggedDeviceOrBuilder
Znane podklasy pośrednie

Metody publiczne

streszczenie wew
pobierzId urządzenia ()
 A debugger-generated ID for the device.
abstrakcyjny ciąg
pobierz nazwę urządzenia ()
 Name of the device.
streszczenie com.google.protobuf.ByteString
getDeviceNameBytes ()
 Name of the device.

Metody publiczne

publiczne streszczenie 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;

publiczny ciąg abstrakcyjny getDeviceName ()

 Name of the device.
 
string device_name = 1;

publiczna abstrakcja com.google.protobuf.ByteString getDeviceNameBytes ()

 Name of the device.
 
string device_name = 1;