DeviceProperties

DeviceProperties della classe finale pubblica

Tipo di protocollo tensorflow.DeviceProperties

Classi nidificate

classe DeviceProperties.Builder Tipo di protocollo tensorflow.DeviceProperties

Costanti

int LARGHEZZA DI BANDA_FIELD_NUMBER
int ENVIRONMENT_FIELD_NUMBER
int FREQUENCY_FIELD_NUMBER
int L1_CACHE_SIZE_FIELD_NUMBER
int L2_CACHE_SIZE_FIELD_NUMBER
int L3_CACHE_SIZE_FIELD_NUMBER
int MEMORY_SIZE_FIELD_NUMBER
int MODELLO_FIELD_NUMBER
int NUM_CORES_FIELD_NUMBER
int NUM_REGISTRATI_CAMPO_NUMERO
int SHARED_MEMORY_SIZE_PER_MULTIPROCESSOR_FIELD_NUMBER
int TIPO_CAMPO_NUMERO
int VENDOR_FIELD_NUMBER

Metodi pubblici

booleano
contieneAmbiente (chiave String)
 Version of the tools and libraries used with this device (e.g.
booleano
è uguale a (Oggetto oggetto)
lungo
getLarghezza di banda ()
larghezza di banda
 Memory bandwidth in KB/s
 
int64 bandwidth = 13;
Proprietà dispositivo statiche
Proprietà dispositivo
com.google.protobuf.Descriptors.Descriptor statico finale
Mappa<Stringa, Stringa>
getAmbiente ()
Utilizzare invece getEnvironmentMap() .
int
getEnvironmentCount ()
 Version of the tools and libraries used with this device (e.g.
Mappa<Stringa, Stringa>
getEnvironmentMap ()
 Version of the tools and libraries used with this device (e.g.
Corda
getEnvironmentOrDefault (chiave stringa, valore predefinito stringa)
 Version of the tools and libraries used with this device (e.g.
Corda
getEnvironmentOrThrow (chiave String)
 Version of the tools and libraries used with this device (e.g.
lungo
getFrequenza ()
 Core Frequency in Mhz
 
int64 frequency = 4;
lungo
getL1CacheSize ()
 L1 cache size in bytes
 
int64 l1_cache_size = 8;
lungo
getL2CacheSize ()
 L2 cache size in bytes
 
int64 l2_cache_size = 9;
lungo
getL3CacheSize ()
 L3 cache size in bytes
 
int64 l3_cache_size = 10;
lungo
getMemorySize ()
 Memory size in bytes
 
int64 memory_size = 12;
Corda
getModel ()
modello di stringa
 Model (Haswell, K40, ...)
 
string model = 3;
com.google.protobuf.ByteString
getModelBytes ()
modello stringa
 Model (Haswell, K40, ...)
 
string model = 3;
lungo
getNumCore ()
 Number of cores
 
int64 num_cores = 5;
lungo
getNumRegisters ()
 Number of registers per core.
int
lungo
getSharedMemorySizePerMultiprocessor ()
 Shared memory size per multiprocessor in bytes.
Corda
getType ()
tipo stringa
 Device type (CPU, GPU, ...)
 
string type = 1;
com.google.protobuf.ByteString
getTypeBytes ()
tipo stringa
 Device type (CPU, GPU, ...)
 
string type = 1;
finale com.google.protobuf.UnknownFieldSet
Corda
getVendor ()
fornitore di stringhe
 Vendor (Intel, nvidia, ...)
 
string vendor = 2;
com.google.protobuf.ByteString
getVendorBytes ()
fornitore di stringhe
 Vendor (Intel, nvidia, ...)
 
string vendor = 2;
int
booleano finale
DeviceProperties.Builder statico
DeviceProperties.Builder statico
DeviceProperties.Builder
Proprietà dispositivo statiche
parseDelimitedFrom (input InputStream)
Proprietà dispositivo statiche
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Proprietà dispositivo statiche
parseFrom (dati ByteBuffer)
Proprietà dispositivo statiche
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
Proprietà dispositivo statiche
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Proprietà dispositivo statiche
parseFrom (ingresso com.google.protobuf.CodedInputStream)
Proprietà dispositivo statiche
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Proprietà dispositivo statiche
parseFrom (dati com.google.protobuf.ByteString)
Proprietà dispositivo statiche
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Proprietà dispositivo statiche
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
DeviceProperties.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

public static final int BANDWIDTH_FIELD_NUMBER

Valore costante: 13

public static final int ENVIRONMENT_FIELD_NUMBER

Valore costante: 6

public static final int FREQUENCY_FIELD_NUMBER

Valore costante: 4

public static final int L1_CACHE_SIZE_FIELD_NUMBER

Valore costante: 8

public static final int L2_CACHE_SIZE_FIELD_NUMBER

Valore costante: 9

public static final int L3_CACHE_SIZE_FIELD_NUMBER

Valore costante: 10

public static final int MEMORY_SIZE_FIELD_NUMBER

Valore costante: 12

public static final int MODEL_FIELD_NUMBER

Valore costante: 3

public static final int NUM_CORES_FIELD_NUMBER

Valore costante: 5

public static final int NUM_REGISTERS_FIELD_NUMBER

Valore costante: 7

public static final int SHARED_MEMORY_SIZE_PER_MULTIPROCESSOR_FIELD_NUMBER

Valore costante: 11

public static final int TYPE_FIELD_NUMBER

Valore costante: 1

pubblico statico finale int VENDOR_FIELD_NUMBER

Valore costante: 2

Metodi pubblici

booleano pubblico contieneAmbiente (chiave String)

 Version of the tools and libraries used with this device (e.g. gcc 4.9,
 cudnn 5.1)
 
map<string, string> environment = 6;

booleano pubblico è uguale a (Oggetto obj)

pubblico lungo getBandwidth ()

 Memory bandwidth in KB/s
 
int64 bandwidth = 13;

DeviceProperties statiche pubbliche getDefaultInstance ()

public DeviceProperties getDefaultInstanceForType ()

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

public Map<String, String> getEnvironment ()

Utilizzare invece getEnvironmentMap() .

public int getEnvironmentCount ()

 Version of the tools and libraries used with this device (e.g. gcc 4.9,
 cudnn 5.1)
 
map<string, string> environment = 6;

public Map<String, String> getEnvironmentMap ()

 Version of the tools and libraries used with this device (e.g. gcc 4.9,
 cudnn 5.1)
 
map<string, string> environment = 6;

public String getEnvironmentOrDefault (chiave String, String defaultValue)

 Version of the tools and libraries used with this device (e.g. gcc 4.9,
 cudnn 5.1)
 
map<string, string> environment = 6;

public String getEnvironmentOrThrow (chiave String)

 Version of the tools and libraries used with this device (e.g. gcc 4.9,
 cudnn 5.1)
 
map<string, string> environment = 6;

pubblico lungo getFrequency ()

 Core Frequency in Mhz
 
int64 frequency = 4;

pubblico lungo getL1CacheSize ()

 L1 cache size in bytes
 
int64 l1_cache_size = 8;

pubblico lungo getL2CacheSize ()

 L2 cache size in bytes
 
int64 l2_cache_size = 9;

pubblico lungo getL3CacheSize ()

 L3 cache size in bytes
 
int64 l3_cache_size = 10;

pubblico lungo getMemorySize ()

 Memory size in bytes
 
int64 memory_size = 12;

stringa pubblica getModel ()

modello stringa

 Model (Haswell, K40, ...)
 
string model = 3;

pubblico com.google.protobuf.ByteString getModelBytes ()

modello stringa

 Model (Haswell, K40, ...)
 
string model = 3;

pubblico lungo getNumCores ()

 Number of cores
 
int64 num_cores = 5;

pubblico lungo getNumRegisters ()

 Number of registers per core.
 
int64 num_registers = 7;

pubblico getParserForType ()

public int getSerializedSize ()

public long getSharedMemorySizePerMultiprocessor ()

 Shared memory size per multiprocessor in bytes. This field is
 applicable to GPUs only.
 
int64 shared_memory_size_per_multiprocessor = 11;

stringa pubblica getType ()

tipo stringa

 Device type (CPU, GPU, ...)
 
string type = 1;

pubblico com.google.protobuf.ByteString getTypeBytes ()

tipo stringa

 Device type (CPU, GPU, ...)
 
string type = 1;

pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()

public String getVendor ()

fornitore di stringhe

 Vendor (Intel, nvidia, ...)
 
string vendor = 2;

pubblico com.google.protobuf.ByteString getVendorBytes ()

fornitore di stringhe

 Vendor (Intel, nvidia, ...)
 
string vendor = 2;

public int hashCode ()

public final booleano isInitialized ()

pubblico statico DeviceProperties.Builder newBuilder ()

public static DeviceProperties.Builder newBuilder (prototipo DeviceProperties )

public DeviceProperties.Builder newBuilderForType ()

DeviceProperties statiche pubbliche parseDelimitedFrom (input InputStream)

Lancia
IOException

DeviceProperties statiche pubbliche parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

ParseFrom DeviceProperties statiche pubbliche (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

DeviceProperties statiche pubbliche parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)

Lancia
IOException

DeviceProperties statiche pubbliche parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

ParseFrom DeviceProperties statico pubblico (input com.google.protobuf.CodedInputStream)

Lancia
IOException

DeviceProperties statiche pubbliche parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

ParseFrom DeviceProperties statiche pubbliche (dati com.google.protobuf.ByteString)

Lancia
InvalidProtocolBufferException

DeviceProperties statiche pubbliche parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

DeviceProperties statiche pubbliche parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

public DeviceProperties.Builder toBuilder ()

public void writeTo (output com.google.protobuf.CodedOutputStream)

Lancia
IOException