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.py114 def index_of(self, file_path, function_name, function_start_line): argument
125 function_key = (file_path, function_name, function_start_line)
135 function.start_line = function_start_line
/external/tensorflow/tensorflow/compiler/xla/python/
Dtraceback.h61 int function_start_line; member
Dtraceback.cc138 &Traceback::Frame::function_start_line) in BuildTracebackSubmodule()