CPUInfo

パブリック最終クラスCPUInfo

Protobuf 型tensorflow.CPUInfo

ネストされたクラス

クラスCPU情報ビルダーProtobuf 型tensorflow.CPUInfo

定数

パブリックメソッド

ブール値
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
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情報ビルダー
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

ブール値
等しい(オブジェクト arg0)
最終クラス<?>
getクラス()
整数
ハッシュコード()
最後の空白
通知する()
最後の空白
すべて通知()
toString ()
最後の空白
wait (long arg0, int arg1)
最後の空白
待機(長い引数0)
最後の空白
待って()
org.tensorflow.proto.util.testlog.CPUInfoOrBuilderより
抽象ブール値
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.
抽象的なダブル
getMhzPerCpu ()
 How fast are these cpus?
 
double mhz_per_cpu = 3;
抽象的な長い
getNumCores ()
int64 num_cores = 1;
抽象的な長い
getNumCoresAllowed ()
int64 num_cores_allowed = 2;

定数

パブリック静的最終整数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 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;

パブリック スタティックCPUInfo getDefaultInstance ()

public CPUInfo getDefaultInstanceForType ()

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.Builder newBuilder ( CPUInfoプロトタイプ)

public static CPUInfo.Builder newBuilder ()

public CPUInfo.Builder newBuilderForType ()

public static CPUInfo parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static CPUInfo parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static CPUInfo parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

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 (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static CPUInfo parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static CPUInfo parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

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 CPUInfo.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外