LICENSE
README.md
pyproject.toml
setup.py
bnn/__init__.py
bnn/__main__.py
bnn/_version.py
bnn/cifar.py
bnn/cli.py
bnn/data.py
bnn/determinism.py
bnn/eval_report.py
bnn/export.py
bnn/layers.py
bnn/logutil.py
bnn/memory.py
bnn/models.py
bnn/optimise.py
bnn/paths.py
bnn/profile.py
bnn/py.typed
bnn/ste.py
bnn/wrapper.py
bnn/zoo_registry.json
bnn/audio/__init__.py
bnn/audio/data.py
bnn/audio/features.py
bnn/audio/models.py
bnn/codec/__init__.py
bnn/codec/packfile.py
bnn/codec/safetensors_export.py
bnn/energy/__init__.py
bnn/energy/bound.py
bnn/energy/proxy.py
bnn/energy/rapl.py
bnn/eval/__init__.py
bnn/eval/pareto.py
bnn/kernels/__init__.py
bnn/kernels/binary_gemm.c
bnn/kernels/binary_gemm.def
bnn/kernels/compile_native.py
bnn/kernels/packed.py
bnn/kernels/popcount.py
bnn/kernels/ternary_gemm.py
bnn/kernels/ternary_pack.py
bnn/kernels/wasm/__init__.py
bnn/kernels/wasm/gemm.py
bnn/kg/__init__.py
bnn/math/__init__.py
bnn/math/effectiveness.py
bnn/math/identity.py
bnn/math/packing.py
bnn/math/reference.py
bnn/math/ternary_math.py
bnn/seq/__init__.py
bnn/vision/__init__.py
bnn/vision/imagenet_protocol.py
bnn/vision/models.py
bnn/wrap/__init__.py
bnn/wrap/api.py
bnn/wrap/calibrate.py
bnn/wrap/distill.py
bnn/wrap/fuse.py
bnn/wrap/guardrails.py
bnn/wrap/metrics.py
bnn/wrap/packed_linear.py
bnn/wrap/policy.py
bnn/wrap/qat.py
bnn/wrap/schema.py
bnn/wrap/sensitivity.py
bnn_lab.egg-info/PKG-INFO
bnn_lab.egg-info/SOURCES.txt
bnn_lab.egg-info/dependency_links.txt
bnn_lab.egg-info/entry_points.txt
bnn_lab.egg-info/requires.txt
bnn_lab.egg-info/top_level.txt
tests/test_audio_smoke.py
tests/test_bench_regression.py
tests/test_bn_fuse.py
tests/test_bridge_cli.py
tests/test_build_and_entrypoint.py
tests/test_calibration_determinism.py
tests/test_cifar_download.py
tests/test_cli_handlers.py
tests/test_cli_smoke.py
tests/test_cli_surface.py
tests/test_codec.py
tests/test_data_loading.py
tests/test_determinism.py
tests/test_docs_links.py
tests/test_energy.py
tests/test_eval_report.py
tests/test_export_check.py
tests/test_export_guardrails.py
tests/test_golden_gates.py
tests/test_hf_optimiser.py
tests/test_kernel_contracts.py
tests/test_kg.py
tests/test_llamacpp_bitnet_bridge.py
tests/test_math_identities.py
tests/test_memory_report.py
tests/test_mode_search.py
tests/test_models_smoke.py
tests/test_native_gemm.py
tests/test_optional_extras_matrix.py
tests/test_pack.py
tests/test_pack_layout_contract.py
tests/test_packed_modules.py
tests/test_pareto_sensitivity.py
tests/test_paths_security.py
tests/test_popcount.py
tests/test_profile.py
tests/test_public_api.py
tests/test_qat.py
tests/test_qat_distill.py
tests/test_schema_and_utils.py
tests/test_seq_encoder_decoder.py
tests/test_ste.py
tests/test_ternary_gemm.py
tests/test_ternary_isa_parity.py
tests/test_ternary_pack.py
tests/test_threads_pack.py
tests/test_ultra_wrap.py
tests/test_vision_resnet_imagenet.py
tests/test_vision_smoke.py
tests/test_wasm_parity.py
tests/test_wrap_fuse.py
tests/test_wrap_wco.py
tests/test_wrapper.py