Searched refs:location_table_ (Results 1 – 1 of 1) sorted by relevance
150 auto idx = location_table_.find(key); in GetIndex()151 if (idx != location_table_.end()) { in GetIndex()154 pprof::Location* location_pb = &location_table_[key]; in GetIndex()155 location_pb->set_id(location_table_.size()); in GetIndex()165 return location_table_; in locations()170 std::map<std::tuple<string, string, uint64>, pprof::Location> location_table_; member in tensorflow::tfprof::__anon1c1cedaa0111::LocationTable