enable_observer
-
class
torch.quantization.fake_quantize.
enable_observer
(mod)[source] Enable observation for this module, if applicable. Example usage:
# model is any PyTorch model model.apply(torch.ao.quantization.enable_observer)
torch.quantization.fake_quantize.
enable_observer
(mod)[source]Enable observation for this module, if applicable. Example usage:
# model is any PyTorch model
model.apply(torch.ao.quantization.enable_observer)