Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_op.cc96 cnodes_map_[tn.first] = in Build()
121 if (cnodes_map_.empty()) { in ShowInternal()
126 for (auto& n : cnodes_map_) { in ShowInternal()
Dtfprof_op.h71 std::map<string, std::unique_ptr<OpNode>> cnodes_map_; variable