Interface GraphDebugInfo.StackTraceOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
- All Known Implementing Classes:
GraphDebugInfo.StackTrace, GraphDebugInfo.StackTrace.Builder
- Enclosing class:
GraphDebugInfo
-
Method Summary
Modifier and TypeMethodDescriptiongetFileLineCols(int index) Deprecated.intDeprecated.Deprecated.getFileLineColsOrBuilder(int index) Deprecated.List<? extends GraphDebugInfo.FileLineColOrBuilder> Deprecated.longgetFrameId(int index) repeated fixed64 frame_id = 2 [packed = true];intrepeated fixed64 frame_id = 2 [packed = true];repeated fixed64 frame_id = 2 [packed = true];Methods inherited from interface MessageLiteOrBuilder
isInitialized
-
Method Details
-
getFileLineColsList
List<GraphDebugInfo.FileLineCol> getFileLineColsList()Deprecated.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1; -
getFileLineCols
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
Deprecated.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1; -
getFrameIdList
-
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.
-