You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "rok (via GitHub)" <gi...@apache.org> on 2023/04/12 09:26:43 UTC

[GitHub] [arrow] rok opened a new issue, #35068: [Python] Bindings for FixedShapeTensorType.FromTensor/ToTensor and FixedShapeTensorArray.strides

rok opened a new issue, #35068:
URL: https://github.com/apache/arrow/issues/35068

   ### Describe the enhancement requested
   
   We added new methods to `FixedShapeTensorType` and `FixedShapeTensorArray` in https://github.com/apache/arrow/pull/34797. We want to be able to use them in Python as well.
   
   ### Component(s)
   
   Python


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] rok commented on issue #35068: [Python] Bindings for FixedShapeTensorType.FromTensor/ToTensor and FixedShapeTensorArray.strides

Posted by "rok (via GitHub)" <gi...@apache.org>.
rok commented on issue #35068:
URL: https://github.com/apache/arrow/issues/35068#issuecomment-1505270584

   It would be useful when creating a [numpy array](https://numpy.org/doc/stable/reference/generated/numpy.ndarray.html#numpy.ndarray) from a non-trivially permuted FixedShapeTensorArray?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] jorisvandenbossche commented on issue #35068: [Python] Bindings for FixedShapeTensorType.FromTensor/ToTensor and FixedShapeTensorArray.strides

Posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org>.
jorisvandenbossche commented on issue #35068:
URL: https://github.com/apache/arrow/issues/35068#issuecomment-1505242375

   Do you have an example for which it would be useful to have the `strides` in python?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org