classe final pública DeviceAttributes
Tipo de protobuf tensorflow.DeviceAttributes
Classes aninhadas
| aula | DeviceAttributes.Builder | Tipo de protobuf tensorflow.DeviceAttributes | |
Constantes
| interno | DEVICE_TYPE_FIELD_NUMBER | |
| interno | INCARNATION_FIELD_NUMBER | |
| interno | LOCALITY_FIELD_NUMBER | |
| interno | MEMORY_LIMIT_FIELD_NUMBER | |
| interno | NAME_FIELD_NUMBER | |
| interno | PHYSICAL_DEVICE_DESC_FIELD_NUMBER |
Métodos Públicos
| booleano | é igual (objeto obj) |
| atributos de dispositivo estáticos | |
| Atributos do dispositivo | |
| final estático com.google.protobuf.Descriptors.Descriptor | |
| Corda | 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. |
| Localidade do dispositivo | getLocalidade () 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. |
| Corda | getNome () Fully specified name of the device within a cluster. |
| com.google.protobuf.ByteString | getNomeBytes () Fully specified name of the device within a cluster. |
| Corda | 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. |
| interno | |
| final com.google.protobuf.UnknownFieldSet | |
| booleano | temLocalidade () Platform-specific data about device that may be useful for supporting efficient data transfers. |
| interno | código hash () |
| booleano final | |
| DeviceAttributes.Builder estático | |
| DeviceAttributes.Builder estático | newBuilder (protótipo DeviceAttributes ) |
| DeviceAttributes.Builder | |
| atributos de dispositivo estáticos | parseDelimitedFrom (entrada InputStream) |
| atributos de dispositivo estáticos | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| atributos de dispositivo estáticos | parseFrom (dados de ByteBuffer) |
| atributos de dispositivo estáticos | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| atributos de dispositivo estáticos | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| atributos de dispositivo estáticos | parseFrom (entrada com.google.protobuf.CodedInputStream) |
| atributos de dispositivo estáticos | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| atributos de dispositivo estáticos | parseFrom (dados com.google.protobuf.ByteString) |
| atributos de dispositivo estáticos | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| atributos de dispositivo estáticos | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| DeviceAttributes.Builder | |
| 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
público estático final int INCARNATION_FIELD_NUMBER
Valor Constante: 6
público estático final int LOCALITY_FIELD_NUMBER
Valor Constante: 5
público estático final int MEMORY_LIMIT_FIELD_NUMBER
Valor Constante: 4
int final estático público NAME_FIELD_NUMBER
Valor Constante: 1
público estático final int PHYSICAL_DEVICE_DESC_FIELD_NUMBER
Valor Constante: 7
Métodos Públicos
booleano público é igual (Object obj)
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
String pública getDeviceType ()
String representation of device_type.
string device_type = 2; público com.google.protobuf.ByteString getDeviceTypeBytes ()
String representation of device_type.
string device_type = 2; getIncarnation longo público ()
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; getMemoryLimit longo público ()
Memory capacity of device in bytes.
int64 memory_limit = 4; String pública getNome ()
Fully specified name of the device within a cluster.
string name = 1; público com.google.protobuf.ByteString getNameBytes ()
Fully specified name of the device within a cluster.
string name = 1; público getParserForType ()
String pública getPhysicalDeviceDesc ()
String representation of the physical device that this device maps to.
string physical_device_desc = 7; público com.google.protobuf.ByteString getPhysicalDeviceDescBytes ()
String representation of the physical device that this device maps to.
string physical_device_desc = 7; público int getSerializedSize ()
final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
hasLocality booleano público ()
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5; hashCode int público ()
público final booleano isInitialized ()
public static DeviceAttributes parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static DeviceAttributes parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static DeviceAttributes parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static DeviceAttributes parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
| IOException |
|---|
public static DeviceAttributes parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static DeviceAttributes parseFrom (dados com.google.protobuf.ByteString)
Lança
| InvalidProtocolBufferException |
|---|
public static DeviceAttributes parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static DeviceAttributes parseFrom (dados com.google.protobuf.ByteString, 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 |
|---|