.editorconfig
.gitattributes
.pre-commit-config.yaml
AGENTS.md
CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
llms.txt
pyproject.toml
docs/agents.md
docs/cli.md
docs/conf.py
docs/coverage.md
docs/custom-lowerings.md
docs/index.md
docs/mcp.md
docs/quickstart.md
docs/repair.md
skills/onnx-to-coreai/SKILL.md
src/coreai_onnx/__init__.py
src/coreai_onnx/__version__.py
src/coreai_onnx/_cli.py
src/coreai_onnx/_convert.py
src/coreai_onnx/_coverage.py
src/coreai_onnx/_ir.py
src/coreai_onnx/_mcp.py
src/coreai_onnx/_service.py
src/coreai_onnx/_type_mapping.py
src/coreai_onnx/_utils.py
src/coreai_onnx/_verify.py
src/coreai_onnx/_verify_worker.py
src/coreai_onnx/converter.py
src/coreai_onnx/errors.py
src/coreai_onnx/py.typed
src/coreai_onnx.egg-info/PKG-INFO
src/coreai_onnx.egg-info/SOURCES.txt
src/coreai_onnx.egg-info/dependency_links.txt
src/coreai_onnx.egg-info/entry_points.txt
src/coreai_onnx.egg-info/requires.txt
src/coreai_onnx.egg-info/top_level.txt
src/coreai_onnx/_fusion/__init__.py
src/coreai_onnx/_fusion/_activations.py
src/coreai_onnx/_fusion/_attention.py
src/coreai_onnx/_fusion/_index.py
src/coreai_onnx/_fusion/_rewrite.py
src/coreai_onnx/_lowerings/__init__.py
src/coreai_onnx/_lowerings/_activations.py
src/coreai_onnx/_lowerings/_attention.py
src/coreai_onnx/_lowerings/_common.py
src/coreai_onnx/_lowerings/_controlflow.py
src/coreai_onnx/_lowerings/_conv.py
src/coreai_onnx/_lowerings/_elementwise.py
src/coreai_onnx/_lowerings/_indexing.py
src/coreai_onnx/_lowerings/_matmul.py
src/coreai_onnx/_lowerings/_norm.py
src/coreai_onnx/_lowerings/_quantization.py
src/coreai_onnx/_lowerings/_recurrent.py
src/coreai_onnx/_lowerings/_reduce.py
src/coreai_onnx/_lowerings/_shape.py
src/coreai_onnx/_passes/__init__.py
src/coreai_onnx/_passes/_cleanup.py
src/coreai_onnx/_passes/_fold.py
src/coreai_onnx/_passes/_model.py
src/coreai_onnx/_repair/__init__.py
src/coreai_onnx/_repair/_strategies.py
tests/__init__.py
tests/helpers.py
tests/test_cli.py
tests/test_cli_json.py
tests/test_convert_api.py
tests/test_converter.py
tests/test_coverage.py
tests/test_discoverability.py
tests/test_e2e.py
tests/test_fuse_activations.py
tests/test_fuse_attention.py
tests/test_ir.py
tests/test_mcp.py
tests/test_ops_controlflow.py
tests/test_ops_conv.py
tests/test_ops_elementwise.py
tests/test_ops_gather.py
tests/test_ops_lstm.py
tests/test_ops_matmul.py
tests/test_ops_norm.py
tests/test_ops_quantization.py
tests/test_ops_reduce.py
tests/test_ops_shape.py
tests/test_ops_unary.py
tests/test_package.py
tests/test_precision_policy.py
tests/test_preprocess.py
tests/test_repair.py
tests/test_type_mapping.py
tests/test_verify.py
tests/test_verify_worker.py
tools/gen_coverage_table.py