パブリック静的最終クラスDebuggedDevice.Builder
A device on which ops and/or tensors are instrumented by the debugger.
tensorflow.DebuggedDevice
パブリックメソッド
DebuggedDevice.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値) |
デバッグされたデバイス | 建てる() |
デバッグされたデバイス | buildPartial () |
DebuggedDevice.Builder | クリア() |
DebuggedDevice.Builder | クリアデバイスID () A debugger-generated ID for the device. |
DebuggedDevice.Builder | クリアデバイス名() Name of the device. |
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. |
弦 | getデバイス名() Name of 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 other) |
最終的なDebuggedDevice.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド) |
DebuggedDevice.Builder | setDeviceId (int 値) 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 フィールド、オブジェクト値)
public 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 static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public 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;
パブリック String 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 Final DebuggedDevice.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)
public DebuggedDevice.Builder setDeviceId (int 値)
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 setDeviceNameBytes (com.google.protobuf.ByteString 値)
Name of the device.
string device_name = 1;