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. Default is “quantize_result.”
- Deploy_check
- Flags to control dump of data for detailed data comparison. Default is FALSE. If it is set to TRUE, binary format data is dumped in the output_dir/deploy_check_data_int/ location.