CPUInfo

CPUInfo de clase final pública

Protobuf tipo tensorflow.CPUInfo

Clases anidadas

clase CPUInfo.Builder Protobuf tipo tensorflow.CPUInfo

Constantes

En t CACHE_SIZE_FIELD_NUMBER
En t CPU_GOVERNOR_FIELD_NUMBER
En t CPU_INFO_FIELD_NUMBER
En t MHZ_PER_CPU_FIELD_NUMBER
En t NUM_CORES_ALLOWED_FIELD_NUMBER
En t NUM_CORES_FIELD_NUMBER

Métodos públicos

booleano
containsCacheSize (clave de cadena)
 Cache sizes (in bytes), e.g.
booleano
es igual a (Objeto obj)
Mapa <cadena, largo>
getCacheSize ()
Utilice getCacheSizeMap() lugar.
En t
getCacheSizeCount ()
 Cache sizes (in bytes), e.g.
Mapa <cadena, largo>
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.
Cuerda
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.
Cuerda
getCpuInfo ()
 Additional cpu information.
com.google.protobuf.ByteString
getCpuInfoBytes ()
 Additional cpu information.
CPUInfo estática
CPUInfo
com.google.protobuf.Descriptors.Descriptor estático final
doble
getMhzPerCpu ()
 How fast are these cpus?
 
double mhz_per_cpu = 3;
largo
getNumCores ()
int64 num_cores = 1;
largo
getNumCoresAllowed ()
int64 num_cores_allowed = 2;
En t
final com.google.protobuf.UnknownFieldSet
En t
booleano final
CPUInfo.Builder estático
newBuilder (prototipo 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 (datos ByteBuffer)
CPUInfo estática
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CPUInfo estática
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CPUInfo estática
parseFrom (entrada com.google.protobuf.CodedInputStream)
CPUInfo estática
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CPUInfo estática
parseFrom (datos com.google.protobuf.ByteString)
CPUInfo estática
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CPUInfo estática
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
CPUInfo.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int 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

public static final int MHZ_PER_CPU_FIELD_NUMBER

Valor constante: 3

public static final int NUM_CORES_ALLOWED_FIELD_NUMBER

Valor constante: 2

public static final int NUM_CORES_FIELD_NUMBER

Valor constante: 1

Métodos públicos

public boolean containsCacheSize (clave de cadena)

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

public boolean es igual a (Object obj)

public Map <String, Long> getCacheSize ()

Utilice getCacheSizeMap() lugar.

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 (clave de cadena, valor predeterminado largo)

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

public long getCacheSizeOrThrow (clave de cadena)

 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;

CPUInfo estática pública getDefaultInstance ()

public CPUInfo getDefaultInstanceForType ()

público estático 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 ()

CPUInfo.Builder estático público newBuilder (prototipo CPUInfo )

CPUInfo.Builder estático público newBuilder ()

public CPUInfo.Builder newBuilderForType ()

CPUInfo estática pública parseDelimitedFrom (entrada InputStream)

Lanza
IOException

CPUInfo estática pública parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

CPUInfo estática pública parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

CPUInfo estática pública parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

CPUInfo estático público parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

CPUInfo estática pública parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

CPUInfo estático público parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

CPUInfo estático público parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

CPUInfo estática pública parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

CPUInfo estático público parseFrom (datos de com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public CPUInfo.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException