CPUInfo.Builder

общедоступный статический конечный класс CPUInfo.Builder

Тип protobuf tensorflow.CPUInfo

Публичные методы

CPUInfo.Builder
addRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)
CPUInfo
CPUInfo
CPUInfo.Builder
CPUInfo.Builder
CPUInfo.Builder
очиститьCpuGovernor ()
 What kind of cpu scaling is enabled on the host.
CPUInfo.Builder
очиститьCpuInfo ()
 Additional cpu information.
CPUInfo.Builder
ClearField (поле com.google.protobuf.Descriptors.FieldDescriptor)
CPUInfo.Builder
очиститьMhzPerCpu ()
 How fast are these cpus?
 
double mhz_per_cpu = 3;
CPUInfo.Builder
очиститьNumCores ()
int64 num_cores = 1;
CPUInfo.Builder
ClearNumCoresAllowed ()
int64 num_cores_allowed = 2;
CPUInfo.Builder
ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
CPUInfo.Builder
логическое значение
содержитCacheSize (строковый ключ)
 Cache sizes (in bytes), e.g.
Карта<String, Long>
getCacheSize ()
Вместо этого используйте getCacheSizeMap() .
интервал
getCacheSizeCount ()
 Cache sizes (in bytes), e.g.
Карта<String, Long>
getCacheSizeMap ()
 Cache sizes (in bytes), e.g.
длинный
getCacheSizeOrDefault (строковый ключ, длинное значение по умолчанию)
 Cache sizes (in bytes), e.g.
длинный
getCacheSizeOrThrow (строковый ключ)
 Cache sizes (in bytes), e.g.
Нить
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.
Нить
получитьCpuInfo ()
 Additional cpu information.
com.google.protobuf.ByteString
getCpuInfoBytes ()
 Additional cpu information.
CPUInfo
окончательный статический com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
двойной
getMhzPerCpu ()
 How fast are these cpus?
 
double mhz_per_cpu = 3;
Карта<String, Long>
getMutableCacheSize ()
Вместо этого используйте альтернативные методы доступа к мутациям.
длинный
getNumCores ()
int64 num_cores = 1;
длинный
getNumCoresAllowed ()
int64 num_cores_allowed = 2;
последнее логическое значение
CPUInfo.Builder
mergeFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
CPUInfo.Builder
mergeFrom (com.google.protobuf.Message другое)
окончательный вариант CPUInfo.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
CPUInfo.Builder
putAllCacheSize (значения Map<String, Long>)
 Cache sizes (in bytes), e.g.
CPUInfo.Builder
putCacheSize (строковый ключ, длинное значение)
 Cache sizes (in bytes), e.g.
CPUInfo.Builder
RemoveCacheSize (строковый ключ)
 Cache sizes (in bytes), e.g.
CPUInfo.Builder
setCpuGovernor (строковое значение)
 What kind of cpu scaling is enabled on the host.
CPUInfo.Builder
setCpuGovernorBytes (значение com.google.protobuf.ByteString)
 What kind of cpu scaling is enabled on the host.
CPUInfo.Builder
setCpuInfo (строковое значение)
 Additional cpu information.
CPUInfo.Builder
setCpuInfoBytes (значение com.google.protobuf.ByteString)
 Additional cpu information.
CPUInfo.Builder
setField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)
CPUInfo.Builder
setMhzPerCpu (двойное значение)
 How fast are these cpus?
 
double mhz_per_cpu = 3;
CPUInfo.Builder
setNumCores (длинное значение)
int64 num_cores = 1;
CPUInfo.Builder
setNumCoresAllowed (длинное значение)
int64 num_cores_allowed = 2;
CPUInfo.Builder
setRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, индекс int, значение объекта)
окончательный вариант CPUInfo.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

Унаследованные методы

Публичные методы

public CPUInfo.Builder addRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)

общедоступная сборка CPUInfo ()

общественный CPUInfo buildPartial ()

общедоступный CPUInfo.Builder очистить ()

общедоступный CPUInfo.Builder ClearCacheSize ()

общедоступный CPUInfo.Builder ClearCpuGovernor ()

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

общедоступный 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 (поле com.google.protobuf.Descriptors.FieldDescriptor)

общедоступный CPUInfo.Builder ClearMhzPerCpu ()

 How fast are these cpus?
 
double mhz_per_cpu = 3;

общедоступный CPUInfo.Builder ClearNumCores ()

int64 num_cores = 1;

общедоступный CPUInfo.Builder ClearNumCoresAllowed ()

int64 num_cores_allowed = 2;

общедоступный CPUInfo.Builder ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

общедоступный клон CPUInfo.Builder ()

общедоступное логическое значение containsCacheSize (строковый ключ)

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

общедоступная карта<String, Long> getCacheSize ()

Вместо этого используйте getCacheSizeMap() .

public int getCacheSizeCount ()

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

общедоступная Map<String, Long> getCacheSizeMap ()

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

общедоступный длинный getCacheSizeOrDefault (строковый ключ, длинный defaultValue)

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

общедоступный длинный getCacheSizeOrThrow (строковый ключ)

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

публичная строка 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;

публичная строка 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 getDefaultInstanceForType ()

общедоступный статический окончательный com.google.protobuf.Descriptors.Descriptor getDescriptor ()

общедоступный com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

общедоступный двойной getMhzPerCpu ()

 How fast are these cpus?
 
double mhz_per_cpu = 3;

общедоступная Map<String, Long> getMutableCacheSize ()

Вместо этого используйте альтернативные методы доступа к мутациям.

общедоступный длинный getNumCores ()

int64 num_cores = 1;

общедоступный длинный getNumCoresAllowed ()

int64 num_cores_allowed = 2;

публичное финальное логическое значение isInitialized ()

общедоступный CPUInfo.Builder mergeFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Исключение IO

общедоступный CPUInfo.Builder mergeFrom (com.google.protobuf.Message другое)

общедоступный финальный CPUInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

public CPUInfo.Builder putAllCacheSize (значения Map<String, Long>)

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

public CPUInfo.Builder putCacheSize (строковый ключ, длинное значение)

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

общедоступный CPUInfo.Builder RemoveCacheSize (строковый ключ)

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

public CPUInfo.Builder setCpuGovernor (строковое значение)

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

общедоступный CPUInfo.Builder setCpuGovernorBytes (значение 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 (строковое значение)

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

общедоступный CPUInfo.Builder setCpuInfoBytes (значение 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 (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)

public CPUInfo.Builder setMhzPerCpu (двойное значение)

 How fast are these cpus?
 
double mhz_per_cpu = 3;

public CPUInfo.Builder setNumCores (длинное значение)

int64 num_cores = 1;

public CPUInfo.Builder setNumCoresAllowed (длинное значение)

int64 num_cores_allowed = 2;

public CPUInfo.Builder setRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, индекс int, значение объекта)

общедоступный финальный CPUInfo.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)