CPUInfo de clase final pública
Protobuf tipo tensorflow.CPUInfo
Clases anidadas
clase | CPUInfo.Constructor | Protobuf tipo tensorflow.CPUInfo |
Constantes
entero | CACHE_SIZE_FIELD_NUMBER | |
entero | CPU_GOVERNOR_FIELD_NUMBER | |
entero | CPU_INFO_FIELD_NUMBER | |
entero | MHZ_PER_CPU_FIELD_NUMBER | |
entero | NUM_CORES_ALLOWED_FIELD_NUMBER | |
entero | NUM_CORES_FIELD_NUMBER |
Métodos públicos
booleano | contieneCacheSize (clave de cadena) Cache sizes (in bytes), e.g. |
booleano | es igual (Objeto obj) |
Mapa<Cadena, Larga> | getCacheSize () Utilice getCacheSizeMap() en su lugar. |
entero | getCacheSizeCount () Cache sizes (in bytes), e.g. |
Mapa<Cadena, Larga> | 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. |
Cadena | 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. |
Cadena | obtener información de CPU () Additional cpu information. |
com.google.protobuf.ByteString | getCpuInfoBytes () Additional cpu information. |
Información de CPU estática | |
Información de CPU | |
com.google.protobuf.Descriptors.Descriptor estático final | |
doble | getMhzPerCpu () How fast are these cpus? double mhz_per_cpu = 3; |
largo | obtenerNumCores () int64 num_cores = 1; |
largo | getNumCoresAllowed () int64 num_cores_allowed = 2; |
entero | |
com.google.protobuf.UnknownFieldSet final | |
entero | código hash () |
booleano final | |
CPUInfo.Builder estático | newBuilder (prototipo CPUInfo ) |
CPUInfo.Builder estático | |
CPUInfo.Constructor | |
Información de CPU estática | parseDelimitedFrom (entrada de InputStream) |
Información de CPU estática | parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Información de CPU estática | parseFrom (datos de ByteBuffer) |
Información de CPU estática | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
Información de CPU estática | parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Información de CPU estática | parseFrom (entrada com.google.protobuf.CodedInputStream) |
Información de CPU estática | parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Información de CPU estática | parseFrom (datos com.google.protobuf.ByteString) |
Información de CPU estática | parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Información de CPU estática | parseFrom (com.google.protobuf.ByteString datos, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
estático | analizador () |
CPUInfo.Constructor | |
vacío | writeTo (salida de com.google.protobuf.CodedOutputStream) |
Métodos heredados
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
int final estático público CPU_INFO_FIELD_NUMBER
Valor constante: 4
int final estático público 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
booleano público contieneCacheSize (clave de cadena)
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
público booleano es igual (Objeto obj)
público int getCacheSizeCount ()
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
Mapa público<Cadena, Largo> getCacheSizeMap ()
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
público largo getCacheSizeOrDefault (clave de cadena, valor predeterminado largo)
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
público largo getCacheSizeOrThrow (clave de cadena)
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
Cadena 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;
cadena 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;
público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público doble getMhzPerCpu ()
How fast are these cpus?
double mhz_per_cpu = 3;
público largo getNumCores ()
int64 num_cores = 1;
público largo getNumCoresAllowed ()
int64 num_cores_allowed = 2;
público getParserForType ()
público int getSerializedSize ()
público final com.google.protobuf.UnknownFieldSet getUnknownFields ()
código hash int público ()
público final booleano isInitialized ()
CPUInfo estática pública parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
CPUInfo estática pública parseFrom (datos ByteBuffer)
Lanza
Excepción de buffer de protocolo no válido |
---|
CPUInfo estática pública parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
CPUInfo estática pública parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
CPUInfo estática pública parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
CPUInfo estática pública parseFrom (datos com.google.protobuf.ByteString)
Lanza
Excepción de buffer de protocolo no válido |
---|
CPUInfo parseFrom público estático (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
CPUInfo estática pública parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
estática pública analizador ()
escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)
Lanza
IOExcepción |
---|