numpy-capi
There are 7 repositories under numpy-capi topic.
PyO3/rust-numpy
PyO3-based Rust bindings of the NumPy C-API
yas-sim/openvino-model-division-and-simple-custom-layer
Demonstrates how to divide a DL model into multiple IR model files (division) and introduce a simplest way to implement a custom layer works with OpenVINO IR models.
yas-sim/python-cpp-extension-sample-code
Sample code of Python C++ extension module. Demonstrates how to deal with Numpy objects in C++ codes. Also, OpenCV Mat and Numpy interaction code example is included.
IamSanjid/numpy_random
Simple C++ thread-safe interface to use NumPy's Random Legacy distributions directly.
yas-sim/python-dpcpp-extension-sample-code
Python extension sample code using Intel oneAPI DPC++. The extension does a simple image processing using DPC++ kernel.
ajthr/seso
A Search and Sort Extension Module for Python, built with Numpy-C-API. Runs 60x faster than pure python code. Contains 7 search algorithms and 10 sort algorithms.
giuseppegagliano/playground
This repository contains exercises to learn new things