LICENSE
README.md
pyproject.toml
setup.py
adapters/__init__.py
adapters/cmsis_nn/__init__.py
adapters/cmsis_nn/adapter.py
estimators/__init__.py
estimators/memory_estimator.py
miniml/__init__.py
miniml/ml_compat.py
miniml/ml_exporter.py
miniml/ml_factory.py
miniml/ml_manager.py
miniml/ml_runtime.py
miniml/autograd/layers.py
miniml/autograd/optim.py
miniml/autograd/qat.py
miniml/autograd/tensor.py
miniml/dsp/dsp_runtime.py
miniml/exporters/cpp_writer.py
miniml/exporters/library_packer.py
miniml/exporters/quantizer.py
miniml/exporters/rust_writer.py
miniml/hardware/serial_manager.py
miniml/hardware/virtual_sensor.py
miniml_cli/__init__.py
miniml_cli/main.py
miniml_engine.egg-info/PKG-INFO
miniml_engine.egg-info/SOURCES.txt
miniml_engine.egg-info/dependency_links.txt
miniml_engine.egg-info/entry_points.txt
miniml_engine.egg-info/requires.txt
miniml_engine.egg-info/top_level.txt
tests/test.py
tests/test_conv1d.py
tests/test_conv2d.py
tests/test_export.py
tests/test_flatten.py
tests/test_memory_estimators.py
tests/test_ml_runtime.py
tests/test_mlp_scaler.py
tests/test_nn_suite.py
tests/test_packer.py
tests/test_produccion.py
tests/test_quantization.py
tests/test_residual1d.py
tests/test_rf_legacy.py
tests/test_separable2d.py
tests/test_svm_knn.py