DeviceAttributes.Builder

מחלקה סופית סטטית ציבורית DeviceAttributes.Builder

סוג Protobuf tensorflow.DeviceAttributes

שיטות ציבוריות

DeviceAttributes.Builder
addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)
תכונות מכשיר
תכונות מכשיר
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
תכונות מכשיר
final 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 אחר)
DeviceAttributes.Builder
mergeLocality (ערך DeviceLocality )
 Platform-specific data about device that may be useful
 for supporting efficient data transfers.
final DeviceAttributes.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
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, אינדקס אינט, ערך אובייקט)
final DeviceAttributes.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

שיטות בירושה

שיטות ציבוריות

public DeviceAttributes.Builder addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)

בניית תכונות מכשיר ציבוריות ()

public DeviceAttributes buildPartial ()

public DeviceAttributes.Builder ברור ()

public DeviceAttributes.Builder clearDeviceType ()

 String representation of device_type.
 
string device_type = 2;

public DeviceAttributes.Builder clearField (שדה com.google.protobuf.Descriptors.FieldDescriptor)

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 clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public DeviceAttributes.Builder clearPhysicalDeviceDesc ()

 String representation of the physical device that this device maps to.
 
string physical_device_desc = 7;

שיבוט public DeviceAttributes.Builder ()

public DeviceAttributes getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

מחרוזת ציבורית 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;

פומבי ארוך 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;

מחרוזת ציבורית 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;

מחרוזת ציבורית 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;

בוליאני ציבורי ישLocality ()

 Platform-specific data about device that may be useful
 for supporting efficient data transfers.
 
.tensorflow.DeviceLocality locality = 5;

בוליאני הסופי הציבורי הוא אתחול ()

public DeviceAttributes.Builder mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

public DeviceAttributes.Builder mergeFrom (com.google.protobuf.Message אחר)

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 unknownFields)

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;

public DeviceAttributes.Builder setRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, אינדקס אינט, ערך אובייקט)

public final DeviceAttributes.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)