Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dgraph_utils.h40 using IncludeFunc = std::function<IncludeType(const AnfNodePtr &)>; variable
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dupdate_state_formatter.cc195 auto IncludeFunc = [&result, &index_node](const AnfNodePtr &node) { in FindAllOutputs() local