Hi Fabian, I'm not aware of any plans to add tensor compute functions at the moment. There was recently a discussion [1] that boiled down to: try UDFs if you want to stay in Arrow or do the compute in numpy/pytorch/tensorflow/... - moving is zero-copy but of course adds additional dependency.
[1] https://github.com/apache/arrow/issues/12553 Rok On Mon, May 30, 2022 at 8:23 PM Fabian Naumann <[email protected]> wrote: > Hi all, > > I have been working with arrow on multidimensional data lately. However, > the Tensor class seems very limited in its functions right now. Does anyone > know if it is planned to implement more features like slicing or directly > supporting compute functions on tensors, or where to find more information > about this topic? > > Thanks, > Fabian >
