Home
last modified time | relevance | path

Searched refs:called_function_name (Results 1 – 3 of 3) 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/v8/tools/clang/traffic_annotation_extractor/
Dtraffic_annotation_extractor.cpp116 std::string called_function_name; member
191 instance.called_function_name = in AddFunction()
430 llvm::outs() << instance.called_function_name << "\n"; in main()
/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()