-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support defining NDArray-like types for NumPy-ish frameworks? #30
Comments
I, uh, couldn't figure out how to make PyTorch easily play well with |
FWIW I've updated the prototype to allow working with |
Good idea to support similar frameworks. I was thinking of adding support for The other frameworks are to become optional for
I think I'll start designing an addition for Pandas first. Then I could use help with other frameworks (I don't know |
Sounds great! And yeah, for |
Would love to see this for torch :) |
Would love to see it for cupy too |
|
I'd like to define something like
Tensor
for use withpytorch
(relates #27).Some random notes:
torch
,tensorflow
,open3d
(code)), generally something that offers.shape
and.dtype
that behave similar to NumPy'sThe text was updated successfully, but these errors were encountered: