#!/usr/bin/env bash python3 -m onnxruntime.quantization.preprocess --input model.onnx --output tmp.preprocessed.onnx mv ./tmp.preprocessed.onnx ./model.onnx ./show-onnx.py --filename ./model.onnx <