Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dauto_monad.cc1210 if (!cnode->IsEffectHandled() && !load_with_primitive) { in HandleOuterNode()
1218 if (!cnode->IsEffectHandled()) { in HandleOuterNode()
/third_party/mindspore/mindspore/core/ir/
Danf.h355 bool IsEffectHandled() const { return effect_handled_; } in IsEffectHandled() function