def export_torch_script(self, output_dir, verbose) - 3.5 English

Vitis AI User Guide (UG1414)

Document ID
UG1414
Release Date
2023-09-28
Version
3.5 English
This function exports the quantized model in the TorchScript format:
def export_torch_script(self, output_dir, verbose):

Arguments

Output_dir
Directory for quantization result and intermediate files. The default value is “quantize_result”
Verbose
Flag to control the display of the verbose log.