public interface DeviceStepStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsThreadNames(int key)
Its key is thread id.
|
java.lang.String |
getDevice()
string device = 1; |
com.google.protobuf.ByteString |
getDeviceBytes()
string device = 1; |
NodeExecStats |
getNodeStats(int index)
repeated .tensorflow.NodeExecStats node_stats = 2; |
int |
getNodeStatsCount()
repeated .tensorflow.NodeExecStats node_stats = 2; |
java.util.List<NodeExecStats> |
getNodeStatsList()
repeated .tensorflow.NodeExecStats node_stats = 2; |
NodeExecStatsOrBuilder |
getNodeStatsOrBuilder(int index)
repeated .tensorflow.NodeExecStats node_stats = 2; |
java.util.List<? extends NodeExecStatsOrBuilder> |
getNodeStatsOrBuilderList()
repeated .tensorflow.NodeExecStats node_stats = 2; |
java.util.Map<java.lang.Integer,java.lang.String> |
getThreadNames()
Deprecated.
|
int |
getThreadNamesCount()
Its key is thread id.
|
java.util.Map<java.lang.Integer,java.lang.String> |
getThreadNamesMap()
Its key is thread id.
|
java.lang.String |
getThreadNamesOrDefault(int key,
java.lang.String defaultValue)
Its key is thread id.
|
java.lang.String |
getThreadNamesOrThrow(int key)
Its key is thread id.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getDevice()
string device = 1;com.google.protobuf.ByteString getDeviceBytes()
string device = 1;java.util.List<NodeExecStats> getNodeStatsList()
repeated .tensorflow.NodeExecStats node_stats = 2;NodeExecStats getNodeStats(int index)
repeated .tensorflow.NodeExecStats node_stats = 2;int getNodeStatsCount()
repeated .tensorflow.NodeExecStats node_stats = 2;java.util.List<? extends NodeExecStatsOrBuilder> getNodeStatsOrBuilderList()
repeated .tensorflow.NodeExecStats node_stats = 2;NodeExecStatsOrBuilder getNodeStatsOrBuilder(int index)
repeated .tensorflow.NodeExecStats node_stats = 2;int getThreadNamesCount()
Its key is thread id.
map<uint32, string> thread_names = 3;boolean containsThreadNames(int key)
Its key is thread id.
map<uint32, string> thread_names = 3;@Deprecated java.util.Map<java.lang.Integer,java.lang.String> getThreadNames()
getThreadNamesMap() instead.java.util.Map<java.lang.Integer,java.lang.String> getThreadNamesMap()
Its key is thread id.
map<uint32, string> thread_names = 3;java.lang.String getThreadNamesOrDefault(int key,
java.lang.String defaultValue)
Its key is thread id.
map<uint32, string> thread_names = 3;java.lang.String getThreadNamesOrThrow(int key)
Its key is thread id.
map<uint32, string> thread_names = 3;