interfaz pública DevicePropertiesOrBuilder
Subclases indirectas conocidas |
Métodos públicos
booleano abstracto | contieneEntorno (clave de cadena) Version of the tools and libraries used with this device (e.g. |
resumen largo | obtener ancho de banda () Memory bandwidth in KB/s int64 bandwidth = 13; |
Mapa abstracto<Cadena, Cadena> | obtenerEntorno () Utilice getEnvironmentMap() en su lugar. |
resumen entero | getEnvironmentCount () Version of the tools and libraries used with this device (e.g. |
Mapa abstracto<Cadena, Cadena> | getEnvironmentMap () Version of the tools and libraries used with this device (e.g. |
cadena abstracta | getEnvironmentOrDefault (clave de cadena, valor predeterminado de cadena) Version of the tools and libraries used with this device (e.g. |
cadena abstracta | getEnvironmentOrThrow (clave de cadena) Version of the tools and libraries used with this device (e.g. |
resumen largo | obtener frecuencia () Core Frequency in Mhz int64 frequency = 4; |
resumen largo | getL1CacheSize () L1 cache size in bytes int64 l1_cache_size = 8; |
resumen largo | getL2CacheSize () L2 cache size in bytes int64 l2_cache_size = 9; |
resumen largo | getL3CacheSize () L3 cache size in bytes int64 l3_cache_size = 10; |
resumen largo | obtener tamaño de memoria () Memory size in bytes int64 memory_size = 12; |
cadena abstracta | obtener modelo () Model (Haswell, K40, ...) string model = 3; |
resumen com.google.protobuf.ByteString | obtenerModelBytes () Model (Haswell, K40, ...) string model = 3; |
resumen largo | obtenerNumCores () Number of cores int64 num_cores = 5; |
resumen largo | obtenerNumRegistros () Number of registers per core. |
resumen largo | getSharedMemorySizePerMultiprocessor () Shared memory size per multiprocessor in bytes. |
cadena abstracta | obtener tipo () Device type (CPU, GPU, ...) string type = 1; |
resumen com.google.protobuf.ByteString | obtenerTipoBytes () Device type (CPU, GPU, ...) string type = 1; |
cadena abstracta | obtenerVendedor () Vendor (Intel, nvidia, ...) string vendor = 2; |
resumen com.google.protobuf.ByteString | obtenerVendorBytes () Vendor (Intel, nvidia, ...) string vendor = 2; |
Métodos públicos
El booleano abstracto público contiene el entorno (clave de cadena)
Version of the tools and libraries used with this device (e.g. gcc 4.9, cudnn 5.1)
map<string, string> environment = 6;
getBandwidth largo abstracto público ()
Memory bandwidth in KB/s
int64 bandwidth = 13;
resumen público 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;
Mapa abstracto público<Cadena, Cadena> getEnvironmentMap ()
Version of the tools and libraries used with this device (e.g. gcc 4.9, cudnn 5.1)
map<string, string> environment = 6;
cadena abstracta pública getEnvironmentOrDefault (clave de cadena, valor predeterminado de cadena)
Version of the tools and libraries used with this device (e.g. gcc 4.9, cudnn 5.1)
map<string, string> environment = 6;
Cadena abstracta pública getEnvironmentOrThrow (clave de cadena)
Version of the tools and libraries used with this device (e.g. gcc 4.9, cudnn 5.1)
map<string, string> environment = 6;
getFrequency largo abstracto público ()
Core Frequency in Mhz
int64 frequency = 4;
getL1CacheSize largo abstracto público ()
L1 cache size in bytes
int64 l1_cache_size = 8;
getL2CacheSize largo abstracto público ()
L2 cache size in bytes
int64 l2_cache_size = 9;
getL3CacheSize largo abstracto público ()
L3 cache size in bytes
int64 l3_cache_size = 10;
getMemorySize largo abstracto público ()
Memory size in bytes
int64 memory_size = 12;
Cadena abstracta pública getModel ()
Model (Haswell, K40, ...)
string model = 3;
resumen público com.google.protobuf.ByteString getModelBytes ()
Model (Haswell, K40, ...)
string model = 3;
resumen público largo getNumCores ()
Number of cores
int64 num_cores = 5;
resumen público largo getNumRegisters ()
Number of registers per core.
int64 num_registers = 7;
getSharedMemorySizePerMultiprocessor largo abstracto público ()
Shared memory size per multiprocessor in bytes. This field is applicable to GPUs only.
int64 shared_memory_size_per_multiprocessor = 11;
Cadena abstracta pública getType ()
Device type (CPU, GPU, ...)
string type = 1;
resumen público com.google.protobuf.ByteString getTypeBytes ()
Device type (CPU, GPU, ...)
string type = 1;
Cadena abstracta pública getVendor ()
Vendor (Intel, nvidia, ...)
string vendor = 2;
resumen público com.google.protobuf.ByteString getVendorBytes ()
Vendor (Intel, nvidia, ...)
string vendor = 2;