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 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;