CPUInfo.Builder

パブリック静的最終クラスCPUInfo.Builder

Protobuf 型tensorflow.CPUInfo

パブリックメソッド

CPU情報ビルダー
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
CPU情報
建てる()
CPU情報
CPU情報ビルダー
クリア()
CPU情報ビルダー
CPU情報ビルダー
クリアCpuGovernor ()
 What kind of cpu scaling is enabled on the host.
CPU情報ビルダー
クリアCpuInfo ()
 Additional cpu information.
CPU情報ビルダー
clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)
CPU情報ビルダー
クリアMhzPerCpu ()
 How fast are these cpus?
 
double mhz_per_cpu = 3;
CPU情報ビルダー
クリアNumCores ()
int64 num_cores = 1;
CPU情報ビルダー
clearNumCoresAllowed ()
int64 num_cores_allowed = 2;
CPU情報ビルダー
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
CPU情報ビルダー
ブール値
containsCacheSize (文字列キー)
 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.
getCpuInfo ()
 Additional cpu information.
com.google.protobuf.ByteString
getCpuInfoBytes ()
 Additional cpu information.
CPU情報
最終的な静的 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;
最終ブール値
CPU情報ビルダー
mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CPU情報ビルダー
mergeFrom (com.google.protobuf.Message other)
最終的なCPUInfo.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド)
CPU情報ビルダー
putAllCacheSize (Map<String, Long> 値)
 Cache sizes (in bytes), e.g.
CPU情報ビルダー
putCacheSize (文字列キー、長い値)
 Cache sizes (in bytes), e.g.
CPU情報ビルダー
RemoveCacheSize (文字列キー)
 Cache sizes (in bytes), e.g.
CPU情報ビルダー
setCpuGovernor (文字列値)
 What kind of cpu scaling is enabled on the host.
CPU情報ビルダー
setCpuGovernorBytes (com.google.protobuf.ByteString 値)
 What kind of cpu scaling is enabled on the host.
CPU情報ビルダー
setCpuInfo (文字列値)
 Additional cpu information.
CPU情報ビルダー
setCpuInfoBytes (com.google.protobuf.ByteString 値)
 Additional cpu information.
CPU情報ビルダー
setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
CPU情報ビルダー
setMhzPerCpu (倍精度値)
 How fast are these cpus?
 
double mhz_per_cpu = 3;
CPU情報ビルダー
setNumCores (長い値)
int64 num_cores = 1;
CPU情報ビルダー
setNumCoresAllowed (長い値)
int64 num_cores_allowed = 2;
CPU情報ビルダー
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
最終的なCPUInfo.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

継承されたメソッド

パブリックメソッド

public CPUInfo.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

パブリックCPUInfoビルド()

public CPUInfo buildPartial ()

public CPUInfo.Builder clear ()

public CPUInfo.Builder clearCacheSize ()

public CPUInfo.Builder clearCpuGovernor ()

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

public 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 フィールド)

public 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)

パブリックCPUInfo.Builderクローン()

public boolean containsCacheSize (文字列キー)

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

public Map<String, Long> getCacheSize ()

代わりに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 (文字列キー、長いdefaultValue)

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

public long getCacheSizeOrThrow (文字列キー)

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

パブリック 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;

パブリック 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;

public CPUInfo getDefaultInstanceForType ()

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

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

パブリックダブルgetMhzPerCpu ()

 How fast are these cpus?
 
double mhz_per_cpu = 3;

public Map<String, Long> getMutableCacheSize ()

代わりに代替の突然変異アクセサーを使用してください。

public long getNumCores ()

int64 num_cores = 1;

public long getNumCoresAllowed ()

int64 num_cores_allowed = 2;

パブリック最終ブール値isInitialized ()

public CPUInfo.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

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

public Final CPUInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

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;

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

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

public 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 インデックス、オブジェクト値)

public Final CPUInfo.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)