clase final estática pública CPUInfo.Builder
Protobuf tipo tensorflow.CPUInfo
Métodos públicos
CPUInfo.Constructor | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto) |
Información de CPU | construir () |
Información de CPU | |
CPUInfo.Constructor | claro () |
CPUInfo.Constructor | |
CPUInfo.Constructor | clearCpuGovernor () What kind of cpu scaling is enabled on the host. |
CPUInfo.Constructor | borrarCpuInfo () Additional cpu information. |
CPUInfo.Constructor | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
CPUInfo.Constructor | borrarMhzPerCpu () How fast are these cpus? double mhz_per_cpu = 3; |
CPUInfo.Constructor | borrarNumCores () int64 num_cores = 1; |
CPUInfo.Constructor | borrarNumCoresAllowed () int64 num_cores_allowed = 2; |
CPUInfo.Constructor | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor uno de) |
CPUInfo.Constructor | clonar () |
booleano | contieneCacheSize (clave de cadena) Cache sizes (in bytes), e.g. |
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 | |
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, Larga> | getMutableCacheSize () Utilice descriptores de acceso de mutación alternativos en su lugar. |
largo | obtenerNumCores () int64 num_cores = 1; |
largo | getNumCoresAllowed () int64 num_cores_allowed = 2; |
booleano final | |
CPUInfo.Constructor | mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
CPUInfo.Constructor | mergeFrom (com.google.protobuf.Message otro) |
CPUInfo.Builder final | mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields) |
CPUInfo.Constructor | putAllCacheSize (valores de mapa<cadena, largo>) Cache sizes (in bytes), e.g. |
CPUInfo.Constructor | putCacheSize (clave de cadena, valor largo) Cache sizes (in bytes), e.g. |
CPUInfo.Constructor | removeCacheSize (clave de cadena) Cache sizes (in bytes), e.g. |
CPUInfo.Constructor | setCpuGovernor (valor de cadena) What kind of cpu scaling is enabled on the host. |
CPUInfo.Constructor | setCpuGovernorBytes (valor com.google.protobuf.ByteString) What kind of cpu scaling is enabled on the host. |
CPUInfo.Constructor | setCpuInfo (valor de cadena) Additional cpu information. |
CPUInfo.Constructor | setCpuInfoBytes (valor com.google.protobuf.ByteString) Additional cpu information. |
CPUInfo.Constructor | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto) |
CPUInfo.Constructor | setMhzPerCpu (valor doble) How fast are these cpus? double mhz_per_cpu = 3; |
CPUInfo.Constructor | setNumCores (valor largo) int64 num_cores = 1; |
CPUInfo.Constructor | setNumCoresAllowed (valor largo) int64 num_cores_allowed = 2; |
CPUInfo.Constructor | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto) |
CPUInfo.Builder final | setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields) |
Métodos heredados
Métodos públicos
público CPUInfo.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
público CPUInfo.Builder clearCpuGovernor ()
What kind of cpu scaling is enabled on the host. Examples include "performance", "ondemand", "conservative", "mixed".
string cpu_governor = 5;
pública CPUInfo.Builder clearCpuInfo ()
Additional cpu information. For example, Intel Ivybridge with HyperThreading (24 cores) dL1:32KB dL2:256KB dL3:30MB
string cpu_info = 4;
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 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 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
público doble getMhzPerCpu ()
How fast are these cpus?
double mhz_per_cpu = 3;
Mapa público<Cadena, Largo> getMutableCacheSize ()
Utilice descriptores de acceso de mutación alternativos en su lugar.
público largo getNumCores ()
int64 num_cores = 1;
público largo getNumCoresAllowed ()
int64 num_cores_allowed = 2;
público final booleano isInitialized ()
CPUInfo.Builder público mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
Lanza
IOExcepción |
---|
CPUInfo.Builder final pública mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)
CPUInfo.Builder público putAllCacheSize (valores de mapa <cadena, largo>)
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
CPUInfo.Builder pública putCacheSize (clave de cadena, valor largo)
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
CPUInfo.Builder pública removeCacheSize (clave de cadena)
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
público 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;
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 de cadena)
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;