Use --optimized_model_filepath to set the output path of the optimized model.
Use --graph_optimization_level to set the graph optimization level. Note that some optimization level may introduce customized op. So, it is recommend to use ORT_ENABLE_BASIC to dump optimized model.
--optimized_model_filepath
to set the output path of the optimized model.--graph_optimization_level
to set the graph optimization level. Note that some optimization level may introduce customized op. So, it is recommend to useORT_ENABLE_BASIC
to dump optimized model.