Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Darithmetic_simplify.cc189const std::shared_ptr<ParaMap> &para_to_ref, const std::shared_ptr<ConstMap> &const_to_ref) { in CheckCurNode()
241const std::shared_ptr<ParaMap> &para_to_ref, const std::shared_ptr<ConstMap> &const_to_ref, in DfsMatchGraph()
303 const std::shared_ptr<ParaMap> &para_to_ref, in MatchGraph()
317 graphkernel::NodePtr PatternTree::AlterGraph(const std::shared_ptr<ParaMap> &para_to_ref, in AlterGraph()
556 auto para_to_ref = std::make_shared<ParaMap>(); // A(B,C ...)->Node* mapping in DoArithmeticTrans() local