общедоступный интерфейс 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). |
абстрактная строка | получитьИд () 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. |
абстрактное логическое значение | имеетФилеЛинеКол () 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;
общедоступное абстрактное логическое значение 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;