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

      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;
    • 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 Map<Integer,String> getThreadNames()
      Deprecated.
      Use getThreadNamesMap() instead.
    • getThreadNamesMap

      Map<Integer,String> getThreadNamesMap()
       Its key is thread id.
       
      map<uint32, string> thread_names = 3;
    • getThreadNamesOrDefault

      String getThreadNamesOrDefault(int key, String defaultValue)
       Its key is thread id.
       
      map<uint32, string> thread_names = 3;
    • getThreadNamesOrThrow

      String getThreadNamesOrThrow(int key)
       Its key is thread id.
       
      map<uint32, string> thread_names = 3;