Home
last modified time | relevance | path

Searched refs:function_start_line (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/profiler/
Dpprof_profiler.py118 def index_of(self, file_path, function_name, function_start_line): argument
129 function_key = (file_path, function_name, function_start_line)
139 function.start_line = function_start_line
/external/tensorflow/tensorflow/compiler/xla/python/
Dtraceback.h53 int function_start_line; member
Dpy_traceback.cc32 &Traceback::Frame::function_start_line) in BuildTracebackSubmodule()