Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_code.cc265 loc_table_(new LocationTable(func_table_.get())), in PprofProfileImpl()
275 return loc_table_->GetIndex(file_path, lineno, callee_function, in AddLocation()
381 for (const auto& location_it : loc_table_->locations()) { in Build()
389 std::unique_ptr<LocationTable> loc_table_; member in tensorflow::tfprof::__anon1c1cedaa0111::PprofProfileImpl