Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/utils/
Dutils.h341 constexpr auto kAttrAsync = "async"; variable
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_graph.cc1362 if (AnfAlgo::HasNodeAttr(kAttrAsync, cnode) && AnfAlgo::GetNodeAttr<bool>(cnode, kAttrAsync)) { in SetOptimizerFlag()