CPUInfo

classe finale publique CPUInfo

tensorflow.CPUInfo de type Protobuf.CPUInfo

Classes imbriquées

classe CPUInfo.Builder tensorflow.CPUInfo de type Protobuf.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éthodes publiques

booléen
contientCacheSize (clé de chaîne)
 Cache sizes (in bytes), e.g.
booléen
est égal (Obj objet)
Carte<String, Long>
getCacheSize ()
Utilisez plutôt getCacheSizeMap() .
int
getCacheSizeCount ()
 Cache sizes (in bytes), e.g.
Carte<String, Long>
getCacheSizeMap ()
 Cache sizes (in bytes), e.g.
long
getCacheSizeOrDefault (clé de chaîne, longue valeur par défaut)
 Cache sizes (in bytes), e.g.
long
getCacheSizeOrThrow (clé de chaîne)
 Cache sizes (in bytes), e.g.
Chaîne
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.
Chaîne
obtenirCpuInfo ()
 Additional cpu information.
com.google.protobuf.ByteString
getCpuInfoBytes ()
 Additional cpu information.
Informations CPU statiques
Informations CPU
final statique com.google.protobuf.Descriptors.Descriptor
double
getMhzPerCpu ()
 How fast are these cpus?
 
double mhz_per_cpu = 3;
long
getNumCores ()
int64 num_cores = 1;
long
getNumCoresAllowed ()
int64 num_cores_allowed = 2;
int
final com.google.protobuf.UnknownFieldSet
int
booléen final
CPUInfo.Builder statique
newBuilder (prototype CPUInfo )
CPUInfo.Builder statique
CPUInfo.Builder
Informations CPU statiques
parseDelimitedFrom (entrée InputStream)
Informations CPU statiques
parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Informations CPU statiques
parseFrom (données ByteBuffer)
Informations CPU statiques
parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Informations CPU statiques
parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Informations CPU statiques
parseFrom (entrée com.google.protobuf.CodedInputStream)
Informations CPU statiques
parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Informations CPU statiques
parseFrom (données com.google.protobuf.ByteString)
Informations CPU statiques
parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Informations CPU statiques
parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique
CPUInfo.Builder
vide
writeTo (sortie com.google.protobuf.CodedOutputStream)

Méthodes héritées

Constantes

public statique final int CACHE_SIZE_FIELD_NUMBER

Valeur constante : 6

public statique final int CPU_GOVERNOR_FIELD_NUMBER

Valeur constante : 5

public statique final int CPU_INFO_FIELD_NUMBER

Valeur constante : 4

public statique final int MHZ_PER_CPU_FIELD_NUMBER

Valeur constante : 3

public statique final entier NUM_CORES_ALLOWED_FIELD_NUMBER

Valeur constante : 2

public statique final entier NUM_CORES_FIELD_NUMBER

Valeur constante : 1

Méthodes publiques

public boolean containCacheSize (clé de chaîne)

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

public booléen égal (Objet obj)

public Map<String, Long> getCacheSize ()

Utilisez plutôt getCacheSizeMap() .

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 (clé de chaîne, valeur par défaut longue)

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

public long getCacheSizeOrThrow (clé de chaîne)

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

chaîne publique 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;

chaîne publique 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 statique publique getDefaultInstance ()

public CPUInfo getDefaultInstanceForType ()

public statique 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;

publique getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

code de hachage int public ()

public final booléen isInitialized ()

public statique CPUInfo.Builder newBuilder (prototype CPUInfo )

public statique CPUInfo.Builder newBuilder ()

public CPUInfo.Builder newBuilderForType ()

public statique CPUInfo parseDelimitedFrom (entrée InputStream)

Jetés
IOException

public statique CPUInfo parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique CPUInfo parseFrom (données ByteBuffer)

Jetés
InvalidProtocolBufferException

public statique CPUInfo parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique CPUInfo parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique CPUInfo parseFrom (entrée com.google.protobuf.CodedInputStream)

Jetés
IOException

public statique CPUInfo parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

analyse CPUInfo statique publique (données com.google.protobuf.ByteString)

Jetés
InvalidProtocolBufferException

public statique CPUInfo parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique CPUInfo parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique analyseur ()

public CPUInfo.Builder toBuilder ()

public void writeTo (sortie com.google.protobuf.CodedOutputStream)

Jetés
IOException