LICENSE
README.md
pyproject.toml
setup.py
src/noisefloat/__init__.py
src/noisefloat/backends.py
src/noisefloat/config.py
src/noisefloat/core.py
src/noisefloat/diagnostics.py
src/noisefloat/exceptions.py
src/noisefloat/functions.py
src/noisefloat/typing.py
src/noisefloat.egg-info/PKG-INFO
src/noisefloat.egg-info/SOURCES.txt
src/noisefloat.egg-info/dependency_links.txt
src/noisefloat.egg-info/requires.txt
src/noisefloat.egg-info/top_level.txt
src/noisefloat/nn/__init__.py
src/noisefloat/nn/activations.py
src/noisefloat/nn/arithmetic.py
src/noisefloat/nn/attention.py
src/noisefloat/nn/context.py
src/noisefloat/nn/dropout.py
src/noisefloat/nn/embedding.py
src/noisefloat/nn/experiment.py
src/noisefloat/nn/layers.py
src/noisefloat/nn/loss.py
src/noisefloat/nn/module.py
src/noisefloat/nn/operators.py
src/noisefloat/nn/optimizer.py
src/noisefloat/nn/padding.py
src/noisefloat/nn/pooling.py
src/noisefloat/nn/report.py
src/noisefloat/nn/rnn.py
src/noisefloat/nn/tensor.py
src/noisefloat/nn/tensorflow.py
src/noisefloat/nn/tracker.py
src/noisefloat/nn/transformer.py
tests/test_arithmetic_cestac_operator_instability_experiment.py
tests/test_cadna_verification_compat.py
tests/test_cpp_sum_precision_example.py
tests/test_exps_pytorch.py
tests/test_exps_tensorflow.py
tests/test_exps_torch.py
tests/test_nn.py
tests/test_nn_arithmetic_cestac.py
tests/test_nn_experiment_helpers.py
tests/test_nn_tensorflow.py
tests/test_noisefloat.py
tests/test_rump83_polynomial_example.py
tests/test_tensorflow_backend.py