def export_xmodel(self, output_dir, deploy_check) - 1.4.1 English

Vitis AI User Guide (UG1414)

Document ID
UG1414
Release Date
2021-12-13
Version
1.4.1 English

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.