CPUInfo.Builder

classe finale statique publique CPUInfo.Builder

tensorflow.CPUInfo de type Protobuf.CPUInfo

Méthodes publiques

CPUInfo.Builder
addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
Informations CPU
Informations CPU
CPUInfo.Builder
clair ()
CPUInfo.Builder
CPUInfo.Builder
clearCpuGouverneur ()
 What kind of cpu scaling is enabled on the host.
CPUInfo.Builder
clearCpuInfo ()
 Additional cpu information.
CPUInfo.Builder
clearField (champ 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
cloner ()
booléen
contientCacheSize (clé de chaîne)
 Cache sizes (in bytes), e.g.
Carte<String, Long>
getCacheSize ()
Utilisez plutôt getCacheSizeMap() .
int
getCacheSizeCount ()
 Cache sizes (in bytes), e.g.
Carte<String, Long>
getCacheSizeMap ()
 Cache sizes (in bytes), e.g.
long
getCacheSizeOrDefault (clé de chaîne, longue valeur par défaut)
 Cache sizes (in bytes), e.g.
long
getCacheSizeOrThrow (clé de chaîne)
 Cache sizes (in bytes), e.g.
Chaîne
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.
Chaîne
obtenirCpuInfo ()
 Additional cpu information.
com.google.protobuf.ByteString
getCpuInfoBytes ()
 Additional cpu information.
Informations CPU
final statique com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
double
getMhzPerCpu ()
 How fast are these cpus?
 
double mhz_per_cpu = 3;
Carte<String, Long>
getMutableCacheSize ()
Utilisez plutôt d’autres accesseurs de mutation.
long
getNumCores ()
int64 num_cores = 1;
long
getNumCoresAllowed ()
int64 num_cores_allowed = 2;
booléen final
CPUInfo.Builder
mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CPUInfo.Builder
mergeFrom (com.google.protobuf.Message autre)
CPUInfo.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields)
CPUInfo.Builder
putAllCacheSize (valeurs Map<String, Long>)
 Cache sizes (in bytes), e.g.
CPUInfo.Builder
putCacheSize (clé de chaîne, valeur longue)
 Cache sizes (in bytes), e.g.
CPUInfo.Builder
RemoveCacheSize (clé de chaîne)
 Cache sizes (in bytes), e.g.
CPUInfo.Builder
setCpuGovernor (valeur de chaîne)
 What kind of cpu scaling is enabled on the host.
CPUInfo.Builder
setCpuGovernorBytes (valeur com.google.protobuf.ByteString)
 What kind of cpu scaling is enabled on the host.
CPUInfo.Builder
setCpuInfo (valeur de chaîne)
 Additional cpu information.
CPUInfo.Builder
setCpuInfoBytes (valeur com.google.protobuf.ByteString)
 Additional cpu information.
CPUInfo.Builder
setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
CPUInfo.Builder
setMhzPerCpu (valeur double)
 How fast are these cpus?
 
double mhz_per_cpu = 3;
CPUInfo.Builder
setNumCores (valeur longue)
int64 num_cores = 1;
CPUInfo.Builder
setNumCoresAllowed (valeur longue)
int64 num_cores_allowed = 2;
CPUInfo.Builder
setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet)
CPUInfo.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields)

Méthodes héritées

Méthodes publiques

public CPUInfo.Builder addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)

build public CPUInfo ()

public CPUInfo buildPartial ()

public CPUInfo.Builder clear ()

public CPUInfo.Builder clearCacheSize ()

public CPUInfo.Builder clearCpuGovernor ()

chaîne

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

public CPUInfo.Builder clearCpuInfo ()

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

public CPUInfo.Builder clearField (champ com.google.protobuf.Descriptors.FieldDescriptor)

public CPUInfo.Builder clearMhzPerCpu ()

 How fast are these cpus?
 
double mhz_per_cpu = 3;

public CPUInfo.Builder clearNumCores ()

int64 num_cores = 1;

public CPUInfo.Builder clearNumCoresAllowed ()

int64 num_cores_allowed = 2;

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

Clone public CPUInfo.Builder ()

public boolean containCacheSize (clé de chaîne)

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

public Map<String, Long> getCacheSize ()

Utilisez plutôt getCacheSizeMap() .

public int getCacheSizeCount ()

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

public Map<String, Long> getCacheSizeMap ()

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

public long getCacheSizeOrDefault (clé de chaîne, valeur par défaut longue)

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

public long getCacheSizeOrThrow (clé de chaîne)

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

chaîne publique 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;

chaîne publique 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 CPUInfo getDefaultInstanceForType ()

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

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

public double getMhzPerCpu ()

 How fast are these cpus?
 
double mhz_per_cpu = 3;

public Map<String, Long> getMutableCacheSize ()

Utilisez plutôt d’autres accesseurs de mutation.

public long getNumCores ()

int64 num_cores = 1;

public long getNumCoresAllowed ()

int64 num_cores_allowed = 2;

public final booléen isInitialized ()

public CPUInfo.Builder mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public CPUInfo.Builder mergeFrom (com.google.protobuf.Message autre)

public final CPUInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public CPUInfo.Builder putAllCacheSize (valeurs Map<String, Long>)

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

public CPUInfo.Builder putCacheSize (clé de chaîne, valeur longue)

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

public CPUInfo.Builder removeCacheSize (clé de chaîne)

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

public CPUInfo.Builder setCpuGovernor (valeur de chaîne)

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

public CPUInfo.Builder setCpuGovernorBytes (valeur com.google.protobuf.ByteString)

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

public CPUInfo.Builder setCpuInfo (valeur de chaîne)

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

public CPUInfo.Builder setCpuInfoBytes (valeur 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;

public CPUInfo.Builder setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)

public CPUInfo.Builder setMhzPerCpu (valeur double)

 How fast are these cpus?
 
double mhz_per_cpu = 3;

public CPUInfo.Builder setNumCores (valeur longue)

int64 num_cores = 1;

public CPUInfo.Builder setNumCoresAllowed (valeur longue)

int64 num_cores_allowed = 2;

public CPUInfo.Builder setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet)

public final CPUInfo.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)