ivy
ivy copied to clipboard
fix: ivy failing test paddle backend creation.arange
PR Description
250 Test Cases passed for all Backend
Fixed empty/uninitialized Tensor for paddle backend and also for unsupported dtypes for failing dtypes
Related Issue
Closes https://github.com/unifyai/ivy/issues/28461
Checklist
- [ ] Did you add a function?
- [ ] Did you add the tests?
- [x] Did you run your tests and are your tests passing?
- [x] Did pre-commit not fail on any check?
- [x] Did you follow the steps we provided?