DeviceAttributes della classe finale pubblica
Tipo di protocollo tensorflow.DeviceAttributes
Classi nidificate
classe | DeviceAttributes.Builder | Tipo di protocollo tensorflow.DeviceAttributes |
Costanti
int | DEVICE_TYPE_FIELD_NUMBER | |
int | INCARNATION_FIELD_NUMBER | |
int | LOCALITY_FIELD_NUMBER | |
int | MEMORIA_LIMIT_FIELD_NUMBER | |
int | NOME_CAMPO_NUMERO | |
int | PHYSICAL_DEVICE_DESC_FIELD_NUMBER |
Metodi pubblici
booleano | è uguale a (Oggetto oggetto) |
Attributi dispositivo statici | |
Attributi dispositivo | |
com.google.protobuf.Descriptors.Descriptor statico finale | |
Corda | getDeviceType () String representation of device_type. |
com.google.protobuf.ByteString | getDeviceTypeBytes () String representation of device_type. |
lungo | getIncarnazione () A device is assigned a global unique number each time it is initialized. |
DeviceLocality | getLocalità () 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. |
lungo | getLimite memoria () 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. |
int | |
finale com.google.protobuf.UnknownFieldSet | |
booleano | hasLocality () Platform-specific data about device that may be useful for supporting efficient data transfers. |
int | codicehash () |
booleano finale | |
DeviceAttributes.Builder statico | |
DeviceAttributes.Builder statico | newBuilder (prototipo DeviceAttributes ) |
DeviceAttributes.Builder | |
Attributi dispositivo statici | parseDelimitedFrom (input InputStream) |
Attributi dispositivo statici | parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Attributi dispositivo statici | parseFrom (dati ByteBuffer) |
Attributi dispositivo statici | parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
Attributi dispositivo statici | parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Attributi dispositivo statici | parseFrom (ingresso com.google.protobuf.CodedInputStream) |
Attributi dispositivo statici | parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Attributi dispositivo statici | parseFrom (dati com.google.protobuf.ByteString) |
Attributi dispositivo statici | parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Attributi dispositivo statici | parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
statico | analizzatore () |
DeviceAttributes.Builder | toBuilder () |
vuoto | writeTo (output com.google.protobuf.CodedOutputStream) |
Metodi ereditati
Costanti
public static final int DEVICE_TYPE_FIELD_NUMBER
Valore costante: 2
public static final int INCARNATION_FIELD_NUMBER
Valore costante: 6
public static final int LOCALITY_FIELD_NUMBER
Valore costante: 5
public static final int MEMORY_LIMIT_FIELD_NUMBER
Valore costante: 4
public static final int NAME_FIELD_NUMBER
Valore costante: 1
public static final int PHYSICAL_DEVICE_DESC_FIELD_NUMBER
Valore costante: 7
Metodi pubblici
booleano pubblico è uguale a (Oggetto obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
stringa pubblica getDeviceType ()
String representation of device_type.
string device_type = 2;
pubblico com.google.protobuf.ByteString getDeviceTypeBytes ()
String representation of device_type.
string device_type = 2;
pubblico lungo 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;
pubblico lungo getMemoryLimit ()
Memory capacity of device in bytes.
int64 memory_limit = 4;
stringa pubblica getName ()
Fully specified name of the device within a cluster.
string name = 1;
pubblico com.google.protobuf.ByteString getNameBytes ()
Fully specified name of the device within a cluster.
string name = 1;
pubblico 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 ()
pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()
pubblico booleano hasLocality ()
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;
public int hashCode ()
public final booleano isInitialized ()
DeviceAttributes statici pubblici parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
DeviceAttributes statici pubblici parseFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
DeviceAttributes statici pubblici parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
InvalidProtocolBufferException |
---|
DeviceAttributes statici pubblici parseFrom (input com.google.protobuf.CodedInputStream)
Lancia
IOException |
---|
DeviceAttributes statici pubblici parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
InvalidProtocolBufferException |
---|
DeviceAttributes statici pubblici parseFrom (dati com.google.protobuf.ByteString)
Lancia
InvalidProtocolBufferException |
---|
DeviceAttributes statici pubblici parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
DeviceAttributes statici pubblici parseFrom (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
InvalidProtocolBufferException |
---|
pubblico statico analizzatore ()
public void writeTo (output com.google.protobuf.CodedOutputStream)
Lancia
IOException |
---|