This function exports the xmodel and dumps the output data of the operators for detailed data comparison.
def export_xmodel(self, output_dir, deploy_check):
Arguments
- Output_dir
- Directory for quantization result and intermediate files. The default is “quantize_result.”
- Deploy_check
- Flags to control the dump of data for detailed data comparison. The default is FALSE. If it is set to TRUE, binary format data is dumped in the output_dir/deploy_check_data_int/ location.