Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dmanager.h218 class FuncGraphsUsedTotalComputer final : public DepComputer {
220 explicit FuncGraphsUsedTotalComputer(const FuncGraphManager *m) : DepComputer(m) {} in FuncGraphsUsedTotalComputer() function
221 ~FuncGraphsUsedTotalComputer() override = default;
370 std::shared_ptr<FuncGraphsUsedTotalComputer> func_graphs_used_total_;
Dmanager.cc225 func_graphs_used_total_ = std::make_shared<FuncGraphsUsedTotalComputer>(this); in Reset()
980 void FuncGraphsUsedTotalComputer::RealRecompute(FuncGraphPtr fg) { in RealRecompute()