torch
torch copied to clipboard
missing tensor methods
- [x] bool
- [x] element_size
- [ ] get_device
- [ ] imag
- [ ] is_shared
- [ ] map_
- [ ] new_ones
- [ ] new_tensor
- [ ] real
real/imag
is only supported for complex types. So those would need to get implemented first.