Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_parallel.h126 std::shared_ptr<TensorLayout> FindPrevLayout(const AnfNodePtr &node);
Dstep_parallel.cc2136 std::shared_ptr<TensorLayout> FindPrevLayout(const AnfNodePtr &node) { in FindPrevLayout() function
2174 auto layout_ptr = FindPrevLayout(cnode->inputs()[index]); in FindPrevLayout()
2208 auto prev_layout_ptr = FindPrevLayout(cnode->input(1)); in ReshapeInit()