gitextract_rvc94csq/ ├── LICENSE ├── README.md ├── dump_to_simple_cpp.py ├── example/ │ ├── dumped.nnet │ ├── mnist_cnn_one_iteration.py │ ├── my_nn_arch.json │ └── my_nn_weights.h5 ├── example_main.cc ├── keras_model.cc ├── keras_model.h ├── test_compare.py ├── test_run.sh ├── test_run_cnn.cc └── test_run_cnn.py