[PYTHON] Enable cython ndarray API (#113)
Showing
- python/tvm/_ffi/_ctypes/function.py 2 additions, 1 deletionpython/tvm/_ffi/_ctypes/function.py
- python/tvm/_ffi/_ctypes/ndarray.py 35 additions, 0 deletionspython/tvm/_ffi/_ctypes/ndarray.py
- python/tvm/_ffi/_ctypes/types.py 1 addition, 1 deletionpython/tvm/_ffi/_ctypes/types.py
- python/tvm/_ffi/_cython/base.pxi 28 additions, 2 deletionspython/tvm/_ffi/_cython/base.pxi
- python/tvm/_ffi/_cython/core.pyx 1 addition, 0 deletionspython/tvm/_ffi/_cython/core.pyx
- python/tvm/_ffi/_cython/function.pxi 4 additions, 5 deletionspython/tvm/_ffi/_cython/function.pxi
- python/tvm/_ffi/_cython/ndarray.pxi 51 additions, 0 deletionspython/tvm/_ffi/_cython/ndarray.pxi
- python/tvm/_ffi/ndarray.py 19 additions, 161 deletionspython/tvm/_ffi/ndarray.py
- python/tvm/_ffi/runtime_ctypes.py 138 additions, 0 deletionspython/tvm/_ffi/runtime_ctypes.py
- src/api/api_base.cc 3 additions, 1 deletionsrc/api/api_base.cc
Loading
Please register or sign in to comment