Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_code.cc154 pprof::Location* location_pb = &location_table_[key]; in GetIndex() local
155 location_pb->set_id(location_table_.size()); in GetIndex()
156 pprof::Line* line_pb = location_pb->add_line(); in GetIndex()
160 return location_pb->id(); in GetIndex()