LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
setup.py
docs/DESIGN.md
docs/USAGE.md
include/activations.h
include/backprop.h
include/config.h
include/conv.h
include/dtypes.h
include/loss.h
include/ops.h
include/tk_export.h
python/perceptron_example.py
python/test_binding.py
python/test_conv_binding.py
python/train_example.py
python/mantissa/__init__.py
python/mantissa_core.egg-info/PKG-INFO
python/mantissa_core.egg-info/SOURCES.txt
python/mantissa_core.egg-info/dependency_links.txt
python/mantissa_core.egg-info/requires.txt
python/mantissa_core.egg-info/top_level.txt
src/activations.c
src/backprop.c
src/conv.c
src/dtypes.c
src/loss.c
src/ops.c
src/pool.c
src/pool.h