Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/optimizer/
Dfallback_rewriter.cc865 const StringSetPtr &value_with_inplace) in AfterOptARewriter()
2577 void FindValueWithInplaceInner(const FuncGraphPtr &graph, const StringSetPtr &value_with_inplace) { in FindValueWithInplaceInner()
2607 const StringSetPtr &value_with_inplace) { in FindValueWithInplace()
2800 StringSetPtr value_with_inplace = std::make_shared<StringSet>(); in RewriterAfterOptA() local