عمومی استاتیک کلاس نهایی CPUInfo.Builder
نوع Protobuf tensorflow.CPUInfo
روش های عمومی
CPUInfo.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object) |
CPUInfo | ساختن () |
CPUInfo | ساخت جزئی () |
CPUInfo.Builder | روشن () |
CPUInfo.Builder | |
CPUInfo.Builder | clearCpuGovernor () What kind of cpu scaling is enabled on the host. |
CPUInfo.Builder | clearCpuInfo () Additional cpu information. |
CPUInfo.Builder | clearField (فیلد com.google.protobuf.Descriptors.FieldDescriptor) |
CPUInfo.Builder | clearMhzPerCpu () How fast are these cpus? double mhz_per_cpu = 3; |
CPUInfo.Builder | clearNumCores () int64 num_cores = 1; |
CPUInfo.Builder | clearNumCoresAllowed () int64 num_cores_allowed = 2; |
CPUInfo.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CPUInfo.Builder | کلون () |
بولی | containCacheSize (کلید رشته) Cache sizes (in bytes), e.g. |
نقشه<String, Long> | getCacheSize () به جای آن از getCacheSizeMap() استفاده کنید. |
بین المللی | getCacheSizeCount () Cache sizes (in bytes), e.g. |
نقشه<String, Long> | 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. |
رشته | getCpuInfo () Additional cpu information. |
com.google.protobuf.ByteString | getCpuInfoBytes () Additional cpu information. |
CPUInfo | |
نهایی static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
دو برابر کردن | 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، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CPUInfo.Builder | mergeFrom (com.google.protobuf.Message other) |
نهایی CPUInfo.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
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 فیلد، مقدار Object) |
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، مقدار Object) |
نهایی CPUInfo.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
روش های ارثی
روش های عمومی
عمومی CPUInfo.Builder addRepeatedField (فیلد com.google.protobuf.Descriptors.FieldDescriptor، مقدار Object)
عمومی 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 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;
public 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;
public static final 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;
public long getNumCoresAllowed ()
int64 num_cores_allowed = 2;
بولین نهایی عمومی isInitialized ()
عمومی CPUInfo.Builder mergeFrom (com.google.protobuf.CodedInputStream ورودی، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی 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;