torch icon indicating copy to clipboard operation
torch copied to clipboard

missing tensor methods

Open dfalbel opened this issue 4 years ago • 1 comments

  • [x] bool
  • [x] element_size
  • [ ] get_device
  • [ ] imag
  • [ ] is_shared
  • [ ] map_
  • [ ] new_ones
  • [ ] new_tensor
  • [ ] real

dfalbel avatar Sep 14 '20 21:09 dfalbel

real/imag is only supported for complex types. So those would need to get implemented first.

dirkschumacher avatar Oct 24 '20 20:10 dirkschumacher