パブリック インターフェイスDebuggedDeviceOrBuilder
既知の間接サブクラス |
パブリックメソッド
抽象整数 | getDeviceId () A debugger-generated ID for the device. |
抽象文字列 | getデバイス名() Name of the device. |
抽象的な com.google.protobuf.ByteString | getDeviceNameBytes () Name of the device. |
パブリックメソッド
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;
public abstract String getDeviceName ()
Name of the device.
string device_name = 1;
public abstract com.google.protobuf.ByteString getDeviceNameBytes ()
Name of the device.
string device_name = 1;