CPUInfo.Builder

publiczna statyczna klasa końcowa CPUInfo.Builder

Protobuf typu tensorflow.CPUInfo

Metody publiczne

CPUInfo.Builder
addRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
Informacje o procesorze
Informacje o procesorze
CPUInfo.Builder
jasne ()
CPUInfo.Builder
CPUInfo.Builder
clearCpuGovernor ()
 What kind of cpu scaling is enabled on the host.
CPUInfo.Builder
wyczyśćCpuInfo ()
 Additional cpu information.
CPUInfo.Builder
clearField (pole com.google.protobuf.Descriptors.FieldDescriptor)
CPUInfo.Builder
wyczyśćMhzPerCpu ()
 How fast are these cpus?
 
double mhz_per_cpu = 3;
CPUInfo.Builder
wyczyśćNumCores ()
int64 num_cores = 1;
CPUInfo.Builder
clearNumCoresAllowed ()
int64 num_cores_allowed = 2;
CPUInfo.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
CPUInfo.Builder
klon ()
wartość logiczna
zawieraCacheSize (klucz ciąg)
 Cache sizes (in bytes), e.g.
Mapa<String, Long>
getCacheSize ()
Zamiast tego użyj getCacheSizeMap() .
wew
getCacheSizeCount ()
 Cache sizes (in bytes), e.g.
Mapa<String, Long>
getCacheSizeMap ()
 Cache sizes (in bytes), e.g.
długi
getCacheSizeOrDefault (klucz ciągu, długa wartość domyślna)
 Cache sizes (in bytes), e.g.
długi
getCacheSizeOrThrow (klucz ciąg)
 Cache sizes (in bytes), e.g.
Strunowy
pobierzCpuGovernor ()
 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.
Strunowy
pobierzCpuInfo ()
 Additional cpu information.
com.google.protobuf.ByteString
getCpuInfoBytes ()
 Additional cpu information.
Informacje o procesorze
końcowy statyczny com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
podwójnie
pobierzMhzPerCpu ()
 How fast are these cpus?
 
double mhz_per_cpu = 3;
Mapa<String, Long>
getMutableCacheSize ()
Zamiast tego użyj alternatywnych akcesorów mutacji.
długi
getNumCores ()
int64 num_cores = 1;
długi
getNumCoresAllowed ()
int64 num_cores_allowed = 2;
końcowa wartość logiczna
CPUInfo.Builder
mergeFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
CPUInfo.Builder
mergeFrom (com.google.protobuf.Wiadomość inna)
końcowy CPUInfo.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola)
CPUInfo.Builder
putAllCacheSize (wartości Map<String, Long>)
 Cache sizes (in bytes), e.g.
CPUInfo.Builder
putCacheSize (klucz ciągu, długa wartość)
 Cache sizes (in bytes), e.g.
CPUInfo.Builder
usuńCacheSize (klucz ciąg)
 Cache sizes (in bytes), e.g.
CPUInfo.Builder
setCpuGovernor (wartość ciągu)
 What kind of cpu scaling is enabled on the host.
CPUInfo.Builder
setCpuGovernorBytes (wartość com.google.protobuf.ByteString)
 What kind of cpu scaling is enabled on the host.
CPUInfo.Builder
setCpuInfo (wartość ciągu)
 Additional cpu information.
CPUInfo.Builder
setCpuInfoBytes (wartość com.google.protobuf.ByteString)
 Additional cpu information.
CPUInfo.Builder
setField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
CPUInfo.Builder
setMhzPerCpu (podwójna wartość)
 How fast are these cpus?
 
double mhz_per_cpu = 3;
CPUInfo.Builder
setNumCores (długa wartość)
int64 num_cores = 1;
CPUInfo.Builder
setNumCoresAllowed (długa wartość)
int64 num_cores_allowed = 2;
CPUInfo.Builder
setRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, indeks int, wartość obiektu)
końcowy CPUInfo.Builder
setUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola)

Metody dziedziczone

Metody publiczne

public CPUInfo.Builder addRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)

publiczna kompilacja CPUInfo ()

