Searched refs:tfcnodes_map_ (Results 1 – 2 of 2) sorted by relevance
86 if (tfcnodes_map_.find(op) == tfcnodes_map_.end()) { in AddNode()87 tfcnodes_map_[op] = in AddNode()90 TFMultiGraphNode* tfcnode = tfcnodes_map_[op].get(); in AddNode()95 for (auto& tn : tfcnodes_map_) { in Build()100 tfcnodes_map_[kTFProfRoot] = in Build()102 root_.reset(new OpNode(tfcnodes_map_[kTFProfRoot].get())); in Build()
72 std::map<string, std::unique_ptr<TFMultiGraphNode>> tfcnodes_map_; variable