Home
last modified time | relevance | path

Searched refs:GRAPH_FLAG_SIDE_EFFECT_PROPAGATE (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/core/utils/
Dflags.h32 inline const char GRAPH_FLAG_SIDE_EFFECT_PROPAGATE[] = "side_effect_propagate"; variable
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dauto_monad.cc82 if (py::hasattr(obj, GRAPH_FLAG_SIDE_EFFECT_PROPAGATE)) { in GetSideEffectPropagate()
83 auto value = py::getattr(obj, GRAPH_FLAG_SIDE_EFFECT_PROPAGATE); in GetSideEffectPropagate()
93 auto attr = prim->GetAttr(GRAPH_FLAG_SIDE_EFFECT_PROPAGATE); in GetSideEffectPropagate()
/third_party/mindspore/mindspore/core/base/
Dcore_ops.h32 {mindspore::GRAPH_FLAG_SIDE_EFFECT_PROPAGATE, kValueOne},