#!/bin/sh
'''exec' /home/automatix/releases/BSP-Yocto-Ampliphy-AM68x-EdgeAI-v0.2/releasebuild/build_ampliphy-xwayland/tmp/work/aarch64-phytec-linux/ti-tidl-osrt/1.0-r0_edgeai_4/recipe-sysroot-native/usr/bin/nativepython3 "$0" "$@"
' '''
# -*- coding: utf-8 -*-
import re
import sys
from onnxruntime.tools.onnxruntime_test import main
if __name__ == '__main__':
    sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
    sys.exit(main())
