Home
last modified time | relevance | path

Searched defs:para_to_ref (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/core/
Darithmetic_simplify.cc205const std::shared_ptr<ParaMap> &para_to_ref, const std::shared_ptr<ConstMap> &const_to_ref) { in CheckCurNode()
259const std::shared_ptr<ParaMap> &para_to_ref, const std::shared_ptr<ConstMap> &const_to_ref, in DfsMatchGraph()
320 …st PatternTree::MatchGraph(const inner::NodePtr &root, const std::shared_ptr<ParaMap> &para_to_ref, in MatchGraph()
334 inner::NodePtr PatternTree::AlterGraph(const std::shared_ptr<ParaMap> &para_to_ref, in AlterGraph()
1052 auto para_to_ref = std::make_shared<ParaMap>(); // A(B,C ...)->Node* mapping in DoArithmeticTrans() local