パブリック静的最終クラスDeviceAttributes.Builder
Protobuf 型tensorflow.DeviceAttributes
パブリックメソッド
DeviceAttributes.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値) |
デバイス属性 | 建てる() |
デバイス属性 | buildPartial () |
DeviceAttributes.Builder | クリア() |
DeviceAttributes.Builder | クリアデバイスタイプ() String representation of device_type. |
DeviceAttributes.Builder | clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド) |
DeviceAttributes.Builder | クリアインカネーション() A device is assigned a global unique number each time it is initialized. |
DeviceAttributes.Builder | クリア地域() Platform-specific data about device that may be useful for supporting efficient data transfers. |
DeviceAttributes.Builder | クリアメモリリミット() Memory capacity of device in bytes. |
DeviceAttributes.Builder | クリアネーム() Fully specified name of the device within a cluster. |
DeviceAttributes.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
DeviceAttributes.Builder | ClearPhysicalDeviceDesc () String representation of the physical device that this device maps to. |
DeviceAttributes.Builder | クローン() |
デバイス属性 | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
弦 | getDeviceType () String representation of device_type. |
com.google.protobuf.ByteString | getDeviceTypeBytes () String representation of device_type. |
長さ | getIncarnation () A device is assigned a global unique number each time it is initialized. |
デバイスの場所 | get地域性() Platform-specific data about device that may be useful for supporting efficient data transfers. |
DeviceLocality.Builder | getLocalityBuilder () Platform-specific data about device that may be useful for supporting efficient data transfers. |
デバイスの地域またはビルダー | getLocalityOrBuilder () Platform-specific data about device that may be useful for supporting efficient data transfers. |
長さ | getMemoryLimit () Memory capacity of device in bytes. |
弦 | getName () Fully specified name of the device within a cluster. |
com.google.protobuf.ByteString | getNameBytes () Fully specified name of the device within a cluster. |
弦 | getPhysicalDeviceDesc () String representation of the physical device that this device maps to. |
com.google.protobuf.ByteString | getPhysicalDeviceDescBytes () String representation of the physical device that this device maps to. |
ブール値 | 地域性あり() Platform-specific data about device that may be useful for supporting efficient data transfers. |
最終ブール値 | |
DeviceAttributes.Builder | mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DeviceAttributes.Builder | mergeFrom (com.google.protobuf.Message other) |
DeviceAttributes.Builder | mergeLocality ( DeviceLocality値) Platform-specific data about device that may be useful for supporting efficient data transfers. |
最終的なDeviceAttributes.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド) |
DeviceAttributes.Builder | setDeviceType (文字列値) String representation of device_type. |
DeviceAttributes.Builder | setDeviceTypeBytes (com.google.protobuf.ByteString 値) String representation of device_type. |
DeviceAttributes.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値) |
DeviceAttributes.Builder | setIncarnation (長い値) A device is assigned a global unique number each time it is initialized. |
DeviceAttributes.Builder | setLocality ( DeviceLocality値) Platform-specific data about device that may be useful for supporting efficient data transfers. |
DeviceAttributes.Builder | setLocality ( DeviceLocality.Builder builderForValue) Platform-specific data about device that may be useful for supporting efficient data transfers. |
DeviceAttributes.Builder | setMemoryLimit (長い値) Memory capacity of device in bytes. |
DeviceAttributes.Builder | setName (文字列値) Fully specified name of the device within a cluster. |
DeviceAttributes.Builder | setNameBytes (com.google.protobuf.ByteString 値) Fully specified name of the device within a cluster. |
DeviceAttributes.Builder | setPhysicalDeviceDesc (文字列値) String representation of the physical device that this device maps to. |
DeviceAttributes.Builder | setPhysicalDeviceDescBytes (com.google.protobuf.ByteString 値) String representation of the physical device that this device maps to. |
DeviceAttributes.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値) |
最終的なDeviceAttributes.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
継承されたメソッド
パブリックメソッド
public DeviceAttributes.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
public DeviceAttributes.Builder clearDeviceType ()
String representation of device_type.
string device_type = 2;
public DeviceAttributes.Builder clearIncarnation ()
A device is assigned a global unique number each time it is initialized. "incarnation" should never be 0.
fixed64 incarnation = 6;
public DeviceAttributes.Builder clearLocality ()
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;
public DeviceAttributes.Builder clearMemoryLimit ()
Memory capacity of device in bytes.
int64 memory_limit = 4;
public DeviceAttributes.Builder clearName ()
Fully specified name of the device within a cluster.
string name = 1;
public DeviceAttributes.Builder clearPhysicalDeviceDesc ()
String representation of the physical device that this device maps to.
string physical_device_desc = 7;
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
パブリック String getDeviceType ()
String representation of device_type.
string device_type = 2;
public com.google.protobuf.ByteString getDeviceTypeBytes ()
String representation of device_type.
string device_type = 2;
public long getIncarnation ()
A device is assigned a global unique number each time it is initialized. "incarnation" should never be 0.
fixed64 incarnation = 6;
public DeviceLocality getLocality ()
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;
public DeviceLocality.Builder getLocalityBuilder ()
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;
public DeviceLocalityOrBuilder getLocalityOrBuilder ()
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;
public long getMemoryLimit ()
Memory capacity of device in bytes.
int64 memory_limit = 4;
public String getName ()
Fully specified name of the device within a cluster.
string name = 1;
public com.google.protobuf.ByteString getNameBytes ()
Fully specified name of the device within a cluster.
string name = 1;
public String getPhysicalDeviceDesc ()
String representation of the physical device that this device maps to.
string physical_device_desc = 7;
public com.google.protobuf.ByteString getPhysicalDeviceDescBytes ()
String representation of the physical device that this device maps to.
string physical_device_desc = 7;
public boolean hasLocality ()
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;
パブリック最終ブール値isInitialized ()
public DeviceAttributes.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public DeviceAttributes.Builder mergeLocality ( DeviceLocality値)
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;
public Final DeviceAttributes.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)
public DeviceAttributes.Builder setDeviceType (文字列値)
String representation of device_type.
string device_type = 2;
public DeviceAttributes.Builder setDeviceTypeBytes (com.google.protobuf.ByteString 値)
String representation of device_type.
string device_type = 2;
public DeviceAttributes.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
public DeviceAttributes.Builder setIncarnation (長い値)
A device is assigned a global unique number each time it is initialized. "incarnation" should never be 0.
fixed64 incarnation = 6;
public DeviceAttributes.Builder setLocality ( DeviceLocality値)
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;
public DeviceAttributes.Builder setLocality ( DeviceLocality.Builder builderForValue)
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;
public DeviceAttributes.Builder setMemoryLimit (長い値)
Memory capacity of device in bytes.
int64 memory_limit = 4;
public DeviceAttributes.Builder setName (文字列値)
Fully specified name of the device within a cluster.
string name = 1;
public DeviceAttributes.Builder setNameBytes (com.google.protobuf.ByteString 値)
Fully specified name of the device within a cluster.
string name = 1;
public DeviceAttributes.Builder setPhysicalDeviceDesc (文字列値)
String representation of the physical device that this device maps to.
string physical_device_desc = 7;
public DeviceAttributes.Builder setPhysicalDeviceDescBytes (com.google.protobuf.ByteString 値)
String representation of the physical device that this device maps to.
string physical_device_desc = 7;