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

Vitis AI User Guide (UG1414)

Document ID
UG1414
Release Date
2022-01-20
Version
2.0 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.