Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_op.cc83 if (tfcnodes_map_.find(op) == tfcnodes_map_.end()) { in AddNode()
84 tfcnodes_map_[op] = in AddNode()
87 TFMultiGraphNode* tfcnode = tfcnodes_map_[op].get(); in AddNode()
92 for (auto& tn : tfcnodes_map_) { in Build()
97 tfcnodes_map_[kTFProfRoot] = in Build()
99 root_.reset(new OpNode(tfcnodes_map_[kTFProfRoot].get())); in Build()
Dtfprof_op.h71 std::map<string, std::unique_ptr<TFMultiGraphNode>> tfcnodes_map_; variable