DebuggedDeviceOrBuilder

সর্বজনীন ইন্টারফেস DebuggedDeviceOrBuilder
পরিচিত পরোক্ষ উপশ্রেণী

পাবলিক পদ্ধতি

বিমূর্ত int
getDeviceId ()
 A debugger-generated ID for the device.
বিমূর্ত স্ট্রিং
getDeviceName ()
 Name of the device.
বিমূর্ত com.google.protobuf.ByteString
getDeviceNameBytes ()
 Name of the device.

পাবলিক পদ্ধতি

পাবলিক বিমূর্ত 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;

সর্বজনীন বিমূর্ত স্ট্রিং getDeviceName ()

 Name of the device.
 
string device_name = 1;

সর্বজনীন বিমূর্ত com.google.protobuf.ByteString getDeviceNameBytes ()

 Name of the device.
 
string device_name = 1;