LICENSE
README.md
pyproject.toml
src/onnx2coreml/__init__.py
src/onnx2coreml/__version__.py
src/onnx2coreml/_backend.py
src/onnx2coreml/_cli.py
src/onnx2coreml/_convert.py
src/onnx2coreml/_coverage.py
src/onnx2coreml/_io.py
src/onnx2coreml/_mil.py
src/onnx2coreml/_target.py
src/onnx2coreml/_types.py
src/onnx2coreml/_utils.py
src/onnx2coreml/_verify.py
src/onnx2coreml/converter.py
src/onnx2coreml/errors.py
src/onnx2coreml/py.typed
src/onnx2coreml.egg-info/PKG-INFO
src/onnx2coreml.egg-info/SOURCES.txt
src/onnx2coreml.egg-info/dependency_links.txt
src/onnx2coreml.egg-info/entry_points.txt
src/onnx2coreml.egg-info/requires.txt
src/onnx2coreml.egg-info/top_level.txt
src/onnx2coreml/_fusion/__init__.py
src/onnx2coreml/_fusion/_attention.py
src/onnx2coreml/_fusion/_rewrite.py
src/onnx2coreml/_lowering/__init__.py
src/onnx2coreml/_lowering/_activations.py
src/onnx2coreml/_lowering/_attention.py
src/onnx2coreml/_lowering/_common.py
src/onnx2coreml/_lowering/_context.py
src/onnx2coreml/_lowering/_conv.py
src/onnx2coreml/_lowering/_elementwise.py
src/onnx2coreml/_lowering/_indexing.py
src/onnx2coreml/_lowering/_matmul.py
src/onnx2coreml/_lowering/_norm.py
src/onnx2coreml/_lowering/_recurrent.py
src/onnx2coreml/_lowering/_reduce.py
src/onnx2coreml/_lowering/_shape.py
src/onnx2coreml/_passes/__init__.py
src/onnx2coreml/_passes/_cleanup.py
src/onnx2coreml/_passes/_fold.py
src/onnx2coreml/_passes/_model.py
tests/test_cli.py
tests/test_convert_api.py
tests/test_errors.py
tests/test_fusion.py
tests/test_integration.py
tests/test_ops_activations.py
tests/test_ops_conv.py
tests/test_ops_elementwise.py
tests/test_ops_indexing.py
tests/test_ops_matmul.py
tests/test_ops_norm.py
tests/test_ops_recurrent.py
tests/test_ops_reduce.py
tests/test_ops_shape.py
tests/test_passes.py
tests/test_types.py
tests/test_verify.py