Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/
Dpattern.cc51 auto prim_value_res = prim_pattern_->match(cnode->input(0)); in match() local
52 if (prim_value_res == nullptr) { in match()
55 res->merge(prim_value_res); in match()