DebuggedDeviceOrBuilder

genel arayüz DebuggedDeviceOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

soyut int
getDeviceId ()
 A debugger-generated ID for the device.
soyut Dize
getDeviceName ()
 Name of the device.
abstract com.google.protobuf.ByteString
getDeviceNameBytes ()
 Name of the device.

Genel Yöntemler

genel özet 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;

genel özet Dize getDeviceName ()

 Name of the device.
 
string device_name = 1;

genel özet com.google.protobuf.ByteString getDeviceNameBytes ()

 Name of the device.
 
string device_name = 1;