Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dmanager.h61 using FuncGraphSetPair = std::pair<FuncGraphPtr, FuncGraphSet>; variable
Dmanager.cc883 bool set_len_compare(const FuncGraphSetPair &lhs, const FuncGraphSetPair &rhs) { in set_len_compare()