CPUInfo.Builder

CPUInfo.Builder de clase final estática pública

Protobuf tipo tensorflow.CPUInfo

Métodos públicos

CPUInfo.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
CPUInfo
CPUInfo
CPUInfo.Builder
claro ()
CPUInfo.Builder
CPUInfo.Builder
clearCpuGovernor ()
 What kind of cpu scaling is enabled on the host.
CPUInfo.Builder
clearCpuInfo ()
 Additional cpu information.
CPUInfo.Builder
clearField (campo 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
clonar ()
booleano
containsCacheSize (clave de cadena)
 Cache sizes (in bytes), e.g.
Mapa <cadena, largo>
getCacheSize ()
Utilice getCacheSizeMap() lugar.
En t
getCacheSizeCount ()
 Cache sizes (in bytes), e.g.
Mapa <cadena, largo>
getCacheSizeMap ()
 Cache sizes (in bytes), e.g.
largo
getCacheSizeOrDefault (clave de cadena, valor predeterminado largo)
 Cache sizes (in bytes), e.g.
largo
getCacheSizeOrThrow (clave de cadena)
 Cache sizes (in bytes), e.g.
Cuerda
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.
Cuerda
getCpuInfo ()
 Additional cpu information.
com.google.protobuf.ByteString
getCpuInfoBytes ()
 Additional cpu information.
CPUInfo
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
doble
getMhzPerCpu ()
 How fast are these cpus?
 
double mhz_per_cpu = 3;
Mapa <cadena, largo>
getMutableCacheSize ()
En su lugar, utilice accesores de mutación alternativos.
largo
getNumCores ()
int64 num_cores = 1;
largo
getNumCoresAllowed ()
int64 num_cores_allowed = 2;
booleano final
CPUInfo.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CPUInfo.Builder
mergeFrom (com.google.protobuf.Message otro)
CPUInfo.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
CPUInfo.Builder
putAllCacheSize (Map <String, Long> valores)
 Cache sizes (in bytes), e.g.
CPUInfo.Builder
putCacheSize (clave de cadena, valor largo)
 Cache sizes (in bytes), e.g.
CPUInfo.Builder
removeCacheSize (clave de cadena)
 Cache sizes (in bytes), e.g.
CPUInfo.Builder
setCpuGovernor (valor de cadena)
 What kind of cpu scaling is enabled on the host.
CPUInfo.Builder
setCpuGovernorBytes (valor de com.google.protobuf.ByteString)
 What kind of cpu scaling is enabled on the host.
CPUInfo.Builder
setCpuInfo (valor de cadena)
 Additional cpu information.
CPUInfo.Builder
setCpuInfoBytes (valor de com.google.protobuf.ByteString)
 Additional cpu information.
CPUInfo.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
CPUInfo.Builder
setMhzPerCpu (valor doble)
 How fast are these cpus?
 
double mhz_per_cpu = 3;
CPUInfo.Builder
setNumCores (valor largo)
int64 num_cores = 1;
CPUInfo.Builder
setNumCoresAllowed (valor largo)
int64 num_cores_allowed = 2;
CPUInfo.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
CPUInfo.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos heredados

Métodos públicos

public CPUInfo.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

public CPUInfo build ()

public CPUInfo buildPartial ()

public CPUInfo.Builder clear ()

public CPUInfo.Builder clearCacheSize ()

public CPUInfo.Builder clearCpuGovernor ()

 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 (campo 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)

public CPUInfo.Builder clone ()

public boolean containsCacheSize (clave de cadena)

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

public Map <String, Long> getCacheSize ()

Utilice getCacheSizeMap() lugar.

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 (clave de cadena, valor predeterminado largo)

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

public long getCacheSizeOrThrow (clave de cadena)

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

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

public String 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 ()

público estático 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 ()

En su lugar, utilice accesores de mutación alternativos.

public long getNumCores ()

int64 num_cores = 1;

public long getNumCoresAllowed ()

int64 num_cores_allowed = 2;

public final boolean isInitialized ()

public CPUInfo.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

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

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

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

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

public CPUInfo.Builder putCacheSize (clave de cadena, valor largo)

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

public CPUInfo.Builder removeCacheSize (clave de cadena)

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

public CPUInfo.Builder setCpuGovernor (valor de cadena)

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

public CPUInfo.Builder setCpuGovernorBytes (valor de 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 (valor de cadena)

 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 (valor de 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 (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

public CPUInfo.Builder setMhzPerCpu (valor doble)

 How fast are these cpus?
 
double mhz_per_cpu = 3;

public CPUInfo.Builder setNumCores (valor largo)

int64 num_cores = 1;

public CPUInfo.Builder setNumCoresAllowed (valor largo)

int64 num_cores_allowed = 2;

public CPUInfo.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)

CPUInfo.Builder final público setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)