عمومی استاتیک کلاس نهایی DeviceAttributes.Builder
نوع Protobuf tensorflow.DeviceAttributes
روش های عمومی
DeviceAttributes.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object) |
ویژگی های دستگاه | ساختن () |
ویژگی های دستگاه | ساخت جزئی () |
DeviceAttributes.Builder | روشن () |
DeviceAttributes.Builder | clearDeviceType () String representation of device_type. |
DeviceAttributes.Builder | clearField (فیلد com.google.protobuf.Descriptors.FieldDescriptor) |
DeviceAttributes.Builder | clearIncarnation () A device is assigned a global unique number each time it is initialized. |
DeviceAttributes.Builder | clearLocality () Platform-specific data about device that may be useful for supporting efficient data transfers. |
DeviceAttributes.Builder | clearMemoryLimit () Memory capacity of device in bytes. |
DeviceAttributes.Builder | clearName () 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 | کلون () |
ویژگی های دستگاه | |
نهایی static 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. |
DeviceLocality | getLocality () 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. |
DeviceLocalityOrBuilder | 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. |
بولی | hasLocality () 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.UnknownFieldSetknownFields) |
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 فیلد، مقدار Object) |
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، مقدار Object) |
DeviceAttributes.Builder نهایی | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
روش های ارثی
روش های عمومی
public DeviceAttributes.Builder addRepeatedField (فیلد com.google.protobuf.Descriptors.FieldDescriptor، مقدار Object)
عمومی 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;
عمومی DeviceAttributes.Builder clearMemoryLimit ()
Memory capacity of device in bytes.
int64 memory_limit = 4;
عمومی DeviceAttributes.Builder clearName ()
Fully specified name of the device within a cluster.
string name = 1;
عمومی 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 ()
عمومی com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
رشته عمومی getDeviceType ()
String representation of device_type.
string device_type = 2;
عمومی com.google.protobuf.ByteString getDeviceTypeBytes ()
String representation of device_type.
string device_type = 2;
عمومی طولانی دریافت تناسب ()
A device is assigned a global unique number each time it is initialized. "incarnation" should never be 0.
fixed64 incarnation = 6;
عمومی DeviceLocality getLocality ()
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;
عمومی DeviceLocality.Builder getLocalityBuilder ()
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;
عمومی 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;
رشته عمومی getName ()
Fully specified name of the device within a cluster.
string name = 1;
عمومی com.google.protobuf.ByteString getNameBytes ()
Fully specified name of the device within a cluster.
string name = 1;
رشته عمومی getPhysicalDeviceDesc ()
String representation of the physical device that this device maps to.
string physical_device_desc = 7;
عمومی com.google.protobuf.ByteString getPhysicalDeviceDescBytes ()
String representation of the physical device that this device maps to.
string physical_device_desc = 7;
دارای محلی بولی عمومی ()
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;
بولین نهایی عمومی isInitialized ()
عمومی DeviceAttributes.Builder mergeFrom (com.google.protobuf.CodedInputStream ورودی، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی DeviceAttributes.Builder mergeLocality (مقدار DeviceLocality )
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;
عمومی نهایی DeviceAttributes.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
public DeviceAttributes.Builder setDeviceType (مقدار رشته)
String representation of device_type.
string device_type = 2;
عمومی 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 فیلد، مقدار Object)
عمومی DeviceAttributes.Builder setIncarnation (مقدار طولانی)
A device is assigned a global unique number each time it is initialized. "incarnation" should never be 0.
fixed64 incarnation = 6;
عمومی DeviceAttributes.Builder setLocality (مقدار DeviceLocality )
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;
عمومی 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;
عمومی DeviceAttributes.Builder setNameBytes (مقدار com.google.protobuf.ByteString)
Fully specified name of the device within a cluster.
string name = 1;
عمومی DeviceAttributes.Builder setPhysicalDeviceDesc (مقدار رشته)
String representation of the physical device that this device maps to.
string physical_device_desc = 7;
عمومی DeviceAttributes.Builder setPhysicalDeviceDescBytes (مقدار com.google.protobuf.ByteString)
String representation of the physical device that this device maps to.
string physical_device_desc = 7;