DeviceStepStats

パブリック最終クラス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
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
空所
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 DeviceStepStats getDefaultInstance ()

public DeviceStepStats getDefaultInstanceForType ()

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

パブリック String getDevice ()

string device = 1;

public com.google.protobuf.ByteString getDeviceBytes ()

string device = 1;

public NodeExecStats getNodeStats (int インデックス)

repeated .tensorflow.NodeExecStats node_stats = 2;

public int getNodeStatsCount ()

repeated .tensorflow.NodeExecStats node_stats = 2;

public List< NodeExecStats > getNodeStatsList ()

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 Map<Integer, String> getThreadNames ()

代わりにgetThreadNamesMap()を使用してください。

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

public static DeviceStepStats.Builder newBuilder ()

public DeviceStepStats.Builder newBuilderForType ()

public static DeviceStepStats parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static DeviceStepStats parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

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

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

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

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

投げる
IO例外