パブリック最終クラスDeviceStepStats
Protobuf 型tensorflow.DeviceStepStats
ネストされたクラス
| クラス | DeviceStepStats.Builder | Protobuf 型tensorflow.DeviceStepStats | |
定数
| 整数 | DEVICE_FIELD_NUMBER | |
| 整数 | NODE_STATS_FIELD_NUMBER | |
| 整数 | THREAD_NAMES_FIELD_NUMBER |
パブリックメソッド
| ブール値 | containsThreadNames (int キー) Its key is thread id. |
| ブール値 | 等しい(オブジェクトオブジェクト) |
| 静的DeviceStepStats | |
| デバイスステップ統計 | |
| 最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
| 弦 | getDevice () string device = 1; |
| com.google.protobuf.ByteString | getDeviceBytes () string device = 1; |
| ノード実行統計 | getNodeStats (int インデックス) repeated .tensorflow.NodeExecStats node_stats = 2; |
| 整数 | getNodeStatsCount () repeated .tensorflow.NodeExecStats node_stats = 2; |
| リスト< NodeExecStats > | getNodeStatsList () repeated .tensorflow.NodeExecStats node_stats = 2; |
| NodeExecStatsOrBuilder | getNodeStatsOrBuilder (int インデックス) repeated .tensorflow.NodeExecStats node_stats = 2; |
| リスト<? NodeExecStatsOrBuilderを拡張 > | getNodeStatsOrBuilderList () repeated .tensorflow.NodeExecStats node_stats = 2; |
| 整数 | |
| Map<整数、文字列> | getThreadNames () 代わりに getThreadNamesMap()を使用してください。 |
| 整数 | getThreadNamesCount () Its key is thread id. |
| Map<整数、文字列> | getThreadNamesMap () Its key is thread id. |
| 弦 | getThreadNamesOrDefault (int キー、文字列のデフォルト値) Its key is thread id. |
| 弦 | getThreadNamesOrThrow (int キー) Its key is thread id. |
| 最終的な com.google.protobuf.UnknownFieldSet | |
| 整数 | ハッシュコード() |
| 最終ブール値 | |
| 静的DeviceStepStats.Builder | newBuilder ( DeviceStepStatsプロトタイプ) |
| 静的DeviceStepStats.Builder | newBuilder () |
| DeviceStepStats.Builder | |
| 静的DeviceStepStats | parseDelimitedFrom (InputStream 入力) |
| 静的DeviceStepStats | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的DeviceStepStats | parseFrom (ByteBuffer データ) |
| 静的DeviceStepStats | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的DeviceStepStats | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的DeviceStepStats | parseFrom (com.google.protobuf.CodedInputStream 入力) |
| 静的DeviceStepStats | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的DeviceStepStats | parseFrom (com.google.protobuf.ByteString データ) |
| 静的DeviceStepStats | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的DeviceStepStats | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的 | パーサー() |
| DeviceStepStats.Builder | toビルダー() |
| 空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数DEVICE_FIELD_NUMBER
定数値: 1
パブリック静的最終整数NODE_STATS_FIELD_NUMBER
定数値: 2
パブリック静的最終整数THREAD_NAMES_FIELD_NUMBER
定数値: 3
パブリックメソッド
public boolean containsThreadNames (int キー)
Its key is thread id.
map<uint32, string> thread_names = 3; public booleanに等しい(オブジェクト obj)
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
パブリック String getDevice ()
string device = 1;
public com.google.protobuf.ByteString getDeviceBytes ()
string device = 1;
public int getNodeStatsCount ()
repeated .tensorflow.NodeExecStats node_stats = 2;
public NodeExecStatsOrBuilder getNodeStatsOrBuilder (int インデックス)
repeated .tensorflow.NodeExecStats node_stats = 2;
公開リスト<? extends NodeExecStatsOrBuilder > getNodeStatsOrBuilderList ()
repeated .tensorflow.NodeExecStats node_stats = 2;
公共 getParserForType ()
public int getSerializedSize ()
public int getThreadNamesCount ()
Its key is thread id.
map<uint32, string> thread_names = 3; public Map<Integer, String> getThreadNamesMap ()
Its key is thread id.
map<uint32, string> thread_names = 3; public String getThreadNamesOrDefault (int キー、String defaultValue)
Its key is thread id.
map<uint32, string> thread_names = 3; public String getThreadNamesOrThrow (int キー)
Its key is thread id.
map<uint32, string> thread_names = 3; public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static DeviceStepStats parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static DeviceStepStats parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static DeviceStepStats parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static DeviceStepStats parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static DeviceStepStats parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static DeviceStepStats parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
| IO例外 |
|---|