DebuggedDevice.Builder

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

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

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

DebuggedDevice.Builder
addRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)
Отладочное устройство
Отладочное устройство
DebuggedDevice.Builder
DebuggedDevice.Builder
очиститьDeviceId ()
 A debugger-generated ID for the device.
DebuggedDevice.Builder
DebuggedDevice.Builder
ClearField (поле com.google.protobuf.Descriptors.FieldDescriptor)
DebuggedDevice.Builder
ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
DebuggedDevice.Builder
Отладочное устройство
окончательный статический com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
интервал
getDeviceId ()
 A debugger-generated ID for the device.
Нить
com.google.protobuf.ByteString
getDeviceNameBytes ()
 Name of the device.
последнее логическое значение
DebuggedDevice.Builder
mergeFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
DebuggedDevice.Builder
mergeFrom (com.google.protobuf.Message другое)
окончательный DebuggedDevice.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
DebuggedDevice.Builder
setDeviceId (целое значение)
 A debugger-generated ID for the device.
DebuggedDevice.Builder
setDeviceName (строковое значение)
 Name of the device.
DebuggedDevice.Builder
setDeviceNameBytes (значение com.google.protobuf.ByteString)
 Name of the device.
DebuggedDevice.Builder
setField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)
DebuggedDevice.Builder
setRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, индекс int, значение объекта)
окончательный DebuggedDevice.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

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

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

public DebuggedDevice.Builder addRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)

общедоступная сборка DebuggedDevice ()

public DebuggedDevice buildPartial ()

public DebuggedDevice.Builder очистить ()

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

 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 DebuggedDevice.Builder ClearDeviceName ()

 Name of the device.
 
string device_name = 1;

public DebuggedDevice.Builder ClearField (поле com.google.protobuf.Descriptors.FieldDescriptor)

public DebuggedDevice.Builder ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

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

public DebuggedDevice getDefaultInstanceForType ()

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

общедоступный com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

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;

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

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

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

public DebuggedDevice.Builder mergeFrom (com.google.protobuf.Message другое)

общедоступный финальный DebuggedDevice.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

public DebuggedDevice.Builder setDeviceId (целое значение)

 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 DebuggedDevice.Builder setDeviceName (строковое значение)

 Name of the device.
 
string device_name = 1;

public DebuggedDevice.Builder setDeviceNameBytes (значение com.google.protobuf.ByteString)

 Name of the device.
 
string device_name = 1;

public DebuggedDevice.Builder setField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)

public DebuggedDevice.Builder setRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, индекс int, значение объекта)

общедоступный окончательный DebuggedDevice.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)