パブリック最終クラスCPUInfo
Protobuf 型tensorflow.CPUInfo
ネストされたクラス
クラス | CPU情報ビルダー | Protobuf 型tensorflow.CPUInfo |
定数
整数 | CACHE_SIZE_FIELD_NUMBER | |
整数 | CPU_GOVERNOR_FIELD_NUMBER | |
整数 | CPU_INFO_FIELD_NUMBER | |
整数 | MHZ_PER_CPU_FIELD_NUMBER | |
整数 | NUM_CORES_ALLOWED_FIELD_NUMBER | |
整数 | NUM_CORES_FIELD_NUMBER |
パブリックメソッド
ブール値 | 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情報 | |
CPU情報 | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
ダブル | getMhzPerCpu () How fast are these cpus? double mhz_per_cpu = 3; |
長さ | getNumCores () int64 num_cores = 1; |
長さ | getNumCoresAllowed () int64 num_cores_allowed = 2; |
整数 | |
最終的な com.google.protobuf.UnknownFieldSet | |
整数 | ハッシュコード() |
最終ブール値 | |
静的CPUInfo.Builder | newBuilder ( CPUInfoプロトタイプ) |
静的CPUInfo.Builder | newBuilder () |
CPU情報ビルダー | |
静的CPU情報 | parseDelimitedFrom (InputStream 入力) |
静的CPU情報 | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的CPU情報 | parseFrom (ByteBuffer データ) |
静的CPU情報 | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的CPU情報 | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的CPU情報 | parseFrom (com.google.protobuf.CodedInputStream 入力) |
静的CPU情報 | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的CPU情報 | parseFrom (com.google.protobuf.ByteString データ) |
静的CPU情報 | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的CPU情報 | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的 | パーサー() |
CPU情報ビルダー | toビルダー() |
空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数CACHE_SIZE_FIELD_NUMBER
定数値: 6
public static Final int CPU_GOVERNOR_FIELD_NUMBER
定数値: 5
パブリック静的最終整数CPU_INFO_FIELD_NUMBER
定数値: 4
パブリック静的最終整数MHZ_PER_CPU_FIELD_NUMBER
定数値: 3
public static Final int NUM_CORES_ALLOWED_FIELD_NUMBER
定数値: 2
パブリック静的最終整数NUM_CORES_FIELD_NUMBER
定数値: 1
パブリックメソッド
public boolean containsCacheSize (文字列キー)
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
public booleanに等しい(オブジェクト obj)
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 static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
パブリックダブル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;
公共 getParserForType ()
public int getSerializedSize ()
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static CPUInfo parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static CPUInfo parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static CPUInfo parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static CPUInfo parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static CPUInfo parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static CPUInfo parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
IO例外 |
---|