Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Danf.cc268 MonadState GetMonadState(const AnfNodePtr &node, const AnfNodePtr &skip_input) { in GetMonadState() function
314 MonadState state_matmul = GetMonadState(inner); in IsStateStrictEquivalent()
315 MonadState state_node = GetMonadState(outer, inner); in IsStateStrictEquivalent()
Danf.h609 MonadState GetMonadState(const AnfNodePtr &node, const AnfNodePtr &skip_input = nullptr);