Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dconvert.h199 std::unordered_map<AnfNode *, DfGraph> branches_map_; variable
Dconvert.cc755 branches->emplace_back(branches_map_[bnode->input(i).get()]); in SetSubgraph()
1387 branches_map_[node.get()] = *(converter.df_graph_); in ProcessSubgraph()