README.md
pyproject.toml
biomimetic_framework.egg-info/PKG-INFO
biomimetic_framework.egg-info/SOURCES.txt
biomimetic_framework.egg-info/dependency_links.txt
biomimetic_framework.egg-info/requires.txt
biomimetic_framework.egg-info/top_level.txt
bmc/__init__.py
bmc/backend.py
bmc/constants.py
bmc/composition/__init__.py
bmc/composition/block.py
bmc/composition/gate.py
bmc/composition/layer.py
bmc/composition/mux.py
bmc/composition/network.py
bmc/composition/prediction_head.py
bmc/composition/skip.py
bmc/composition/_legacy/__init__.py
bmc/composition/_legacy/gate.py
bmc/composition/_legacy/layer.py
bmc/composition/_legacy/rvq.py
bmc/composition/_legacy/sequential.py
bmc/composition/_legacy/skip.py
bmc/core/__init__.py
bmc/core/activation.py
bmc/core/allocation.py
bmc/core/cell.py
bmc/core/distortion.py
bmc/core/fitting.py
bmc/core/geodesic.py
bmc/core/interpolators.py
bmc/core/observation.py
bmc/core/seeding.py
bmc/core/_legacy/__init__.py
bmc/core/_legacy/cell.py
bmc/core/_legacy/inference.py
bmc/core/_legacy/interpolation.py
bmc/core/_legacy/lut.py
bmc/core/_legacy/rvq.py
bmc/fpga/__init__.py
bmc/fpga/export.py
bmc/fpga/verilog.py
bmc/metrics/__init__.py
bmc/metrics/base.py
bmc/metrics/cosine.py
bmc/metrics/frobenius.py
bmc/metrics/l2.py
bmc/metrics/nuclear.py
bmc/metrics/spectral.py
bmc/model/__init__.py
bmc/model/_legacy/__init__.py
bmc/model/_legacy/base.py
bmc/model/_legacy/classifier.py
bmc/model/_legacy/persistence.py
bmc/model/_legacy/regressor.py
bmc/observation/__init__.py
bmc/observation/base.py
bmc/observation/image.py
bmc/observation/tabular.py
bmc/observation/text.py
bmc/observation/timeseries.py
bmc/viz/__init__.py
bmc/viz/arch.py
bmc/viz/composite.py
bmc/viz/config.py
bmc/viz/data.py
bmc/viz/diagram.py
bmc/viz/manifold.py
bmc/viz/summary.py
bmc/viz/trace.py
docs/BMC_API_Reference.md
tests/test_accuracy_bounds.py
tests/test_backend.py
tests/test_fpga_export.py
tests/test_interpolator_registry.py
tests/test_metric_memory.py
tests/test_pillars.py
tests/test_pillars_comprehensive.py
tests/test_pillars_topology.py