corridorkey-mrp-mlx/tests
cmoyates 4bad586112
feat: add CorridorKeyMLXEngine integration surface
Drop-in MLX backend for main CorridorKey repo. Engine class wraps
existing model/inference with process_frame() API returning alpha,
fg, comp, processed as uint8 numpy arrays. Lowers Python to >=3.11,
removes unused deps, adds smoke script and 16 contract tests.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 06:43:07 -03:30
..
__init__.py chore: add remaining test stubs and script placeholders 2026-03-01 04:49:09 -03:30
test_compiled_vs_eager_consistency.py feat(phase6): optimization, benchmarking, and tiled inference 2026-03-01 06:24:10 -03:30
test_conversion.py feat(phase5): full model assembly + e2e parity 2026-03-01 06:07:43 -03:30
test_decoder_parity.py feat(phase2): MLX decoder + refiner with parity tests 2026-03-01 05:00:00 -03:30
test_end_to_end_parity.py feat(phase5): full model assembly + e2e parity 2026-03-01 06:07:43 -03:30
test_end_to_end_smoke.py feat(phase5): full model assembly + e2e parity 2026-03-01 06:07:43 -03:30
test_engine.py feat: add CorridorKeyMLXEngine integration surface 2026-03-01 06:43:07 -03:30
test_greenformer_forward.py feat(phase5): full model assembly + e2e parity 2026-03-01 06:07:43 -03:30
test_hiera_stage_parity.py feat(phase5): full model assembly + e2e parity 2026-03-01 06:07:43 -03:30
test_hiera_stage_shapes.py feat(phase4): MLX Hiera backbone port (#2) 2026-03-01 05:55:24 -03:30
test_import.py chore: add remaining test stubs and script placeholders 2026-03-01 04:49:09 -03:30
test_reference_fixtures.py feat(phase1): PyTorch reference harness + fixture tests 2026-03-01 04:49:01 -03:30
test_refiner_parity.py feat(phase2): MLX decoder + refiner with parity tests 2026-03-01 05:00:00 -03:30
test_tiling_consistency.py fix: guard against overlap >= tile_size in tiled inference 2026-03-01 06:27:31 -03:30