DeviceStepStatsOrBuilder

public interface DeviceStepStatsOrBuilder
Known Indirect Subclasses

Public Methods

abstract boolean
containsThreadNames(int key)
 Its key is thread id.
abstract String
getDevice()
string device = 1;
abstract com.google.protobuf.ByteString
getDeviceBytes()
string device = 1;
abstract NodeExecStats
getNodeStats(int index)
repeated .tensorflow.NodeExecStats node_stats = 2;
abstract int
getNodeStatsCount()
repeated .tensorflow.NodeExecStats node_stats = 2;
abstract List<NodeExecStats>
getNodeStatsList()
repeated .tensorflow.NodeExecStats node_stats = 2;
abstract NodeExecStatsOrBuilder
getNodeStatsOrBuilder(int index)
repeated .tensorflow.NodeExecStats node_stats = 2;
abstract List<? extends NodeExecStatsOrBuilder>
getNodeStatsOrBuilderList()
repeated .tensorflow.NodeExecStats node_stats = 2;
abstract Map<Integer, String>
abstract int
getThreadNamesCount()
 Its key is thread id.
abstract Map<Integer, String>
getThreadNamesMap()
 Its key is thread id.
abstract String
getThreadNamesOrDefault(int key, String defaultValue)
 Its key is thread id.
abstract String
getThreadNamesOrThrow(int key)
 Its key is thread id.

Public Methods

public abstract boolean containsThreadNames (int key)

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

public abstract String getDevice ()

string device = 1;

public abstract com.google.protobuf.ByteString getDeviceBytes ()

string device = 1;

public abstract NodeExecStats getNodeStats (int index)

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;

public abstract NodeExecStatsOrBuilder getNodeStatsOrBuilder (int index)

repeated .tensorflow.NodeExecStats node_stats = 2;

public abstract List<? extends NodeExecStatsOrBuilder> getNodeStatsOrBuilderList ()

repeated .tensorflow.NodeExecStats node_stats = 2;

public abstract Map<Integer, String> getThreadNames ()

Use getThreadNamesMap() instead.

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 key, String defaultValue)

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

public abstract String getThreadNamesOrThrow (int key)

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