You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stack: improve error handling and error messages. (#9629)
This PR refactors the `stack` operation implementation by improving its
error message, and returning a status type value.
**Key Changes:**
- `tensor_methods::stack` returns `StatusOr<XLATensorPtr>`
- Improve error messages and error handling
- Create `CheckStackAtLeastOneTensor` function
0 commit comments