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.cc93 cnodes_map_[tn.first] = in Build()
118 if (cnodes_map_.empty()) { in ShowInternal()
123 for (auto& n : cnodes_map_) { in ShowInternal()
Dtfprof_op.h70 std::map<string, std::unique_ptr<OpNode>> cnodes_map_; variable