DevicePropertiesOrBuilder

genel arayüz DevicePropertiesOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

soyut boole
içerirEnvironment (Dize anahtarı)
 Version of the tools and libraries used with this device (e.g.
soyut uzun
getBant genişliği ()
 Memory bandwidth in KB/s
 
int64 bandwidth = 13;
soyut Harita<Dize, Dize>
getEnvironment ()
Bunun yerine getEnvironmentMap() işlevini kullanın.
soyut int
getEnvironmentCount ()
 Version of the tools and libraries used with this device (e.g.
soyut Harita<Dize, Dize>
getEnvironmentMap ()
 Version of the tools and libraries used with this device (e.g.
soyut Dize
getEnvironmentOrDefault (Dize anahtarı, Dize defaultValue)
 Version of the tools and libraries used with this device (e.g.
soyut Dize
getEnvironmentOrThrow (Dize anahtarı)
 Version of the tools and libraries used with this device (e.g.
soyut uzun
getFrequency ()
 Core Frequency in Mhz
 
int64 frequency = 4;
soyut uzun
getL1CacheSize ()
 L1 cache size in bytes
 
int64 l1_cache_size = 8;
soyut uzun
getL2CacheSize ()
 L2 cache size in bytes
 
int64 l2_cache_size = 9;
soyut uzun
getL3CacheSize ()
 L3 cache size in bytes
 
int64 l3_cache_size = 10;
soyut uzun
getMemorySize ()
 Memory size in bytes
 
int64 memory_size = 12;
soyut Dize
getModel ()
 Model (Haswell, K40, ...)
 
string model = 3;
abstract com.google.protobuf.ByteString
getModelBytes ()
 Model (Haswell, K40, ...)
 
string model = 3;
soyut uzun
getNumCores ()
 Number of cores
 
int64 num_cores = 5;
soyut uzun
getNumRegisters ()
 Number of registers per core.
soyut uzun
getSharedMemorySizePerMultiprocessor ()
 Shared memory size per multiprocessor in bytes.
soyut Dize
getType ()
 Device type (CPU, GPU, ...)
 
string type = 1;
abstract com.google.protobuf.ByteString
getTypeBytes ()
 Device type (CPU, GPU, ...)
 
string type = 1;
soyut Dize
Satıcıyı al ()
 Vendor (Intel, nvidia, ...)
 
string vendor = 2;
abstract com.google.protobuf.ByteString
getVendorBytes ()
 Vendor (Intel, nvidia, ...)
 
string vendor = 2;

Genel Yöntemler

genel soyut boolean içerirEnvironment (Dize anahtarı)

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

genel özet uzun getBandwidth ()

 Memory bandwidth in KB/s
 
int64 bandwidth = 13;

genel soyut Harita<String, String> getEnvironment ()

Bunun yerine getEnvironmentMap() işlevini kullanın.

genel özet 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;

genel soyut Harita<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;

genel özet String getEnvironmentOrDefault (Dize anahtarı, 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;

genel özet String getEnvironmentOrThrow (String anahtarı)

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

genel özet uzun getFrequency ()

 Core Frequency in Mhz
 
int64 frequency = 4;

genel özet uzun getL1CacheSize ()

 L1 cache size in bytes
 
int64 l1_cache_size = 8;

genel özet uzun getL2CacheSize ()

 L2 cache size in bytes
 
int64 l2_cache_size = 9;

genel özet uzun getL3CacheSize ()

 L3 cache size in bytes
 
int64 l3_cache_size = 10;

genel özet uzun getMemorySize ()

 Memory size in bytes
 
int64 memory_size = 12;

genel özet String getModel ()

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

genel özet com.google.protobuf.ByteString getModelBytes ()

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

genel özet uzun getNumCores ()

 Number of cores
 
int64 num_cores = 5;

genel özet uzun getNumRegisters ()

 Number of registers per core.
 
int64 num_registers = 7;

genel özet uzun getSharedMemorySizePerMultiprocessor ()

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

genel özet Dize getType ()

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

genel özet com.google.protobuf.ByteString getTypeBytes ()

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

genel özet Dize getVendor ()

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

genel özet com.google.protobuf.ByteString getVendorBytes ()

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