LICENSE
README.md
pyproject.toml
espdlx/__init__.py
espdlx/convert.py
espdlx/fomo.py
espdlx/graph.py
espdlx/zoo.py
espdlx.egg-info/PKG-INFO
espdlx.egg-info/SOURCES.txt
espdlx.egg-info/dependency_links.txt
espdlx.egg-info/requires.txt
espdlx.egg-info/top_level.txt
espdlx/layers/__init__.py
espdlx/layers/activations.py
espdlx/layers/base.py
espdlx/layers/conv.py
espdlx/layers/linear.py
espdlx/layers/math.py
espdlx/layers/pool.py
espdlx/layers/resize.py
espdlx/layers/shape.py
espdlx/layers/transformer.py
espdlx/recipes/__init__.py
espdlx/recipes/kws.py
tests/test_convert.py
tests/test_fomo.py
tests/test_kws.py
tests/test_layers.py
tests/test_model.py
tests/test_smoke.py
tests/test_train.py