pearu / pydlpack

DLPack data exchange interface in Python
BSD 3-Clause "New" or "Revised" License
10 stars 0 forks source link

Support memoryview as an input to asdlpack. #1

Open pearu opened 10 months ago

pearu commented 10 months ago

As in the title.

memoryview is a wrapper of Py_Buffer object that needs to be extracted from the memoryview object to resolve this issue.