neural_compressor.experimental.strategy.exhaustive

The exhaustive tuning strategy.

Module Contents

Classes

ExhaustiveTuneStrategy

The exhaustive tuning strategy.

class neural_compressor.experimental.strategy.exhaustive.ExhaustiveTuneStrategy(model, conf, q_dataloader=None, q_func=None, eval_dataloader=None, eval_func=None, resume=None, q_hooks=None)[source]

The exhaustive tuning strategy.