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.
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.
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.