classe finale statique publique DeviceAttributes.Builder
tensorflow.DeviceAttributes
de type Protobuf
Méthodes publiques
DeviceAttributes.Builder | addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet) |
Attributs de périphérique | construire () |
Attributs de périphérique | buildPartial () |
DeviceAttributes.Builder | clair () |
DeviceAttributes.Builder | clearDeviceType () String representation of device_type. |
DeviceAttributes.Builder | clearField (champ 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 | nom clair () 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 | cloner () |
Attributs de périphérique | |
final statique com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
Chaîne | getDeviceType () String representation of device_type. |
com.google.protobuf.ByteString | getDeviceTypeBytes () String representation of device_type. |
long | getIncarnation () A device is assigned a global unique number each time it is initialized. |
Localité de l'appareil | getLocalité () 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. |
long | getMemoryLimit () Memory capacity of device in bytes. |
Chaîne | obtenirNom () Fully specified name of the device within a cluster. |
com.google.protobuf.ByteString | getNameBytes () Fully specified name of the device within a cluster. |
Chaîne | 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. |
booléen | aLocalité () Platform-specific data about device that may be useful for supporting efficient data transfers. |
booléen final | |
DeviceAttributes.Builder | mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DeviceAttributes.Builder | mergeFrom (com.google.protobuf.Message autre) |
DeviceAttributes.Builder | mergeLocality (valeur DeviceLocality ) Platform-specific data about device that may be useful for supporting efficient data transfers. |
final DeviceAttributes.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields) |
DeviceAttributes.Builder | setDeviceType (valeur de chaîne) String representation of device_type. |
DeviceAttributes.Builder | setDeviceTypeBytes (valeur com.google.protobuf.ByteString) String representation of device_type. |
DeviceAttributes.Builder | setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet) |
DeviceAttributes.Builder | setIncarnation (valeur longue) A device is assigned a global unique number each time it is initialized. |
DeviceAttributes.Builder | setLocality (valeur 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 (valeur longue) Memory capacity of device in bytes. |
DeviceAttributes.Builder | setName (valeur de chaîne) Fully specified name of the device within a cluster. |
DeviceAttributes.Builder | setNameBytes (valeur com.google.protobuf.ByteString) Fully specified name of the device within a cluster. |
DeviceAttributes.Builder | setPhysicalDeviceDesc (valeur de chaîne) String representation of the physical device that this device maps to. |
DeviceAttributes.Builder | setPhysicalDeviceDescBytes (valeur com.google.protobuf.ByteString) String representation of the physical device that this device maps to. |
DeviceAttributes.Builder | setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet) |
final DeviceAttributes.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields) |
Méthodes héritées
Méthodes publiques
public DeviceAttributes.Builder addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
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 statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
chaîne publique 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;
chaîne publique 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;
chaîne publique 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 booléen hasLocality ()
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;
public final booléen isInitialized ()
public DeviceAttributes.Builder mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public DeviceAttributes.Builder mergeLocality (valeur 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 (valeur de chaîne)
String representation of device_type.
string device_type = 2;
public DeviceAttributes.Builder setDeviceTypeBytes (valeur com.google.protobuf.ByteString)
String representation of device_type.
string device_type = 2;
public DeviceAttributes.Builder setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
public DeviceAttributes.Builder setIncarnation (valeur longue)
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 (valeur 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 (valeur longue)
Memory capacity of device in bytes.
int64 memory_limit = 4;
public DeviceAttributes.Builder setName (valeur de chaîne)
Fully specified name of the device within a cluster.
string name = 1;
public DeviceAttributes.Builder setNameBytes (valeur com.google.protobuf.ByteString)
Fully specified name of the device within a cluster.
string name = 1;
public DeviceAttributes.Builder setPhysicalDeviceDesc (valeur de chaîne)
String representation of the physical device that this device maps to.
string physical_device_desc = 7;
public DeviceAttributes.Builder setPhysicalDeviceDescBytes (valeur com.google.protobuf.ByteString)
String representation of the physical device that this device maps to.
string physical_device_desc = 7;