DeQuantStub¶ class torch.ao.quantization.DeQuantStub(qconfig=None)[source][source]¶ 解量化桩模块,在校准之前,这与 identity 相同,这将在 convert 中被替换为 nnq.DeQuantize。 参数 qconfig – 张量的量化配置,如果未提供 qconfig,我们将从父模块获取 qconfig