pytensor icon indicating copy to clipboard operation
pytensor copied to clipboard

Missing xtensor top level functions

Open ricardoV94 opened this issue 5 months ago • 0 comments

Description

Checking https://docs.xarray.dev/en/stable/api.html#top-level-functions

The following (unchecked) top level functions are missing. I filtered out ones that are not relevant for PyTensor

  • [x] broadcast
  • [x] concat
  • [ ] where
  • [x] full_like
  • [x] zeros_like
  • [x] ones_like
  • [ ] cov
  • [ ] corr
  • [ ] cross
  • [x] dot
    • [ ] dot with arbitrary number of inputs

ricardoV94 avatar Jun 28 '25 15:06 ricardoV94