InstanceNorm2d¶
- class torch.ao.nn.quantized.InstanceNorm2d(num_features, weight, bias, scale, zero_point, eps=1e-05, momentum=0.1, affine=False, track_running_stats=False, device=None, dtype=None)[source][source]¶
這是
InstanceNorm2d的量化版本。- 附加引數
scale - 輸出的量化縮放因子,型別:double。
zero_point - 輸出的量化零點,型別:long。