パブリック静的最終クラスAvailableDeviceInfo.Builder
Matches DeviceAttributes
tensorflow.AvailableDeviceInfo
パブリックメソッド
利用可能なデバイス情報ビルダー | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値) |
利用可能なデバイス情報 | 建てる() |
利用可能なデバイス情報 | buildPartial () |
利用可能なデバイス情報ビルダー | クリア() |
利用可能なデバイス情報ビルダー | clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド) |
利用可能なデバイス情報ビルダー | クリアメモリリミット() Memory capacity in bytes. |
利用可能なデバイス情報ビルダー | クリアネーム() Device name. |
利用可能なデバイス情報ビルダー | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
利用可能なデバイス情報ビルダー | ClearPhysicalDescription () The physical description of this device. |
利用可能なデバイス情報ビルダー | クリアタイプ() Device type, e.g. |
利用可能なデバイス情報ビルダー | クローン() |
利用可能なデバイス情報 | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
長さ | getMemoryLimit () Memory capacity in bytes. |
弦 | getName () Device name. |
com.google.protobuf.ByteString | getNameBytes () Device name. |
弦 | getPhysicalDescription () The physical description of this device. |
com.google.protobuf.ByteString | getPhysicalDescriptionBytes () The physical description of this device. |
弦 | getType () Device type, e.g. |
com.google.protobuf.ByteString | getTypeBytes () Device type, e.g. |
最終ブール値 | |
利用可能なデバイス情報ビルダー | mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
利用可能なデバイス情報ビルダー | mergeFrom (com.google.protobuf.Message other) |
最終的なAvailableDeviceInfo.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド) |
利用可能なデバイス情報ビルダー | setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値) |
利用可能なデバイス情報ビルダー | setMemoryLimit (長い値) Memory capacity in bytes. |
利用可能なデバイス情報ビルダー | setName (文字列値) Device name. |
利用可能なデバイス情報ビルダー | setNameBytes (com.google.protobuf.ByteString 値) Device name. |
利用可能なデバイス情報ビルダー | setPhysicalDescription (文字列値) The physical description of this device. |
利用可能なデバイス情報ビルダー | setPhysicalDescriptionBytes (com.google.protobuf.ByteString 値) The physical description of this device. |
利用可能なデバイス情報ビルダー | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値) |
利用可能なデバイス情報ビルダー | setType (文字列値) Device type, e.g. |
利用可能なデバイス情報ビルダー | setTypeBytes (com.google.protobuf.ByteString 値) Device type, e.g. |
最終的なAvailableDeviceInfo.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
継承されたメソッド
パブリックメソッド
public AvailableDeviceInfo.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
public AvailableDeviceInfo.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)
publicAvailableDeviceInfo.BuilderclearMemoryLimit ( )
Memory capacity in bytes.
int64 memory_limit = 3;
public AvailableDeviceInfo.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
publicAvailableDeviceInfo.BuilderclearPhysicalDescription ( )
The physical description of this device.
string physical_description = 4;
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public long getMemoryLimit ()
Memory capacity in bytes.
int64 memory_limit = 3;
public String getName ()
Device name.
string name = 1;
public com.google.protobuf.ByteString getNameBytes ()
Device name.
string name = 1;
public String getPhysicalDescription ()
The physical description of this device.
string physical_description = 4;
public com.google.protobuf.ByteString getPhysicalDescriptionBytes ()
The physical description of this device.
string physical_description = 4;
パブリック String getType ()
Device type, e.g. 'CPU' or 'GPU'.
string type = 2;
public com.google.protobuf.ByteString getTypeBytes ()
Device type, e.g. 'CPU' or 'GPU'.
string type = 2;
パブリック最終ブール値isInitialized ()
public AvailableDeviceInfo.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
publicfinalAvailableDeviceInfo.BuildermergeUnknownFields (com.google.protobuf.UnknownFieldSetunknownFields )
public AvailableDeviceInfo.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
public AvailableDeviceInfo.Builder setMemoryLimit (長い値)
Memory capacity in bytes.
int64 memory_limit = 3;
public AvailableDeviceInfo.Builder setNameBytes (com.google.protobuf.ByteString 値)
Device name.
string name = 1;
public AvailableDeviceInfo.Builder setPhysicalDescription (文字列値)
The physical description of this device.
string physical_description = 4;
public AvailableDeviceInfo.Builder setPhysicalDescriptionBytes (com.google.protobuf.ByteString 値)
The physical description of this device.
string physical_description = 4;
public AvailableDeviceInfo.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
public AvailableDeviceInfo.Builder setType (文字列値)
Device type, e.g. 'CPU' or 'GPU'.
string type = 2;
public AvailableDeviceInfo.Builder setTypeBytes (com.google.protobuf.ByteString 値)
Device type, e.g. 'CPU' or 'GPU'.
string type = 2;