:py:mod:`neural_compressor.strategy.exhaustive`
===============================================

.. py:module:: neural_compressor.strategy.exhaustive

.. autoapi-nested-parse::

   The exhaustive tuning strategy.



Module Contents
---------------

Classes
~~~~~~~

.. autoapisummary::

   neural_compressor.strategy.exhaustive.ExhaustiveTuneStrategy




.. py:class:: ExhaustiveTuneStrategy(model, conf, q_dataloader=None, q_func=None, eval_dataloader=None, eval_func=None, resume=None, q_hooks=None)

   Bases: :py:obj:`neural_compressor.strategy.strategy.TuneStrategy`

   The exhaustive tuning strategy.

   .. py:method:: next_tune_cfg()

      Generate and yield the next tuning config using exhaustive search in tuning space.

      It sequentially traverse all possible quantization tuning configurations in a tuning space.

      :Yields: *tune_config (dict)* -- A dict containing the tuning configuration for quantization.