Searched refs:kAttrAsync (Results 1 – 2 of 2) sorted by relevance
341 constexpr auto kAttrAsync = "async"; variable
1362 if (AnfAlgo::HasNodeAttr(kAttrAsync, cnode) && AnfAlgo::GetNodeAttr<bool>(cnode, kAttrAsync)) { in SetOptimizerFlag()