评价此页

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]#

This is the quantized version of InstanceNorm2d.

Additional args
  • scale - 输出的量化尺度,类型:double。

  • zero_point - 输出的量化零点,类型:long。