Home
last modified time | relevance | path

Searched refs:_replace_batchnorm (Results 1 – 1 of 1) sorted by relevance

/external/pytorch/torch/ao/quantization/pt2e/
Dexport_utils.py92 def _replace_batchnorm(m: torch.fx.GraphModule, train_to_eval: bool): function
182 _replace_batchnorm(model, train_to_eval=True)
194 _replace_batchnorm(model, train_to_eval=False)