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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsThreadNames(int key)Its key is thread id.java.lang.StringgetDevice()string device = 1;com.google.protobuf.ByteStringgetDeviceBytes()string device = 1;NodeExecStatsgetNodeStats(int index)repeated .tensorflow.NodeExecStats node_stats = 2;intgetNodeStatsCount()repeated .tensorflow.NodeExecStats node_stats = 2;java.util.List<NodeExecStats>getNodeStatsList()repeated .tensorflow.NodeExecStats node_stats = 2;NodeExecStatsOrBuildergetNodeStatsOrBuilder(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.intgetThreadNamesCount()Its key is thread id.java.util.Map<java.lang.Integer,java.lang.String>getThreadNamesMap()Its key is thread id.java.lang.StringgetThreadNamesOrDefault(int key, java.lang.String defaultValue)Its key is thread id.java.lang.StringgetThreadNamesOrThrow(int key)Its key is thread id.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDevice
java.lang.String getDevice()
string device = 1;- Returns:
- The device.
-
getDeviceBytes
com.google.protobuf.ByteString getDeviceBytes()
string device = 1;- Returns:
- The bytes for device.
-
getNodeStatsList
java.util.List<NodeExecStats> getNodeStatsList()
repeated .tensorflow.NodeExecStats node_stats = 2;
-
getNodeStats
NodeExecStats getNodeStats(int index)
repeated .tensorflow.NodeExecStats node_stats = 2;
-
getNodeStatsCount
int getNodeStatsCount()
repeated .tensorflow.NodeExecStats node_stats = 2;
-
getNodeStatsOrBuilderList
java.util.List<? extends NodeExecStatsOrBuilder> getNodeStatsOrBuilderList()
repeated .tensorflow.NodeExecStats node_stats = 2;
-
getNodeStatsOrBuilder
NodeExecStatsOrBuilder getNodeStatsOrBuilder(int index)
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 java.util.Map<java.lang.Integer,java.lang.String> getThreadNames()
Deprecated.UsegetThreadNamesMap()instead.
-
getThreadNamesMap
java.util.Map<java.lang.Integer,java.lang.String> getThreadNamesMap()
Its key is thread id.
map<uint32, string> thread_names = 3;
-
getThreadNamesOrDefault
java.lang.String getThreadNamesOrDefault(int key, java.lang.String defaultValue)Its key is thread id.
map<uint32, string> thread_names = 3;
-
getThreadNamesOrThrow
java.lang.String getThreadNamesOrThrow(int key)
Its key is thread id.
map<uint32, string> thread_names = 3;
-
-