Interface GraphDebugInfo.StackTraceOrBuilder

    • Method Detail

      • getFileLineColsList

        java.util.List<GraphDebugInfo.FileLineCol> getFileLineColsList()
         Each line in the stack trace.
         
        repeated .org.platanios.tensorflow.proto.GraphDebugInfo.FileLineCol file_line_cols = 1;
      • getFileLineCols

        GraphDebugInfo.FileLineCol getFileLineCols​(int index)
         Each line in the stack trace.
         
        repeated .org.platanios.tensorflow.proto.GraphDebugInfo.FileLineCol file_line_cols = 1;
      • getFileLineColsCount

        int getFileLineColsCount()
         Each line in the stack trace.
         
        repeated .org.platanios.tensorflow.proto.GraphDebugInfo.FileLineCol file_line_cols = 1;
      • getFileLineColsOrBuilderList

        java.util.List<? extends GraphDebugInfo.FileLineColOrBuilder> getFileLineColsOrBuilderList()
         Each line in the stack trace.
         
        repeated .org.platanios.tensorflow.proto.GraphDebugInfo.FileLineCol file_line_cols = 1;
      • getFileLineColsOrBuilder

        GraphDebugInfo.FileLineColOrBuilder getFileLineColsOrBuilder​(int index)
         Each line in the stack trace.
         
        repeated .org.platanios.tensorflow.proto.GraphDebugInfo.FileLineCol file_line_cols = 1;