Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_code.cc108 auto idx = function_table_.find(key); in GetIndex()
109 if (idx != function_table_.end()) { in GetIndex()
112 pprof::Function* func_pb = &function_table_[key]; in GetIndex()
114 func_pb->set_id(function_table_.size()); in GetIndex()
127 return function_table_; in functions()
132 std::map<std::tuple<string, string, uint64>, pprof::Function> function_table_; member in tensorflow::tfprof::__anon1c1cedaa0111::FunctionTable
139 : function_table_(function_table) {} in LocationTable()
157 line_pb->set_function_id(function_table_->GetIndex( in GetIndex()
169 FunctionTable* function_table_; member in tensorflow::tfprof::__anon1c1cedaa0111::LocationTable