vitis_quantize.VitisQuantizer.dump_quantize_strategy - 3.5 English

Vitis AI User Guide (UG1414)

Document ID
UG1414
Release Date
2023-09-28
Version
3.5 English
This function dumps current quantize strategy configurations to JSON file:

vitis_quantize.VitisQuantizer.dump_quantize_strategy(
    dump_file='quantize_strategy.json', 
    verbose=0)

Arguments

dump_file
A string object. The file path of the dumped quantize strategy JSON file.
verbose
An int object. The verbosity of the dumped JSON file. Greater verbose value dumps a more detailed quantize strategy. Setting verbose to a value greater or equal to two dumps the complete quantize strategy. The default value is 0.