Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_parallel.cc1966 std::shared_ptr<TensorLayout> FindNextLayout(const CNodePtr &cnode, bool *next_is_reshape) { in FindNextLayout() argument
1978 *next_is_reshape = true; in FindNextLayout()
1991 *next_is_reshape = false; in FindNextLayout()
1998 auto layout_ptr = FindNextLayout(use_apply, next_is_reshape); in FindNextLayout()