CPUInfo.Builder

classe final estática pública CPUInfo.Builder

Tipo de protobuf tensorflow.CPUInfo

Métodos Públicos

CPUInfo.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
Informações da CPU
Informações da CPU
CPUInfo.Builder
claro ()
CPUInfo.Builder
CPUInfo.Builder
clearCpuGovernor ()
 What kind of cpu scaling is enabled on the host.
CPUInfo.Builder
limparCpuInfo ()
 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
limparNumCores ()
int64 num_cores = 1;
CPUInfo.Builder
clearNumCoresAllowed ()
int64 num_cores_allowed = 2;
CPUInfo.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor umof)
CPUInfo.Builder
clonar ()
boleano
contémCacheSize (chave de string)
 Cache sizes (in bytes), e.g.
Mapa<String, Longo>
getCacheSize ()
Use getCacheSizeMap() em vez disso.
interno
getCacheSizeCount ()
 Cache sizes (in bytes), e.g.
Mapa<String, Longo>
getCacheSizeMap ()
 Cache sizes (in bytes), e.g.
longo
getCacheSizeOrDefault (chave de string, defaultValue longo)
 Cache sizes (in bytes), e.g.
longo
getCacheSizeOrThrow (chave de string)
 Cache sizes (in bytes), e.g.
Corda
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.
Corda
getCpuInfo ()
 Additional cpu information.
com.google.protobuf.ByteString
getCpuInfoBytes ()
 Additional cpu information.
Informações da CPU
final estático com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
dobro
getMhzPerCpu ()
 How fast are these cpus?
 
double mhz_per_cpu = 3;
Mapa<String, Longo>
getMutableCacheSize ()
Use acessadores de mutação alternativos.
longo
getNumCores ()
int64 num_cores = 1;
longo
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 outro)
final CPUInfo.Builder
mesclarUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)
CPUInfo.Builder
putAllCacheSize (valores Map<String, Long>)
 Cache sizes (in bytes), e.g.
CPUInfo.Builder
putCacheSize (chave de string, valor longo)
 Cache sizes (in bytes), e.g.
CPUInfo.Builder
removeCacheSize (chave de string)
 Cache sizes (in bytes), e.g.
CPUInfo.Builder
setCpuGovernor (valor da string)
 What kind of cpu scaling is enabled on the host.
CPUInfo.Builder
setCpuGovernorBytes (valor com.google.protobuf.ByteString)
 What kind of cpu scaling is enabled on the host.
CPUInfo.Builder
setCpuInfo (valor da string)
 Additional cpu information.
CPUInfo.Builder
setCpuInfoBytes (valor com.google.protobuf.ByteString)
 Additional cpu information.
CPUInfo.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
CPUInfo.Builder
setMhzPerCpu (valor duplo)
 How fast are these cpus?
 
double mhz_per_cpu = 3;
CPUInfo.Builder
setNumCores (valor longo)
int64 num_cores = 1;
CPUInfo.Builder
setNumCoresAllowed (valor longo)
int64 num_cores_allowed = 2;
CPUInfo.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
final CPUInfo.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)

Métodos herdados

Métodos Públicos

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

compilação CPUInfo pública ()

público CPUInfo buildPartial ()

CPUInfo.Builder público claro ()

CPUInfo.Builder público clearCacheSize ()

CPUInfo.Builder público clearCpuGovernor ()

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

CPUInfo.Builder público clearCpuInfo ()

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

público CPUInfo.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

CPUInfo.Builder público clearMhzPerCpu ()

 How fast are these cpus?
 
double mhz_per_cpu = 3;

CPUInfo.Builder público clearNumCores ()

int64 num_cores = 1;

CPUInfo.Builder público clearNumCoresAllowed ()

int64 num_cores_allowed = 2;

CPUInfo.Builder público clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

clone público CPUInfo.Builder ()

public boolean containsCacheSize (chave String)

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

mapa público<String, Long> getCacheSize ()

Use getCacheSizeMap() em vez disso.

público int getCacheSizeCount ()

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

mapa público<String, Long> getCacheSizeMap ()

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

público longo getCacheSizeOrDefault (chave String, defaultValue longo)

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

público longo getCacheSizeOrThrow (chave String)

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

String pública getCpuGovernor ()

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

público 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;

String pública getCpuInfo ()

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

público 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;

CPUInfo público getDefaultInstanceForType ()

final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()

público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

público duplo getMhzPerCpu ()

 How fast are these cpus?
 
double mhz_per_cpu = 3;

mapa público <String, Long> getMutableCacheSize ()

Use acessadores de mutação alternativos.

getNumCores longo público ()

int64 num_cores = 1;

getNumCoresAllowed longo público ()

int64 num_cores_allowed = 2;

público final booleano isInitialized ()

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

Lança
IOException

público CPUInfo.Builder mergeFrom (com.google.protobuf.Message outro)

público final CPUInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)

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 (chave String, valor longo)

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

CPUInfo.Builder público removeCacheSize (chave String)

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

público CPUInfo.Builder setCpuGovernor (valor da string)

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

público CPUInfo.Builder setCpuGovernorBytes (valor com.google.protobuf.ByteString)

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

público CPUInfo.Builder setCpuInfo (valor da string)

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

público CPUInfo.Builder setCpuInfoBytes (valor 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 do objeto)

público CPUInfo.Builder setMhzPerCpu (valor duplo)

 How fast are these cpus?
 
double mhz_per_cpu = 3;

público CPUInfo.Builder setNumCores (valor longo)

int64 num_cores = 1;

público CPUInfo.Builder setNumCoresAllowed (valor longo)

int64 num_cores_allowed = 2;

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

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