Package org.tensorflow.framework
Interface DeviceStepStatsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeviceStepStats,DeviceStepStats.Builder
public interface DeviceStepStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsThreadNames(int key) Its key is thread id.string device = 1;com.google.protobuf.ByteStringstring device = 1;getNodeStats(int index) repeated .tensorflow.NodeExecStats node_stats = 2;intrepeated .tensorflow.NodeExecStats node_stats = 2;repeated .tensorflow.NodeExecStats node_stats = 2;getNodeStatsOrBuilder(int index) repeated .tensorflow.NodeExecStats node_stats = 2;List<? extends NodeExecStatsOrBuilder> repeated .tensorflow.NodeExecStats node_stats = 2;Deprecated.intIts key is thread id.Its key is thread id.getThreadNamesOrDefault(int key, String defaultValue) Its key is thread id.getThreadNamesOrThrow(int key) Its key is thread id.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDevice
String getDevice()string device = 1;- Returns:
- The device.
-
getDeviceBytes
com.google.protobuf.ByteString getDeviceBytes()string device = 1;- Returns:
- The bytes for device.
-
getNodeStatsList
List<NodeExecStats> getNodeStatsList()repeated .tensorflow.NodeExecStats node_stats = 2; -
getNodeStats
repeated .tensorflow.NodeExecStats node_stats = 2; -
getNodeStatsCount
int getNodeStatsCount()repeated .tensorflow.NodeExecStats node_stats = 2; -
getNodeStatsOrBuilderList
List<? extends NodeExecStatsOrBuilder> getNodeStatsOrBuilderList()repeated .tensorflow.NodeExecStats node_stats = 2; -
getNodeStatsOrBuilder
repeated .tensorflow.NodeExecStats node_stats = 2; -
getThreadNamesCount
int getThreadNamesCount()Its key is thread id.
map<uint32, string> thread_names = 3; -
containsThreadNames
boolean containsThreadNames(int key) Its key is thread id.
map<uint32, string> thread_names = 3; -
getThreadNames
Deprecated.UsegetThreadNamesMap()instead. -
getThreadNamesMap
Its key is thread id.
map<uint32, string> thread_names = 3; -
getThreadNamesOrDefault
Its key is thread id.
map<uint32, string> thread_names = 3; -
getThreadNamesOrThrow
Its key is thread id.
map<uint32, string> thread_names = 3;
-