Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dauto_monad.cc471 auto func_tuple = cnode->inputs().at(func_tuple_index); in GetSwitchLayerBranches() local
476 std::vector<FuncGraphPtr> GetGraphsFromTuple(const AnfNodePtr &func_tuple) { in GetGraphsFromTuple()