Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.h44 using BaseRefCounterMap = OrderedMap<BaseRef, int, BaseRefHash>; variable
291 const BaseRefCounterMap &free_variables_total();
Dfunc_graph.cc310 const BaseRefCounterMap &FuncGraph::free_variables_total() { in free_variables_total()