パブリック インターフェイスStackFrameWithIdOrBuilder
既知の間接サブクラス |
パブリックメソッド
抽象GraphDebugInfo.FileLineCol | getFileLineCol () Stack frame, i.e., a frame of a stack trace, containing information regarding the file name, line number, function name, code content of the line, and column number (if available). |
抽象GraphDebugInfo.FileLineColOrBuilder | getFileLineColOrBuilder () Stack frame, i.e., a frame of a stack trace, containing information regarding the file name, line number, function name, code content of the line, and column number (if available). |
抽象文字列 | getId () A unique ID for the stack frame: A UUID-like string. |
抽象的な com.google.protobuf.ByteString | getIdBytes () A unique ID for the stack frame: A UUID-like string. |
抽象ブール値 | hasFileLineCol () Stack frame, i.e., a frame of a stack trace, containing information regarding the file name, line number, function name, code content of the line, and column number (if available). |
パブリックメソッド
パブリック抽象GraphDebugInfo.FileLineCol getFileLineCol ()
Stack frame, i.e., a frame of a stack trace, containing information regarding the file name, line number, function name, code content of the line, and column number (if available).
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;
パブリック抽象GraphDebugInfo.FileLineColOrBuilder getFileLineColOrBuilder ()
Stack frame, i.e., a frame of a stack trace, containing information regarding the file name, line number, function name, code content of the line, and column number (if available).
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;
パブリック抽象文字列getId ()
A unique ID for the stack frame: A UUID-like string.
string id = 1;
パブリック抽象 com.google.protobuf.ByteString getIdBytes ()
A unique ID for the stack frame: A UUID-like string.
string id = 1;
public abstract boolean hasFileLineCol ()
Stack frame, i.e., a frame of a stack trace, containing information regarding the file name, line number, function name, code content of the line, and column number (if available).
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;