Numba tests of the take function: - [test_array_methods](https://github.com/numba/numba/blob/ec6fa07c12c3703a52c2b4ac8a225a68539c3cc8/numba/tests/test_array_methods.py#L1217) Implementation in dpnp: - [dpnp_krnl_indexing.cpp](https://github.com/IntelPython/dpnp/blob/master/dpnp/backend/kernels/dpnp_krnl_indexing.cpp) Examples: - [random](https://github.com/IntelPython/numba-dppy/pull/141) - [linalg](https://github.com/IntelPython/numba-dppy/pull/183) - [transcendentals](https://github.com/IntelPython/numba-dppy/pull/208)