Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_code.cc196 while (sample_table_.find(name) != sample_table_.end()) { in Add()
199 pprof::Sample* sample_pb = &sample_table_[name]; in Add()
239 return sample_table_; in samples()
257 std::map<string, pprof::Sample> sample_table_; member in tensorflow::tfprof::__anon1c1cedaa0111::Samples