Searched refs:next_is_reshape (Results 1 – 1 of 1) sorted by relevance
1966 std::shared_ptr<TensorLayout> FindNextLayout(const CNodePtr &cnode, bool *next_is_reshape) { in FindNextLayout() argument1978 *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()