Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dmanager.cc1011 FuncGraphSet used_total; in CheckRecursive() local
1020 if (used_total.count(used_g) == 0) { in CheckRecursive()
1023 used_total.add(used_g); in CheckRecursive()