Package org.tensorflow.framework
Interface DeviceStepStatsOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeviceStepStats,DeviceStepStats.Builder
public interface DeviceStepStatsOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDevice()string device = 1;org.nd4j.shade.protobuf.ByteStringgetDeviceBytes()string device = 1;NodeExecStatsgetNodeStats(int index)repeated .tensorflow.NodeExecStats node_stats = 2;intgetNodeStatsCount()repeated .tensorflow.NodeExecStats node_stats = 2;List<NodeExecStats>getNodeStatsList()repeated .tensorflow.NodeExecStats node_stats = 2;NodeExecStatsOrBuildergetNodeStatsOrBuilder(int index)repeated .tensorflow.NodeExecStats node_stats = 2;List<? extends NodeExecStatsOrBuilder>getNodeStatsOrBuilderList()repeated .tensorflow.NodeExecStats node_stats = 2;-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDevice
String getDevice()
string device = 1;- Returns:
- The device.
-
getDeviceBytes
org.nd4j.shade.protobuf.ByteString getDeviceBytes()
string device = 1;- Returns:
- The bytes for device.
-
getNodeStatsList
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
List<? extends NodeExecStatsOrBuilder> getNodeStatsOrBuilderList()
repeated .tensorflow.NodeExecStats node_stats = 2;
-
getNodeStatsOrBuilder
NodeExecStatsOrBuilder getNodeStatsOrBuilder(int index)
repeated .tensorflow.NodeExecStats node_stats = 2;
-
-