classe final pública CPUInfo
tensorflow.CPUInfo tipo tensorflow.CPUInfo
Classes aninhadas
| aula | CPUInfo.Builder | tensorflow.CPUInfo tipo tensorflow.CPUInfo | |
Constantes
| int | CACHE_SIZE_FIELD_NUMBER | |
| int | CPU_GOVERNOR_FIELD_NUMBER | |
| int | CPU_INFO_FIELD_NUMBER | |
| int | MHZ_PER_CPU_FIELD_NUMBER | |
| int | NUM_CORES_ALLOWED_FIELD_NUMBER | |
| int | NUM_CORES_FIELD_NUMBER |
Métodos Públicos
| boleano | containsCacheSize (chave String) Cache sizes (in bytes), e.g. |
| boleano | igual a (objeto obj) |
| Mapa <String, Long> | getCacheSize () getCacheSizeMap() vez disso, use getCacheSizeMap() . |
| int | getCacheSizeCount () Cache sizes (in bytes), e.g. |
| Mapa <String, Long> | getCacheSizeMap () Cache sizes (in bytes), e.g. |
| longo | getCacheSizeOrDefault (String key, long defaultValue) Cache sizes (in bytes), e.g. |
| longo | getCacheSizeOrThrow (String key) Cache sizes (in bytes), e.g. |
| Fragmento | 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. |
| Fragmento | getCpuInfo () Additional cpu information. |
| com.google.protobuf.ByteString | getCpuInfoBytes () Additional cpu information. |
| CPUInfo estática | |
| CPUInfo | |
| final static com.google.protobuf.Descriptors.Descriptor | |
| Duplo | getMhzPerCpu () How fast are these cpus? double mhz_per_cpu = 3; |
| longo | getNumCores () int64 num_cores = 1; |
| longo | getNumCoresAllowed () int64 num_cores_allowed = 2; |
| int | |
| final com.google.protobuf.UnknownFieldSet | |
| int | hashCode () |
| final booleano | |
| CPUInfo.Builder estático | newBuilder (protótipo CPUInfo ) |
| CPUInfo.Builder estático | newBuilder () |
| CPUInfo.Builder | |
| CPUInfo estática | parseDelimitedFrom (input InputStream) |
| CPUInfo estática | parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| CPUInfo estática | parseFrom (dados ByteBuffer) |
| CPUInfo estática | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| CPUInfo estática | parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| CPUInfo estática | parseFrom (com.google.protobuf.CodedInputStream input) |
| CPUInfo estática | parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| CPUInfo estática | parseFrom (com.google.protobuf.ByteString data) |
| CPUInfo estática | parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| CPUInfo estática | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| CPUInfo.Builder | toBuilder () |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
public static final int CACHE_SIZE_FIELD_NUMBER
Valor constante: 6
public static final int CPU_GOVERNOR_FIELD_NUMBER
Valor constante: 5
public static final int CPU_INFO_FIELD_NUMBER
Valor constante: 4
public static final int MHZ_PER_CPU_FIELD_NUMBER
Valor Constante: 3
público estático final int NUM_CORES_ALLOWED_FIELD_NUMBER
Valor constante: 2
público estático final int NUM_CORES_FIELD_NUMBER
Valor Constante: 1
Métodos Públicos
public boolean containsCacheSize (String key)
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;public boolean equals (Object obj)
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 (String key, long defaultValue)
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;public long getCacheSizeOrThrow (String key)
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 static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public double getMhzPerCpu ()
How fast are these cpus?
double mhz_per_cpu = 3;public long getNumCores ()
int64 num_cores = 1;
public long getNumCoresAllowed ()
int64 num_cores_allowed = 2;
público getParserForType ()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static CPUInfo parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static CPUInfo parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static CPUInfo parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static CPUInfo parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static CPUInfo parseFrom (com.google.protobuf.ByteString data)
Lança
| InvalidProtocolBufferException |
|---|
public static CPUInfo parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static CPUInfo parseFrom (com.google.protobuf.ByteString data, 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 |
|---|