onnxruntime/objectivec/test/testdata/gen_models.sh
Ryan Lai 14fe3e8404 Merged PR 6115559: RI changes from Github into dmldev
No merge conflicts

Related work items: #33589561
2021-06-03 00:04:30 +00:00

12 lines
237 B
Bash
Executable file

#!/bin/bash
set -e
# Get directory this script is in
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd ${DIR}
python3 ./single_add_gen.py
python3 -m onnxruntime.tools.convert_onnx_models_to_ort --optimization_level basic .