GraphDebugInfo.StackTraceOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
public
abstract
int
getFileLineColsCount
()
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-11-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-11-29 UTC."],[],[],null,["# GraphDebugInfo.StackTraceOrBuilder\n\npublic static interface **GraphDebugInfo.StackTraceOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [GraphDebugInfo.StackTrace](/jvm/api_docs/java/org/tensorflow/proto/framework/GraphDebugInfo.StackTrace), [GraphDebugInfo.StackTrace.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/GraphDebugInfo.StackTrace.Builder) |--------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------| | [GraphDebugInfo.StackTrace](/jvm/api_docs/java/org/tensorflow/proto/framework/GraphDebugInfo.StackTrace) | ``` This represents a stack trace which is a ordered list of `FileLineCol`. ``` | | [GraphDebugInfo.StackTrace.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/GraphDebugInfo.StackTrace.Builder) | ``` This represents a stack trace which is a ordered list of `FileLineCol`. ``` | |||\n\n### Public Methods\n\n|---------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract [GraphDebugInfo.FileLineCol](/jvm/api_docs/java/org/tensorflow/proto/framework/GraphDebugInfo.FileLineCol) | [getFileLineCols](/jvm/api_docs/java/org/tensorflow/proto/framework/GraphDebugInfo.StackTraceOrBuilder#getFileLineCols(int))(int index) ``` Each line in the stack trace. ``` |\n| abstract int | [getFileLineColsCount](/jvm/api_docs/java/org/tensorflow/proto/framework/GraphDebugInfo.StackTraceOrBuilder#getFileLineColsCount())() ``` Each line in the stack trace. ``` |\n| abstract List\\\u003c[GraphDebugInfo.FileLineCol](/jvm/api_docs/java/org/tensorflow/proto/framework/GraphDebugInfo.FileLineCol)\\\u003e | [getFileLineColsList](/jvm/api_docs/java/org/tensorflow/proto/framework/GraphDebugInfo.StackTraceOrBuilder#getFileLineColsList())() ``` Each line in the stack trace. ``` |\n| abstract [GraphDebugInfo.FileLineColOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/GraphDebugInfo.FileLineColOrBuilder) | [getFileLineColsOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/GraphDebugInfo.StackTraceOrBuilder#getFileLineColsOrBuilder(int))(int index) ``` Each line in the stack trace. ``` |\n| abstract List\\\u003c? extends [GraphDebugInfo.FileLineColOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/GraphDebugInfo.FileLineColOrBuilder)\\\u003e | [getFileLineColsOrBuilderList](/jvm/api_docs/java/org/tensorflow/proto/framework/GraphDebugInfo.StackTraceOrBuilder#getFileLineColsOrBuilderList())() ``` Each line in the stack trace. ``` |\n\nPublic Methods\n--------------\n\n#### public abstract [GraphDebugInfo.FileLineCol](/jvm/api_docs/java/org/tensorflow/proto/framework/GraphDebugInfo.FileLineCol)\n**getFileLineCols**\n(int index)\n\n\u003cbr /\u003e\n\n```\n Each line in the stack trace.\n \n```\n`repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract int\n**getFileLineColsCount**\n()\n\n\u003cbr /\u003e\n\n```\n Each line in the stack trace.\n \n```\n`repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract List\\\u003c[GraphDebugInfo.FileLineCol](/jvm/api_docs/java/org/tensorflow/proto/framework/GraphDebugInfo.FileLineCol)\\\u003e\n**getFileLineColsList**\n()\n\n\u003cbr /\u003e\n\n```\n Each line in the stack trace.\n \n```\n`repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract [GraphDebugInfo.FileLineColOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/GraphDebugInfo.FileLineColOrBuilder)\n**getFileLineColsOrBuilder**\n(int index)\n\n\u003cbr /\u003e\n\n```\n Each line in the stack trace.\n \n```\n`repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract List\\\u003c? extends [GraphDebugInfo.FileLineColOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/GraphDebugInfo.FileLineColOrBuilder)\\\u003e\n**getFileLineColsOrBuilderList**\n()\n\n\u003cbr /\u003e\n\n```\n Each line in the stack trace.\n \n```\n`repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;`\n\n\u003cbr /\u003e"]]