MANIFEST.in
build-config.json
pyproject.toml
setup.py
src/matrice_export/__init__.py
src/matrice_export/pipeline.py
src/matrice_export/py.typed
src/matrice_export/tracking.py
src/matrice_export.egg-info/PKG-INFO
src/matrice_export.egg-info/SOURCES.txt
src/matrice_export.egg-info/dependency_links.txt
src/matrice_export.egg-info/not-zip-safe
src/matrice_export.egg-info/requires.txt
src/matrice_export.egg-info/top_level.txt
src/matrice_export/adapters/__init__.py
src/matrice_export/adapters/onnx_input.py
src/matrice_export/adapters/ultralytics.py
src/matrice_export/edge/__init__.py
src/matrice_export/edge/coreml_opt.py
src/matrice_export/edge/directml.py
src/matrice_export/edge/mps_inference.py
src/matrice_export/formats/__init__.py
src/matrice_export/formats/base.py
src/matrice_export/formats/coreml.py
src/matrice_export/formats/edgetpu.py
src/matrice_export/formats/onnx_export.py
src/matrice_export/formats/openvino.py
src/matrice_export/formats/paddle.py
src/matrice_export/formats/tensorrt.py
src/matrice_export/formats/tf_graphdef.py
src/matrice_export/formats/tf_saved.py
src/matrice_export/formats/tfjs.py
src/matrice_export/formats/tflite.py
src/matrice_export/formats/torchscript.py
src/matrice_export/quantization/__init__.py
src/matrice_export/quantization/benchmark.py
src/matrice_export/quantization/fp16.py
src/matrice_export/quantization/int8.py
src/matrice_export/validators/__init__.py
src/matrice_export/validators/base.py
src/matrice_export/validators/onnx_val.py
src/matrice_export/validators/openvino.py
src/matrice_export/validators/tensorrt.py
src/matrice_export/validators/torchscript.py
tests/test_adapters.py
tests/test_benchmark_quantization.py
tests/test_e2e_integration.py
tests/test_edge_cases.py
tests/test_onnx_export.py
tests/test_openvino_e2e.py
tests/test_pipeline.py
tests/test_quantization.py
tests/test_real_models.py
tests/test_tensorrt_e2e.py
tests/test_tracking.py
tests/test_ultralytics.py
tests/test_validators.py
tests/test_validators_concrete.py