.DS_Store
.gitignore
CHANGELOG.md
CLAUDE.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
mkdocs.yml
pyproject.toml
.claude/scheduled_tasks.lock
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/notify-umbrella.yml
.github/workflows/publish.yml
benchmarks/bench_fft.py
benchmarks/conftest.py
docs/architecture.md
docs/aws_setup.md
docs/benchmarks.md
docs/index.md
docs/installation.md
docs/quickstart.md
docs/api/complex.md
docs/api/fft.md
docs/api/nki.md
docs/api/nn.md
docs/benchmark_results/v0.7.0.txt
docs/benchmark_results/v0.8.0.txt
docs/benchmark_results/v0.9.0.txt
examples/speech_stft.py
infra/terraform/README.md
infra/terraform/main.tf
scripts/bench_text_to_md.py
scripts/bench_to_md.py
scripts/run_benchmarks.sh
scripts/run_neuron_tests.sh
tests/conftest.py
tests/test_complex.py
tests/test_fft.py
tests/test_nn.py
tests/test_stft.py
trnfft/__init__.py
trnfft/api.py
trnfft/complex.py
trnfft/fft_core.py
trnfft/nn.py
trnfft/plan.py
trnfft/precision.py
trnfft.egg-info/PKG-INFO
trnfft.egg-info/SOURCES.txt
trnfft.egg-info/dependency_links.txt
trnfft.egg-info/requires.txt
trnfft.egg-info/top_level.txt
trnfft/nki/__init__.py
trnfft/nki/autograd.py
trnfft/nki/butterfly.py
trnfft/nki/dispatch.py
trnfft/nki/multicore.py