Interface GraphDebugInfo.StackTraceOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GraphDebugInfo.StackTrace, GraphDebugInfo.StackTrace.Builder
Enclosing class:
GraphDebugInfo

public static interface GraphDebugInfo.StackTraceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getFileLineColsList

      List<GraphDebugInfo.FileLineCol> getFileLineColsList()
       Deprecated.
       
      repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
    • getFileLineCols

      GraphDebugInfo.FileLineCol getFileLineCols(int index)
       Deprecated.
       
      repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
    • getFileLineColsCount

      int getFileLineColsCount()
       Deprecated.
       
      repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
    • getFileLineColsOrBuilderList

      List<? extends GraphDebugInfo.FileLineColOrBuilder> getFileLineColsOrBuilderList()
       Deprecated.
       
      repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
    • getFileLineColsOrBuilder

      GraphDebugInfo.FileLineColOrBuilder getFileLineColsOrBuilder(int index)
       Deprecated.
       
      repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
    • getFrameIdList

      List<Long> getFrameIdList()
      repeated fixed64 frame_id = 2 [packed = true];
      Returns:
      A list containing the frameId.
    • getFrameIdCount

      int getFrameIdCount()
      repeated fixed64 frame_id = 2 [packed = true];
      Returns:
      The count of frameId.
    • getFrameId

      long getFrameId(int index)
      repeated fixed64 frame_id = 2 [packed = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The frameId at the given index.