Home
last modified time | relevance | path

Searched defs:bound_node (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/static_analysis/
Devaluator.h72 virtual AnfNodePtr bound_node() const { return bound_node_.lock(); } in bound_node() function
161 AnfNodePtr bound_node() const override { in bound_node() function
299 AnfNodePtr bound_node() const override { in bound_node() function
348 AnfNodePtr bound_node() const override { in bound_node() function
379 AnfNodePtr bound_node() const override { in bound_node() function
411 AnfNodePtr bound_node() const override { in bound_node() function
450 AnfNodePtr bound_node() const override { in bound_node() function
Devaluator.cc117 const AnfNodePtr &bound_node, const ScopePtr &scope) { in GetCloneBpropGraph()