DeviceStepStatsOrBuilder

パブリック インターフェイスDeviceStepStatsOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象ブール値
containsThreadNames (int キー)
 Its key is thread id.
抽象文字列
getDevice ()
string device = 1;
抽象的な com.google.protobuf.ByteString
getDeviceBytes ()
string device = 1;
抽象的なNodeExecStats
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;
抽象マップ<整数、文字列>
getThreadNames ()
代わりにgetThreadNamesMap()を使用してください。
抽象整数
getThreadNamesCount ()
 Its key is thread id.
抽象マップ<整数、文字列>
getThreadNamesMap ()
 Its key is thread id.
抽象文字列
getThreadNamesOrDefault (int キー、文字列のデフォルト値)
 Its key is thread id.
抽象文字列
getThreadNamesOrThrow (int キー)
 Its key is thread id.

パブリックメソッド

public abstract boolean containsThreadNames (int キー)

 Its key is thread id.
 
map<uint32, string> thread_names = 3;

パブリック抽象文字列getDevice ()

string device = 1;

パブリック抽象 com.google.protobuf.ByteString getDeviceBytes ()

string device = 1;

パブリック抽象NodeExecStats getNodeStats (int インデックス)

repeated .tensorflow.NodeExecStats node_stats = 2;

public abstract int getNodeStatsCount ()

repeated .tensorflow.NodeExecStats node_stats = 2;

public abstract List< NodeExecStats > getNodeStatsList ()

repeated .tensorflow.NodeExecStats node_stats = 2;

パブリック抽象NodeExecStatsOrBuilder getNodeStatsOrBuilder (int インデックス)

repeated .tensorflow.NodeExecStats node_stats = 2;

公開抄録リスト<? extends NodeExecStatsOrBuilder > getNodeStatsOrBuilderList ()

repeated .tensorflow.NodeExecStats node_stats = 2;

public abstract Map<Integer, String> getThreadNames ()

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

public abstract int getThreadNamesCount ()

 Its key is thread id.
 
map<uint32, string> thread_names = 3;

public abstract Map<Integer, String> getThreadNamesMap ()

 Its key is thread id.
 
map<uint32, string> thread_names = 3;

public abstract String getThreadNamesOrDefault (int キー、String defaultValue)

 Its key is thread id.
 
map<uint32, string> thread_names = 3;

パブリック抽象文字列getThreadNamesOrThrow (int キー)

 Its key is thread id.
 
map<uint32, string> thread_names = 3;