Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_code.cc264 func_table_(new FunctionTable(&string_table_)), in PprofProfileImpl()
265 loc_table_(new LocationTable(func_table_.get())), in PprofProfileImpl()
378 for (const auto& function_it : func_table_->functions()) { in Build()
388 std::unique_ptr<FunctionTable> func_table_; member in tensorflow::tfprof::__anon1c1cedaa0111::PprofProfileImpl