Searched refs:kAttrRecompute (Results 1 – 5 of 5) sorted by relevance
57 return full_name_with_scope.find(kAttrRecompute) == 0; in WithRecomputedScope()66 return cnode->GetAttr(kAttrRecompute); in GetRecomputeCNodeAttr()304 auto prim_recompute_attr = prim->GetAttr(kAttrRecompute); in SetRecomputedAttr()310 cnode->AddAttr(kAttrRecompute, MakeValue(true)); in SetRecomputedAttr()321 output_cnode->AddAttr(kAttrRecompute, MakeValue(true)); in SetRecomputedAttr()
42 return full_name_with_scope.find(kAttrRecompute) == 0; in WithRecomputedScope()
62 … AnfAlgo::HasNodeAttr(kAttrRecompute, cnode) && AnfAlgo::GetNodeAttr<bool>(cnode, kAttrRecompute); in Run()
49 real_output->AddAttr(kAttrRecompute, MakeValue(false)); in operator()
461 constexpr auto kAttrRecompute = "recompute"; variable