vendor independent TinyML deep learning library, compiler and inference framework microcomputers and micro-controllers
Checkout mnist.ir
Generate intermediate code
% onnx2cpp mnist.onnx
Optimize and compile
% /usr/bin/clang++-8 -O3 mnist.cpp -I ../../../include/ -isystem ../../../packages/eigen-eigen-323c052e1731/ -o mnist.exe
Test run
% ./mnist.exe
Run it in the loop
% python demo.mnist.py