.gitignore
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile
LICENSE
MANIFEST.in
README.md
SECURITY.md
coverage.xml
docker-compose.yml
llms.txt
mkdocs.yml
pyproject.toml
skill.md
timber_technical_doc.md
.github/FUNDING.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/deploy-docs.yml
.github/workflows/release.yml
benchmarks/README.md
benchmarks/render_table.py
benchmarks/run_benchmarks.py
benchmarks/system_info.py
docs/advanced.md
docs/api-reference.md
docs/architecture.md
docs/examples.md
docs/faq.md
docs/getting-started.md
docs/index.md
docs/ir-reference.md
examples/README.md
examples/bench_python.py
examples/breast_cancer_model.json
examples/diagnose_accuracy.py
examples/diagnose_base_score.py
examples/generate_sample.py
examples/lgb_breast_cancer.txt
examples/quickstart_client.py
examples/quickstart_lightgbm.py
examples/quickstart_sklearn.py
examples/quickstart_xgboost.py
examples/sample_model.json
examples/sklearn_pipeline.pkl
examples/test_ctypes_wrapper.py
examples/test_samples.csv
examples/train_and_save.py
examples/xgb_breast_cancer.json
examples/compiled/CMakeLists.txt
examples/compiled/Makefile
examples/compiled/audit_report.json
examples/compiled/bench.c
examples/compiled/main.c
examples/compiled/model.c
examples/compiled/model.h
examples/compiled/model.timber.json
examples/compiled/model_data.c
examples/compiled/test_samples.csv
examples/compiled_exact/CMakeLists.txt
examples/compiled_exact/Makefile
examples/compiled_exact/audit_report.json
examples/compiled_exact/main.c
examples/compiled_exact/model.c
examples/compiled_exact/model.h
examples/compiled_exact/model.timber.json
examples/compiled_exact/model_data.c
examples/compiled_exact/test_samples.csv
paper/timber_paper.pdf
paper/timber_paper.tex
targets/arm64_neon.toml
targets/x86_64_avx2.toml
targets/x86_64_avx512.toml
targets/x86_64_generic.toml
tests/__init__.py
tests/live_test.py
tests/test_codegen.py
tests/test_end_to_end.py
tests/test_fuzz.py
tests/test_ir.py
tests/test_multiclass.py
tests/test_nuclear.py
tests/test_optimizer.py
tests/test_phase2.py
tests/test_phase3.py
tests/test_phase4.py
tests/test_rigorous.py
tests/test_sklearn_parser.py
tests/test_store.py
tests/test_xgboost_parser.py
timber/__init__.py
timber/cli.py
timber/downloader.py
timber/py.typed
timber/serve.py
timber/store.py
timber/ui.py
timber/audit/__init__.py
timber/audit/report.py
timber/codegen/__init__.py
timber/codegen/c99.py
timber/codegen/llvm_ir.py
timber/codegen/misra_c.py
timber/codegen/wasm.py
timber/frontends/__init__.py
timber/frontends/auto_detect.py
timber/frontends/catboost_parser.py
timber/frontends/lightgbm_parser.py
timber/frontends/onnx_parser.py
timber/frontends/sklearn_parser.py
timber/frontends/xgboost_parser.py
timber/ir/__init__.py
timber/ir/ensemble_meta.py
timber/ir/model.py
timber/optimizer/__init__.py
timber/optimizer/branch_sort.py
timber/optimizer/constant_feature.py
timber/optimizer/dead_leaf.py
timber/optimizer/diff_compile.py
timber/optimizer/pipeline.py
timber/optimizer/pipeline_fusion.py
timber/optimizer/threshold_quant.py
timber/optimizer/vectorize.py
timber/privacy/__init__.py
timber/privacy/dp.py
timber/runtime/__init__.py
timber/runtime/predictor.py
timber_compiler.egg-info/PKG-INFO
timber_compiler.egg-info/SOURCES.txt
timber_compiler.egg-info/dependency_links.txt
timber_compiler.egg-info/entry_points.txt
timber_compiler.egg-info/requires.txt
timber_compiler.egg-info/top_level.txt
website/docusaurus.config.ts
website/package-lock.json
website/package.json
website/sidebars.ts
website/tsconfig.json
website/docs/benchmarks.md
website/docs/configuration.md
website/docs/contributing.md
website/docs/getting-started.md
website/docs/how-it-works.md
website/docs/intro.md
website/docs/troubleshooting.md
website/docs/api-reference/c-api.md
website/docs/api-reference/cli.md
website/docs/api-reference/http-api.md
website/docs/api-reference/python-api.md
website/docs/architecture/code-generation.md
website/docs/architecture/compiler-pipeline.md
website/docs/architecture/intermediate-representation.md
website/docs/architecture/optimization-passes.md
website/docs/examples/catboost.md
website/docs/examples/http-client.md
website/docs/examples/lightgbm.md
website/docs/examples/onnx.md
website/docs/examples/sklearn.md
website/docs/examples/xgboost.md
website/docs/guides/audit-trails.md
website/docs/guides/differential-compilation.md
website/docs/guides/embedding-in-c.md
website/docs/guides/ensemble-composition.md
website/docs/guides/iot-edge-deployment.md
website/docs/guides/loading-models.md
website/docs/guides/misra-c-compliance.md
website/docs/guides/python-predictor.md
website/docs/guides/serving-models.md
website/docs/guides/wasm-deployment.md
website/src/css/custom.css
website/src/pages/index.tsx
website/static/img/logo.svg