LICENSE
README.md
pyproject.toml
mlx2coreai/__init__.py
mlx2coreai/__main__.py
mlx2coreai/_composite_declaration.py
mlx2coreai/_convert_mlx_lm.py
mlx2coreai/_convert_mlx_lm_staged.py
mlx2coreai/cli.py
mlx2coreai/conversion.py
mlx2coreai/dynamic_shapes.py
mlx2coreai/from_mlx.py
mlx2coreai/ir.py
mlx2coreai/lower_to_coreai.py
mlx2coreai/op_coverage.py
mlx2coreai/op_registry.py
mlx2coreai/passes.py
mlx2coreai/reporting.py
mlx2coreai/runtime.py
mlx2coreai.egg-info/PKG-INFO
mlx2coreai.egg-info/SOURCES.txt
mlx2coreai.egg-info/dependency_links.txt
mlx2coreai.egg-info/entry_points.txt
mlx2coreai.egg-info/requires.txt
mlx2coreai.egg-info/top_level.txt
tests/test_convert_mlx_lm.py
tests/test_lower_to_coreai_smoke.py
tests/test_mlx2coreml_zoo_assets.py
tests/test_op_coverage.py
tests/test_op_coverage_report.py
tests/test_runtime.py