InstanceNorm1d¶
- class torch.ao.nn.quantized.InstanceNorm1d(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]¶
這是
InstanceNorm1d的量化版本。- 附加引數
scale - 輸出的量化比例,型別:double。
zero_point - 輸出的量化零點,型別:long。