Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dmanager.h262 class FuncGraphJTotalComputer final : public DepComputer {
264 explicit FuncGraphJTotalComputer(const FuncGraphManager *m) : DepComputer(m) {} in FuncGraphJTotalComputer() function
265 ~FuncGraphJTotalComputer() override = default;
372 std::shared_ptr<FuncGraphJTotalComputer> j_total_;
Dmanager.cc227 j_total_ = std::make_shared<FuncGraphJTotalComputer>(this); in Reset()
1058 bool FuncGraphJTotalComputer::SeekJ(const FuncGraphPtr &fg, size_t seen_num) { in SeekJ()
1119 void FuncGraphJTotalComputer::RealRecompute(FuncGraphPtr fg) { in RealRecompute()