README.md
setup.cfg
setup.py
onnx_coreml/__init__.py
onnx_coreml/_backend.py
onnx_coreml/_backend_rep.py
onnx_coreml/_error_utils.py
onnx_coreml/_graph.py
onnx_coreml/_operators.py
onnx_coreml/_operators_nd.py
onnx_coreml/_transformers.py
onnx_coreml/converter.py
onnx_coreml/graph_viz.py
onnx_coreml.egg-info/PKG-INFO
onnx_coreml.egg-info/SOURCES.txt
onnx_coreml.egg-info/dependency_links.txt
onnx_coreml.egg-info/entry_points.txt
onnx_coreml.egg-info/requires.txt
onnx_coreml.egg-info/top_level.txt
onnx_coreml/bin/__init__.py
onnx_coreml/bin/convert.py
tests/__init__.py
tests/_test_utils.py
tests/convert_test.py
tests/custom_layers_test.py
tests/graph_test.py
tests/onnx_backend_models_test.py
tests/onnx_backend_node_test.py
tests/operators_test.py
tests/pytorch_model_test.py
tests/test_mlmodel_passes.py
tests/transformers_test.py