DevicePropertiesOrBuilder

পাবলিক ইন্টারফেস DevicePropertiesOrBuilder
পরিচিত পরোক্ষ উপশ্রেণী

পাবলিক পদ্ধতি

বিমূর্ত বুলিয়ান
এনভায়রনমেন্ট রয়েছে (স্ট্রিং কী)
 Version of the tools and libraries used with this device (e.g.
বিমূর্ত দীর্ঘ
ব্যান্ডউইথ ()
 Memory bandwidth in KB/s
 
int64 bandwidth = 13;
বিমূর্ত মানচিত্র <স্ট্রিং, স্ট্রিং>
পরিবেশ পান ()
পরিবর্তে getEnvironmentMap() ব্যবহার করুন।
বিমূর্ত int
এনভায়রনমেন্ট কাউন্ট ()
 Version of the tools and libraries used with this device (e.g.
বিমূর্ত মানচিত্র <স্ট্রিং, স্ট্রিং>
এনভায়রনমেন্ট ম্যাপ ()
 Version of the tools and libraries used with this device (e.g.
বিমূর্ত স্ট্রিং
getEnvironmentOrDefault (স্ট্রিং কী, স্ট্রিং ডিফল্ট মান)
 Version of the tools and libraries used with this device (e.g.
বিমূর্ত স্ট্রিং
getEnvironmentOrThrow (স্ট্রিং কী)
 Version of the tools and libraries used with this device (e.g.
বিমূর্ত দীর্ঘ
প্রাপ্ত ফ্রিকোয়েন্সি ()
 Core Frequency in Mhz
 
int64 frequency = 4;
বিমূর্ত দীর্ঘ
getL1CacheSize ()
 L1 cache size in bytes
 
int64 l1_cache_size = 8;
বিমূর্ত দীর্ঘ
getL2CacheSize ()
 L2 cache size in bytes
 
int64 l2_cache_size = 9;
বিমূর্ত দীর্ঘ
getL3CacheSize ()
 L3 cache size in bytes
 
int64 l3_cache_size = 10;
বিমূর্ত দীর্ঘ
getMemorySize ()
 Memory size in bytes
 
int64 memory_size = 12;
বিমূর্ত স্ট্রিং
getModel ()
 Model (Haswell, K40, ...)
 
string model = 3;
বিমূর্ত com.google.protobuf.ByteString
getModelBytes ()
 Model (Haswell, K40, ...)
 
string model = 3;
বিমূর্ত দীর্ঘ
getNumCores ()
 Number of cores
 
int64 num_cores = 5;
বিমূর্ত দীর্ঘ
getNumRegisters ()
 Number of registers per core.
বিমূর্ত দীর্ঘ
GetSharedMemorySizePerMultiprocessor ()
 Shared memory size per multiprocessor in bytes.
বিমূর্ত স্ট্রিং
getType ()
 Device type (CPU, GPU, ...)
 
string type = 1;
বিমূর্ত com.google.protobuf.ByteString
getTypeBytes ()
 Device type (CPU, GPU, ...)
 
string type = 1;
বিমূর্ত স্ট্রিং
getVendor ()
 Vendor (Intel, nvidia, ...)
 
string vendor = 2;
বিমূর্ত com.google.protobuf.ByteString
GetVendorBytes ()
 Vendor (Intel, nvidia, ...)
 
string vendor = 2;

পাবলিক পদ্ধতি

পাবলিক বিমূর্ত বুলিয়ান ধারণ করে পরিবেশ (স্ট্রিং কী)

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

পাবলিক বিমূর্ত দীর্ঘ getBandwidth ()

 Memory bandwidth in KB/s
 
int64 bandwidth = 13;

সর্বজনীন বিমূর্ত মানচিত্র<String, String> getEnvironment ()

পরিবর্তে getEnvironmentMap() ব্যবহার করুন।

পাবলিক বিমূর্ত 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;

সর্বজনীন বিমূর্ত মানচিত্র<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;

সর্বজনীন বিমূর্ত স্ট্রিং getEnvironmentOrDefault (স্ট্রিং কী, স্ট্রিং ডিফল্ট মান)

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

সর্বজনীন বিমূর্ত স্ট্রিং getEnvironmentOrThrow (স্ট্রিং কী)

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

পাবলিক বিমূর্ত দীর্ঘ getFrequency ()

 Core Frequency in Mhz
 
int64 frequency = 4;

পাবলিক বিমূর্ত দীর্ঘ getL1CacheSize ()

 L1 cache size in bytes
 
int64 l1_cache_size = 8;

পাবলিক বিমূর্ত দীর্ঘ getL2CacheSize ()

 L2 cache size in bytes
 
int64 l2_cache_size = 9;

পাবলিক বিমূর্ত দীর্ঘ getL3CacheSize ()

 L3 cache size in bytes
 
int64 l3_cache_size = 10;

পাবলিক বিমূর্ত দীর্ঘ getMemorySize ()

 Memory size in bytes
 
int64 memory_size = 12;

সর্বজনীন বিমূর্ত স্ট্রিং getModel ()

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

সর্বজনীন বিমূর্ত com.google.protobuf.ByteString getModelBytes ()

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

সর্বজনীন বিমূর্ত দীর্ঘ getNumCores ()

 Number of cores
 
int64 num_cores = 5;

পাবলিক বিমূর্ত দীর্ঘ getNumRegisters ()

 Number of registers per core.
 
int64 num_registers = 7;

সর্বজনীন বিমূর্ত দীর্ঘ getSharedMemorySizePerMultiprocessor ()

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

সর্বজনীন বিমূর্ত স্ট্রিং getType ()

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

সর্বজনীন বিমূর্ত com.google.protobuf.ByteString getTypeBytes ()

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

সর্বজনীন বিমূর্ত স্ট্রিং getVendor ()

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

সর্বজনীন বিমূর্ত com.google.protobuf.ByteString getVendorBytes ()

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