Searched refs:FindPrevLayout (Results 1 – 2 of 2) sorted by relevance
126 std::shared_ptr<TensorLayout> FindPrevLayout(const AnfNodePtr &node);
2136 std::shared_ptr<TensorLayout> FindPrevLayout(const AnfNodePtr &node) { in FindPrevLayout() function2174 auto layout_ptr = FindPrevLayout(cnode->inputs()[index]); in FindPrevLayout()2208 auto prev_layout_ptr = FindPrevLayout(cnode->input(1)); in ReshapeInit()