الفئة النهائية العامة الثابتة CPUInfo.Builder
نوع Protobuf tensorflow.CPUInfo
الأساليب العامة
CPUInfo.Builder | addRepeatedField (حقل com.google.protobuf.Descriptors.FieldDescriptor، قيمة الكائن) |
معلومات وحدة المعالجة المركزية | يبني () |
معلومات وحدة المعالجة المركزية | بناء جزئي () |
CPUInfo.Builder | واضح () |
CPUInfo.Builder | |
CPUInfo.Builder | ClearCpuGovernor () What kind of cpu scaling is enabled on the host. |
CPUInfo.Builder | كلير سيبو إنفو () Additional cpu information. |
CPUInfo.Builder | ClearField (حقل com.google.protobuf.Descriptors.FieldDescriptor) |
CPUInfo.Builder | كليرMhzPerCpu () How fast are these cpus? double mhz_per_cpu = 3; |
CPUInfo.Builder | كليرنومكورس () int64 num_cores = 1; |
CPUInfo.Builder | ClearNumCoresAllowed () int64 num_cores_allowed = 2; |
CPUInfo.Builder | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CPUInfo.Builder | استنساخ () |
منطقية | يحتوي علىCacheSize (مفتاح السلسلة) Cache sizes (in bytes), e.g. |
خريطة<سلسلة، طويلة> | حجم الكاش () استخدم getCacheSizeMap() بدلاً من ذلك. |
كثافة العمليات | getCacheSizeCount () Cache sizes (in bytes), e.g. |
خريطة<سلسلة، طويلة> | GetCacheSizeMap () Cache sizes (in bytes), e.g. |
طويل | getCacheSizeOrDefault (مفتاح السلسلة، القيمة الافتراضية الطويلة) Cache sizes (in bytes), e.g. |
طويل | getCacheSizeOrThrow (مفتاح السلسلة) Cache sizes (in bytes), e.g. |
خيط | getCpuGovernor () What kind of cpu scaling is enabled on the host. |
com.google.protobuf.ByteString | getCpuGovernorBytes () What kind of cpu scaling is enabled on the host. |
خيط | الحصول على معلومات CpuInfo () Additional cpu information. |
com.google.protobuf.ByteString | الحصول على CpuInfoBytes () Additional cpu information. |
معلومات وحدة المعالجة المركزية | |
النهائي الثابت com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
مزدوج | الحصول علىMhzPerCpu () How fast are these cpus? double mhz_per_cpu = 3; |
خريطة<سلسلة، طويلة> | getMutableCacheSize () استخدم أدوات الوصول البديلة للطفرات بدلاً من ذلك. |
طويل | الحصول على NumCores () int64 num_cores = 1; |
طويل | الحصول على NumCoresAllowed () int64 num_cores_allowed = 2; |
منطقية نهائية | تمت التهيئة () |
CPUInfo.Builder | دمج من (com.google.protobuf.CodedInputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
CPUInfo.Builder | دمج من (com.google.protobuf.Message أخرى) |
CPUInfo.Builder النهائي | دمجUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
CPUInfo.Builder | putAllCacheSize (قيم Map<String, Long>) Cache sizes (in bytes), e.g. |
CPUInfo.Builder | putCacheSize (مفتاح السلسلة، القيمة الطويلة) Cache sizes (in bytes), e.g. |
CPUInfo.Builder | RemoveCacheSize (مفتاح السلسلة) Cache sizes (in bytes), e.g. |
CPUInfo.Builder | setCpuGovernor (قيمة السلسلة) What kind of cpu scaling is enabled on the host. |
CPUInfo.Builder | setCpuGovernorBytes (قيمة com.google.protobuf.ByteString) What kind of cpu scaling is enabled on the host. |
CPUInfo.Builder | setCpuInfo (قيمة السلسلة) Additional cpu information. |
CPUInfo.Builder | setCpuInfoBytes (قيمة com.google.protobuf.ByteString) Additional cpu information. |
CPUInfo.Builder | setField (حقل com.google.protobuf.Descriptors.FieldDescriptor، قيمة الكائن) |
CPUInfo.Builder | setMhzPerCpu (قيمة مزدوجة) How fast are these cpus? double mhz_per_cpu = 3; |
CPUInfo.Builder | setNumCores (قيمة طويلة) int64 num_cores = 1; |
CPUInfo.Builder | setNumCoresAllowed (قيمة طويلة) int64 num_cores_allowed = 2; |
CPUInfo.Builder | setRepeatedField (حقل com.google.protobuf.Descriptors.FieldDescriptor، مؤشر int، قيمة الكائن) |
CPUInfo.Builder النهائي | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
الطرق الموروثة
الأساليب العامة
CPUInfo.Builder العام addRepeatedField (حقل com.google.protobuf.Descriptors.FieldDescriptor، قيمة الكائن)
CPUInfo.Builder العام ClearCpuGovernor ()
What kind of cpu scaling is enabled on the host. Examples include "performance", "ondemand", "conservative", "mixed".
string cpu_governor = 5;
CPUInfo.Builder العام ClearCpuInfo ()
Additional cpu information. For example, Intel Ivybridge with HyperThreading (24 cores) dL1:32KB dL2:256KB dL3:30MB
string cpu_info = 4;
يحتوي المنطق المنطقي العام على CacheSize (مفتاح السلسلة)
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
int public getCacheSizeCount ()
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
الخريطة العامة<String, Long> getCacheSizeMap ()
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
getCacheSizeOrDefault طويل عام (مفتاح سلسلة، قيمة افتراضية طويلة)
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
getCacheSizeOrThrow العام الطويل (مفتاح السلسلة)
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
سلسلة عامة getCpuGovernor ()
What kind of cpu scaling is enabled on the host. Examples include "performance", "ondemand", "conservative", "mixed".
string cpu_governor = 5;
com.google.protobuf.ByteString العامة getCpuGovernorBytes ()
What kind of cpu scaling is enabled on the host. Examples include "performance", "ondemand", "conservative", "mixed".
string cpu_governor = 5;
سلسلة عامة getCpuInfo ()
Additional cpu information. For example, Intel Ivybridge with HyperThreading (24 cores) dL1:32KB dL2:256KB dL3:30MB
string cpu_info = 4;
com.google.protobuf.ByteString العامة getCpuInfoBytes ()
Additional cpu information. For example, Intel Ivybridge with HyperThreading (24 cores) dL1:32KB dL2:256KB dL3:30MB
string cpu_info = 4;
النهائي العام الثابت com.google.protobuf.Descriptors.Descriptor getDescriptor ()
com.google.protobuf.Descriptors.Descriptor getDescriptorForType () العام
getMhzPerCpu () المزدوج العام
How fast are these cpus?
double mhz_per_cpu = 3;
الخريطة العامة<String, Long> getMutableCacheSize ()
استخدم أدوات الوصول البديلة للطفرات بدلاً من ذلك.
getNumCores العامة الطويلة ()
int64 num_cores = 1;
getNumCoresAllowed العامة الطويلة ()
int64 num_cores_allowed = 2;
تمت تهيئة القيمة المنطقية النهائية العامة ()
CPUInfo.Builder العام mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
CPUInfo.Builder العام putAllCacheSize (Map<String, Long> القيم)
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
CPUInfo.Builder العام putCacheSize (مفتاح السلسلة، القيمة الطويلة)
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
CPUInfo.Builder العام RemoveCacheSize (مفتاح السلسلة)
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
CPUInfo.Builder العام setCpuGovernor (قيمة السلسلة)
What kind of cpu scaling is enabled on the host. Examples include "performance", "ondemand", "conservative", "mixed".
string cpu_governor = 5;
CPUInfo.Builder العامة setCpuGovernorBytes (قيمة com.google.protobuf.ByteString)
What kind of cpu scaling is enabled on the host. Examples include "performance", "ondemand", "conservative", "mixed".
string cpu_governor = 5;
CPUInfo.Builder العام setCpuInfo (قيمة السلسلة)
Additional cpu information. For example, Intel Ivybridge with HyperThreading (24 cores) dL1:32KB dL2:256KB dL3:30MB
string cpu_info = 4;
CPUInfo.Builder العامة setCpuInfoBytes (قيمة com.google.protobuf.ByteString)
Additional cpu information. For example, Intel Ivybridge with HyperThreading (24 cores) dL1:32KB dL2:256KB dL3:30MB
string cpu_info = 4;
مجموعة CPUInfo.Builder العامة MhzPerCpu (قيمة مزدوجة)
How fast are these cpus?
double mhz_per_cpu = 3;