DebuggedDeviceOrBuilder

interfaz pública DebuggedDeviceOrBuilder
Subclases indirectas conocidas

Métodos públicos

int abstracto
getDeviceId ()
 A debugger-generated ID for the device.
cadena abstracta
getDeviceName ()
 Name of the device.
resumen com.google.protobuf.ByteString
getDeviceNameBytes ()
 Name of the device.

Métodos públicos

public abstract 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;

público abstracto String getDeviceName ()

 Name of the device.
 
string device_name = 1; nombre_dispositivo string device_name = 1;

resumen público com.google.protobuf.ByteString getDeviceNameBytes ()

 Name of the device.
 
string device_name = 1; nombre_dispositivo string device_name = 1;