:py:mod:`neural_compressor.strategy.auto` ========================================= .. py:module:: neural_compressor.strategy.auto .. autoapi-nested-parse:: The auto tuning strategy. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: neural_compressor.strategy.auto.AutoTuneStrategy .. py:class:: AutoTuneStrategy(model, conf, q_dataloader=None, q_func=None, eval_func=None, eval_dataloader=None, eval_metric=None, resume=None, q_hooks=None) The auto tuning strategy. There are three stages executed by auto strategy sequentially, and the tuning process ends once the condition meets the exit policy.