Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dauto_monad.cc112 RefInputs ref_inputs; in GetRefInputs() local
1285 auto ref_inputs = GetRefInputs(cnode); in InsertLoads() local
1314 …std::vector<AnfNodePtr> MakeLoads(const CNodePtr &cnode, const RefInputs &ref_inputs, const AnfNod… in MakeLoads()