CPUInfo.Builder

genel statik son sınıf CPUInfo.Builder

Protobuf tipi tensorflow.CPUInfo

Genel Yöntemler

CPUInfo.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
CPUBilgisi
CPUBilgisi
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 alanı)
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
klon ()
boolean
içerirCacheSize (Dize anahtarı)
 Cache sizes (in bytes), e.g.
Harita<String, Long>
getCacheSize ()
Bunun yerine getCacheSizeMap() işlevini kullanın.
int
getCacheSizeCount ()
 Cache sizes (in bytes), e.g.
Harita<String, Long>
getCacheSizeMap ()
 Cache sizes (in bytes), e.g.
uzun
getCacheSizeOrDefault (Dize anahtarı, uzun defaultValue)
 Cache sizes (in bytes), e.g.
uzun
getCacheSizeOrThrow (Dize tuşu)
 Cache sizes (in bytes), e.g.
Sicim
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.
Sicim
getCpuInfo ()
 Additional cpu information.
com.google.protobuf.ByteString
getCpuInfoBytes ()
 Additional cpu information.
CPUBilgisi
final statik com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
çift
getMhzPerCpu ()
 How fast are these cpus?
 
double mhz_per_cpu = 3;
Harita<String, Long>
getMutableCacheSize ()
Bunun yerine alternatif mutasyon erişimcilerini kullanın.
uzun
getNumCores ()
int64 num_cores = 1;
uzun
getNumCoresAllowed ()
int64 num_cores_allowed = 2;
son boole değeri
CPUInfo.Builder
mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CPUInfo.Builder
mergeFrom (com.google.protobuf.Message other)
son CPUInfo.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)
CPUInfo.Builder
putAllCacheSize (Map<String, Long> değerleri)
 Cache sizes (in bytes), e.g.
CPUInfo.Builder
putCacheSize (Dize anahtarı, uzun değer)
 Cache sizes (in bytes), e.g.
CPUInfo.Builder
RemoveCacheSize (Dize tuşu)
 Cache sizes (in bytes), e.g.
CPUInfo.Builder
setCpuGovernor (Dize değeri)
 What kind of cpu scaling is enabled on the host.
CPUInfo.Builder
setCpuGovernorBytes (com.google.protobuf.ByteString değeri)
 What kind of cpu scaling is enabled on the host.
CPUInfo.Builder
setCpuInfo (Dize değeri)
 Additional cpu information.
CPUInfo.Builder
setCpuInfoBytes (com.google.protobuf.ByteString değeri)
 Additional cpu information.
CPUInfo.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
CPUInfo.Builder
setMhzPerCpu (çift değer)
 How fast are these cpus?
 
double mhz_per_cpu = 3;
CPUInfo.Builder
setNumCores (uzun değer)
int64 num_cores = 1;
CPUInfo.Builder
setNumCoresAllowed (uzun değer)
int64 num_cores_allowed = 2;
CPUInfo.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, int dizini, Nesne değeri)
son CPUInfo.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet bilinmeyenFields)

Kalıtsal Yöntemler

Genel Yöntemler

public CPUInfo.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)

genel CPUInfo yapısı ()

genel CPUInfo buildPartial ()

genel CPUInfo.Builder clear ()

genel CPUInfo.Builder clearCacheSize ()

genel CPUInfo.Builder clearCpuGovernor ()

 What kind of cpu scaling is enabled on the host.
 Examples include "performance", "ondemand", "conservative", "mixed".
 
string cpu_governor = 5;

genel CPUInfo.Builder clearCpuInfo ()

 Additional cpu information. For example,
 Intel Ivybridge with HyperThreading (24 cores) dL1:32KB dL2:256KB dL3:30MB
 
string cpu_info = 4;

genel CPUInfo.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor alanı)

genel CPUInfo.Builder clearMhzPerCpu ()

 How fast are these cpus?
 
double mhz_per_cpu = 3;

genel CPUInfo.Builder clearNumCores ()

int64 num_cores = 1;

genel CPUInfo.Builder clearNumCoresAllowed ()

int64 num_cores_allowed = 2;

genel CPUInfo.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

genel CPUInfo.Builder klonu ()

public boolean includeCacheSize (Dize anahtarı)

 Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
 
map<string, int64> cache_size = 6;

genel Harita<String, Long> getCacheSize ()

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

public int getCacheSizeCount ()

 Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
 
map<string, int64> cache_size = 6;

genel Harita<String, Long> getCacheSizeMap ()

 Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
 
map<string, int64> cache_size = 6;

genel uzun getCacheSizeOrDefault (Dize anahtarı, uzun defaultValue)

 Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
 
map<string, int64> cache_size = 6;

genel uzun getCacheSizeOrThrow (Dize anahtarı)

 Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
 
map<string, int64> cache_size = 6;

genel Dize getCpuGovernor ()

 What kind of cpu scaling is enabled on the host.
 Examples include "performance", "ondemand", "conservative", "mixed".
 
string cpu_governor = 5;

public 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;

genel Dize 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;

genel CPUInfo getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

genel çift getMhzPerCpu ()

 How fast are these cpus?
 
double mhz_per_cpu = 3;

genel Harita<String, Long> getMutableCacheSize ()

Bunun yerine alternatif mutasyon erişimcilerini kullanın.

halka açık uzun getNumCores ()

int64 num_cores = 1;

halka açık uzun getNumCoresAllowed ()

int64 num_cores_allowed = 2;

genel final boolean isInitialized ()

genel CPUInfo.Builder mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

genel CPUInfo.Builder mergeFrom (com.google.protobuf.Message other)

genel nihai CPUInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)

genel CPUInfo.Builder putAllCacheSize (Map<String, Long> değerleri)

 Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
 
map<string, int64> cache_size = 6;

public CPUInfo.Builder putCacheSize (Dize anahtarı, uzun değer)

 Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
 
map<string, int64> cache_size = 6;

public CPUInfo.Builder RemoveCacheSize (String anahtarı)

 Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
 
map<string, int64> cache_size = 6;

public CPUInfo.Builder setCpuGovernor (Dize değeri)

 What kind of cpu scaling is enabled on the host.
 Examples include "performance", "ondemand", "conservative", "mixed".
 
string cpu_governor = 5;

genel CPUInfo.Builder setCpuGovernorBytes (com.google.protobuf.ByteString değeri)

 What kind of cpu scaling is enabled on the host.
 Examples include "performance", "ondemand", "conservative", "mixed".
 
string cpu_governor = 5;

public CPUInfo.Builder setCpuInfo (Dize değeri)

 Additional cpu information. For example,
 Intel Ivybridge with HyperThreading (24 cores) dL1:32KB dL2:256KB dL3:30MB
 
string cpu_info = 4;

genel CPUInfo.Builder setCpuInfoBytes (com.google.protobuf.ByteString değeri)

 Additional cpu information. For example,
 Intel Ivybridge with HyperThreading (24 cores) dL1:32KB dL2:256KB dL3:30MB
 
string cpu_info = 4;

genel CPUInfo.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)

genel CPUInfo.Builder setMhzPerCpu (çift değer)

 How fast are these cpus?
 
double mhz_per_cpu = 3;

genel CPUInfo.Builder setNumCores (uzun değer)

int64 num_cores = 1;

public CPUInfo.Builder setNumCoresAllowed (uzun değer)

int64 num_cores_allowed = 2;

public CPUInfo.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, int indeksi, Nesne değeri)

genel nihai CPUInfo.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)