public interface DeviceStepStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsThreadNames(int key)
Its key is thread id.
|
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; |
List<NodeExecStats> |
getNodeStatsList()
repeated .tensorflow.NodeExecStats node_stats = 2; |
NodeExecStatsOrBuilder |
getNodeStatsOrBuilder(int index)
repeated .tensorflow.NodeExecStats node_stats = 2; |
List<? extends NodeExecStatsOrBuilder> |
getNodeStatsOrBuilderList()
repeated .tensorflow.NodeExecStats node_stats = 2; |
Map<Integer,String> |
getThreadNames()
Deprecated.
|
int |
getThreadNamesCount()
Its key is thread id.
|
Map<Integer,String> |
getThreadNamesMap()
Its key is thread id.
|
String |
getThreadNamesOrDefault(int key,
String defaultValue)
Its key is thread id.
|
String |
getThreadNamesOrThrow(int key)
Its key is thread id.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getDevice()
string device = 1;
com.google.protobuf.ByteString getDeviceBytes()
string device = 1;
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;
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 Map<Integer,String> getThreadNames()
getThreadNamesMap()
instead.Map<Integer,String> getThreadNamesMap()
Its key is thread id.
map<uint32, string> thread_names = 3;
String getThreadNamesOrDefault(int key, String defaultValue)
Its key is thread id.
map<uint32, string> thread_names = 3;
String getThreadNamesOrThrow(int key)
Its key is thread id.
map<uint32, string> thread_names = 3;
Copyright © 2015–2019. All rights reserved.