LICENSE
README.md
pyproject.toml
mlx2coreml/__init__.py
mlx2coreml/compilation.py
mlx2coreml/compute_plan.py
mlx2coreml/conversion.py
mlx2coreml/from_mlx.py
mlx2coreml/ir.py
mlx2coreml/lower_to_mil.py
mlx2coreml/op_registry.py
mlx2coreml/passes.py
mlx2coreml/reporting.py
mlx2coreml.egg-info/PKG-INFO
mlx2coreml.egg-info/SOURCES.txt
mlx2coreml.egg-info/dependency_links.txt
mlx2coreml.egg-info/entry_points.txt
mlx2coreml.egg-info/requires.txt
mlx2coreml.egg-info/top_level.txt
mlx2coreml/convert_mlx_lm/__init__.py
mlx2coreml/convert_mlx_lm/__main__.py
tests/test_analyze_ane_placement_helpers.py
tests/test_benchmark_compute_units_helpers.py
tests/test_callback_capture_parser.py
tests/test_capture_mlx_function.py
tests/test_compilation_api.py
tests/test_compute_plan_helpers.py
tests/test_conversion_api.py
tests/test_convert_mlx_to_coreml_script.py
tests/test_dot_parser_fixtures.py
tests/test_end_to_end_live_capture_subset.py
tests/test_end_to_end_model_zoo.py
tests/test_end_to_end_model_zoo_transformer_live.py
tests/test_end_to_end_rope_parity.py
tests/test_end_to_end_smoke.py
tests/test_end_to_end_transformer_block_parity.py
tests/test_flex_input_shapes.py
tests/test_flexible_conversion_paths.py
tests/test_ir_state_spec.py
tests/test_lower_to_mil_convert_inputs.py
tests/test_lower_to_mil_state_specs.py
tests/test_lowering_arithmetic_aliases_and_reductions.py
tests/test_lowering_arithmetic_aliases_extended.py
tests/test_lowering_arithmetic_aliases_stats.py
tests/test_lowering_linear_broadcast_composite_helpers.py
tests/test_lowering_linear_broadcast_composite_helpers_conv.py
tests/test_lowering_matmul_linearization.py
tests/test_lowering_shape_index_transforms.py
tests/test_lowering_smoke.py
tests/test_lowering_stateful_primitives.py
tests/test_lowering_tensor_creation_and_fast_helpers.py
tests/test_lowering_tensor_creation_helpers.py
tests/test_multifunction_packaging_helpers.py
tests/test_pipeline_and_diagnostics.py
tests/test_reporting_stage_timings.py