classe final pública DeviceAttributes
tensorflow.DeviceAttributes tipo tensorflow.DeviceAttributes
Classes aninhadas
| aula | DeviceAttributes.Builder | tensorflow.DeviceAttributes tipo tensorflow.DeviceAttributes | |
Constantes
| int | DEVICE_TYPE_FIELD_NUMBER | |
| int | INCARNATION_FIELD_NUMBER | |
| int | LOCALITY_FIELD_NUMBER | |
| int | MEMORY_LIMIT_FIELD_NUMBER | |
| int | NAME_FIELD_NUMBER | |
| int | PHYSICAL_DEVICE_DESC_FIELD_NUMBER |
Métodos Públicos
| boleano | igual a (objeto obj) |
| DeviceAttributes estáticos | |
| DeviceAttributes | |
| final static com.google.protobuf.Descriptors.Descriptor | |
| Fragmento | getDeviceType () String representation of device_type. |
| com.google.protobuf.ByteString | getDeviceTypeBytes () String representation of device_type. |
| longo | 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. |
| DeviceLocalityOrBuilder | getLocalityOrBuilder () Platform-specific data about device that may be useful for supporting efficient data transfers. |
| longo | getMemoryLimit () Memory capacity of device in bytes. |
| Fragmento | getName () Fully specified name of the device within a cluster. |
| com.google.protobuf.ByteString | getNameBytes () Fully specified name of the device within a cluster. |
| Fragmento | 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. |
| int | |
| final com.google.protobuf.UnknownFieldSet | |
| boleano | hasLocality () Platform-specific data about device that may be useful for supporting efficient data transfers. |
| int | hashCode () |
| final booleano | |
| static DeviceAttributes.Builder | newBuilder () |
| static DeviceAttributes.Builder | newBuilder (protótipo DeviceAttributes ) |
| DeviceAttributes.Builder | |
| DeviceAttributes estáticos | parseDelimitedFrom (InputStream input) |
| DeviceAttributes estáticos | parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| DeviceAttributes estáticos | parseFrom (dados ByteBuffer) |
| DeviceAttributes estáticos | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| DeviceAttributes estáticos | parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| DeviceAttributes estáticos | parseFrom (com.google.protobuf.CodedInputStream input) |
| DeviceAttributes estáticos | parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| DeviceAttributes estáticos | parseFrom (com.google.protobuf.ByteString data) |
| DeviceAttributes estáticos | parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| DeviceAttributes estáticos | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| DeviceAttributes.Builder | toBuilder () |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int DEVICE_TYPE_FIELD_NUMBER
Valor constante: 2
public static final int INCARNATION_FIELD_NUMBER
Valor constante: 6
public static final int LOCALITY_FIELD_NUMBER
Valor constante: 5
public static final int MEMORY_LIMIT_FIELD_NUMBER
Valor constante: 4
public static final int NAME_FIELD_NUMBER
Valor Constante: 1
public static final int PHYSICAL_DEVICE_DESC_FIELD_NUMBER
Valor constante: 7
Métodos Públicos
public boolean equals (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public 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 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; limite_memória 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; público getParserForType ()
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 int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public boolean hasLocality ()
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;public int hashCode ()
public final boolean isInitialized ()
public static DeviceAttributes parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static DeviceAttributes parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static DeviceAttributes parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static DeviceAttributes parseFrom (com.google.protobuf.CodedInputStream input)
Lança
| IOException |
|---|
public static DeviceAttributes parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static DeviceAttributes parseFrom (com.google.protobuf.ByteString data)
Lança
| InvalidProtocolBufferException |
|---|
public static DeviceAttributes parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static DeviceAttributes parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
| IOException |
|---|