publiczna kompilacja CPUInfoCzęściowa ()

publiczne CPUInfo.Builder wyczyść ()

public CPUInfo.Builder clearCacheSize ()

publiczny CPUInfo.Builder clearCpuGovernor ()

 What kind of cpu scaling is enabled on the host.
 Examples include "performance", "ondemand", "conservative", "mixed".
 
string cpu_governor = 5;

publiczny CPUInfo.Builder clearCpuInfo ()

 Additional cpu information. For example,
 Intel Ivybridge with HyperThreading (24 cores) dL1:32KB dL2:256KB dL3:30MB
 
string cpu_info = 4;

public CPUInfo.Builder clearField (pole com.google.protobuf.Descriptors.FieldDescriptor)

publiczny CPUInfo.Builder clearMhzPerCpu ()

 How fast are these cpus?
 
double mhz_per_cpu = 3;

public CPUInfo.Builder clearNumCores ()

int64 num_cores = 1;

public CPUInfo.Builder clearNumCoresAllowed ()

int64 num_cores_allowed = 2;

public CPUInfo.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

publiczny klon CPUInfo.Builder ()

publiczna wartość logiczna zawieraCacheSize (klucz ciąg)

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

public Map<String, Long> getCacheSize ()

Zamiast tego użyj getCacheSizeMap() .

publiczny 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;

publiczny długi getCacheSizeOrDefault (klucz ciągu, długa wartość domyślna)

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

publiczny długi getCacheSizeOrThrow (klucz ciąg)

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

publiczny ciąg 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;

publiczny ciąg getCpuInfo ()

 Additional cpu information. For example,
 Intel Ivybridge with HyperThreading (24 cores) dL1:32KB dL2:256KB dL3:30MB
 
string cpu_info = 4;

publiczny 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;

publiczne CPUInfo getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

publiczny podwójny getMhzPerCpu ()

 How fast are these cpus?
 
double mhz_per_cpu = 3;

public Map<String, Long> getMutableCacheSize ()

Zamiast tego użyj alternatywnych akcesorów mutacji.

publiczny długi getNumCores ()

int64 num_cores = 1;

publiczny długi getNumCoresAllowed ()

int64 num_cores_allowed = 2;

publiczna końcowa wartość logiczna isInitialized ()

publiczne CPUInfo.Builder mergeFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

public CPUInfo.Builder mergeFrom (com.google.protobuf.Message other)

publiczny końcowy CPUInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet nieznanyFields)

public CPUInfo.Builder putAllCacheSize (wartości Map<String, Long>)

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

public CPUInfo.Builder putCacheSize (klucz ciągu, długa wartość)

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

publiczny CPUInfo.Builder usuńCacheSize (klucz ciąg)

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

public CPUInfo.Builder setCpuGovernor (wartość ciągu)

 What kind of cpu scaling is enabled on the host.
 Examples include "performance", "ondemand", "conservative", "mixed".
 
string cpu_governor = 5;

public CPUInfo.Builder setCpuGovernorBytes (wartość com.google.protobuf.ByteString)

 What kind of cpu scaling is enabled on the host.
 Examples include "performance", "ondemand", "conservative", "mixed".
 
string cpu_governor = 5;

public CPUInfo.Builder setCpuInfo (wartość ciągu)

 Additional cpu information. For example,
 Intel Ivybridge with HyperThreading (24 cores) dL1:32KB dL2:256KB dL3:30MB
 
string cpu_info = 4;

public CPUInfo.Builder setCpuInfoBytes (wartość 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;

public CPUInfo.Builder setField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)

public CPUInfo.Builder setMhzPerCpu (podwójna wartość)

 How fast are these cpus?
 
double mhz_per_cpu = 3;

public CPUInfo.Builder setNumCores (długa wartość)

int64 num_cores = 1;

public CPUInfo.Builder setNumCoresAllowed (długa wartość)

int64 num_cores_allowed = 2;

public CPUInfo.Builder setRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, indeks int, wartość obiektu)

publiczny końcowy CPUInfo.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)