Home
last modified time | relevance | path

Searched refs:called_function_name (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/profiler/
Dpprof_profiler.py166 self, file_path, line_number, called_function_name, called_file_path, argument
183 location_key = (file_path, called_function_name, line_number)
196 called_file_path, called_function_name, called_function_start_line)
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_code.cc144 const string& called_function_name, in GetIndex() argument
148 file_path, called_function_name, line_number); in GetIndex()
158 called_file_path, called_function_name, called_func_start_line)); in GetIndex()