Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dmanager.h201 class FVTotalComputer final : public DepComputer {
203 explicit FVTotalComputer(const FuncGraphManager *m) : DepComputer(m) {} in FVTotalComputer() function
204 ~FVTotalComputer() override = default;
369 std::shared_ptr<FVTotalComputer> free_variables_total_;
Dmanager.cc224 free_variables_total_ = std::make_shared<FVTotalComputer>(this); in Reset()
939 void FVTotalComputer::RealRecompute() { in RealRecompute()