classe final pública CPUInfo
Tipo de protobuf tensorflow.CPUInfo
Classes aninhadas
aula | CPUInfo.Builder | Tipo de protobuf tensorflow.CPUInfo |
Constantes
interno | CACHE_SIZE_FIELD_NUMBER | |
interno | CPU_GOVERNOR_FIELD_NUMBER | |
interno | CPU_INFO_FIELD_NUMBER | |
interno | MHZ_PER_CPU_FIELD_NUMBER | |
interno | NUM_CORES_ALLOWED_FIELD_NUMBER | |
interno | NUM_CORES_FIELD_NUMBER |
Métodos Públicos
booleano | contémCacheSize (chave de string) Cache sizes (in bytes), e.g. |
booleano | é igual (objeto obj) |
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. |
CPUInfo estática | |
Informações da CPU | |
final estático com.google.protobuf.Descriptors.Descriptor | |
dobro | getMhzPerCpu () How fast are these cpus? double mhz_per_cpu = 3; |
longo | getNumCores () int64 num_cores = 1; |
longo | getNumCoresAllowed () int64 num_cores_allowed = 2; |
interno | |
final com.google.protobuf.UnknownFieldSet | |
interno | código hash () |
booleano final | |
CPUInfo.Builder estático | newBuilder (protótipo CPUInfo ) |
CPUInfo.Builder estático | |
CPUInfo.Builder | |
CPUInfo estática | parseDelimitedFrom (entrada InputStream) |
CPUInfo estática | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CPUInfo estática | parseFrom (dados de ByteBuffer) |
CPUInfo estática | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CPUInfo estática | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CPUInfo estática | parseFrom (entrada com.google.protobuf.CodedInputStream) |
CPUInfo estática | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CPUInfo estática | parseFrom (dados com.google.protobuf.ByteString) |
CPUInfo estática | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CPUInfo estática | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analisador () |
CPUInfo.Builder | |
vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
int final estático público CACHE_SIZE_FIELD_NUMBER
Valor Constante: 6
público estático final int CPU_GOVERNOR_FIELD_NUMBER
Valor Constante: 5
público estático final int CPU_INFO_FIELD_NUMBER
Valor Constante: 4
público estático final int MHZ_PER_CPU_FIELD_NUMBER
Valor Constante: 3
int final estático público NUM_CORES_ALLOWED_FIELD_NUMBER
Valor Constante: 2
int final estático público NUM_CORES_FIELD_NUMBER
Valor Constante: 1
Métodos Públicos
public boolean containsCacheSize (chave String)
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
booleano público é igual (Object obj)
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;
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público duplo getMhzPerCpu ()
How fast are these cpus?
double mhz_per_cpu = 3;
getNumCores longo público ()
int64 num_cores = 1;
getNumCoresAllowed longo público ()
int64 num_cores_allowed = 2;
público getParserForType ()
público int getSerializedSize ()
final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
hashCode int público ()
público final booleano isInitialized ()
public static CPUInfo parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static CPUInfo parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static CPUInfo parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
public static CPUInfo parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
CPUInfo estático público parseFrom (dados com.google.protobuf.ByteString)
Lança
InvalidProtocolBufferException |
---|
public static CPUInfo parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static CPUInfo parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
IOException |
---|