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.