On Thu, Jul 22, 2021 at 6:54 PM Weston Pace <[email protected]> wrote: > > Does arrow support matrix operations? > > [...] > > On the other hand, there has been some interest in the past in > representing tensors as a logical data type in Arrow. A rank 2 tensor > is either the same as a matrix or very similar to a matrix (depending > on who you ask). Matrix multiplication could be implemented as a > compute kernel for arrays of rank-2 tensors. That being said, I have > not seen any discussion or JIRA issues on tensor compute functions and > so I don't know that anyone is working on that.
I'd be interested in working on tensor/sparse tensor computation kernels if there's interest / need for it. Rok
