Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_code.cc112 pprof::Function* func_pb = &function_table_[key]; in GetIndex() local
114 func_pb->set_id(function_table_.size()); in GetIndex()
118 func_pb->set_name( in GetIndex()
120 func_pb->set_filename(string_table_->GetIndex(file_path)); in GetIndex()
121 func_pb->set_start_line(func_start_line); in GetIndex()
122 return func_pb->id(); in GetIndex()