neural_compressor.strategy.exhaustive

The exhaustive tuning strategy.

Classes

ExhaustiveTuneStrategy

The exhaustive tuning strategy.

Module Contents

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

The exhaustive tuning strategy.