DebuggedDevice

публичный финальный класс DebuggedDevice

 A device on which ops and/or tensors are instrumented by the debugger.
 
тип Protobuf tensorflow.DebuggedDevice

Вложенные классы

сорт DebuggedDevice.Builder
 A device on which ops and/or tensors are instrumented by the debugger. 

Константы

интервал DEVICE_ID_FIELD_NUMBER
интервал DEVICE_NAME_FIELD_NUMBER

Публичные методы

логическое значение
равно (Объект obj)
статический DebuggedDevice
Отладочное устройство
окончательный статический com.google.protobuf.Descriptors.Descriptor
интервал
getDeviceId ()
 A debugger-generated ID for the device.
Нить
com.google.protobuf.ByteString
getDeviceNameBytes ()
 Name of the device.
интервал
окончательный com.google.protobuf.UnknownFieldSet
интервал
последнее логическое значение
статический DebuggedDevice.Builder
newBuilder (прототип DebuggedDevice )
статический DebuggedDevice.Builder
DebuggedDevice.Builder
статический DebuggedDevice
parseDelimitedFrom (входной поток)
статический DebuggedDevice
parseDelimitedFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический DebuggedDevice
parseFrom (данные ByteBuffer)
статический DebuggedDevice
parseFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический DebuggedDevice
parseFrom (данные ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический DebuggedDevice
parseFrom (вход com.google.protobuf.CodedInputStream)
статический DebuggedDevice
parseFrom (данные byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический DebuggedDevice
parseFrom (данные com.google.protobuf.ByteString)
статический DebuggedDevice
parseFrom (ввод входного потока, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический DebuggedDevice
parseFrom (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический
DebuggedDevice.Builder
пустота
writeTo (вывод com.google.protobuf.CodedOutputStream)

Унаследованные методы

Константы

общедоступный статический окончательный int DEVICE_ID_FIELD_NUMBER

Постоянное значение: 2

общедоступный статический окончательный int DEVICE_NAME_FIELD_NUMBER

Постоянное значение: 1

Публичные методы

общедоступное логическое значение равно (Object obj)

общедоступный статический DebuggedDevice getDefaultInstance ()

public DebuggedDevice getDefaultInstanceForType ()

общедоступный статический окончательный com.google.protobuf.Descriptors.Descriptor getDescriptor ()

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

public com.google.protobuf.ByteString getDeviceNameBytes ()

 Name of the device.
 
string device_name = 1;

общественный getParserForType ()

public int getSerializedSize ()

публичный финал com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

публичное финальное логическое значение isInitialized ()

public static DebuggedDevice.Builder newBuilder (прототип DebuggedDevice )

общедоступный статический DebuggedDevice.Builder newBuilder ()

общедоступный DebuggedDevice.Builder newBuilderForType ()

общедоступный статический DebuggedDevice parseDelimitedFrom (вход InputStream)

Броски
Исключение IO

public static DebuggedDevice parseDelimitedFrom (вход InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Исключение IO

public static DebuggedDevice parseFrom (данные ByteBuffer)

Броски
Инвалидпротоколбуфферисключение

public static DebuggedDevice parseFrom (вход com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Исключение IO

public static DebuggedDevice parseFrom (данные ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Инвалидпротоколбуфферисключение

общедоступный статический DebuggedDevice parseFrom (вход com.google.protobuf.CodedInputStream)

Броски
Исключение IO

public static DebuggedDevice parseFrom (данные byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Инвалидпротоколбуфферисключение

public static DebuggedDevice parseFrom (данные com.google.protobuf.ByteString)

Броски
Инвалидпротоколбуфферисключение

общедоступный статический анализ DebuggedDeviceFrom ( ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Исключение IO

public static DebuggedDevice parseFrom (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Инвалидпротоколбуфферисключение

общественный статический парсер ()

public DebuggedDevice.Builder toBuilder ()

public void writeTo (вывод com.google.protobuf.CodedOutputStream)

Броски
Исключение IO