torch.Tensor.q_per_channel_zero_points¶ Tensor.q_per_channel_zero_points() → Tensor¶ 给定一个通过线性(仿射)逐通道量化(per-channel quantization)进行量化的 Tensor,返回底层量化器的零点(zero_points)张量。该张量的元素数量与原始张量的相应维度(来自 q_per_channel_axis)匹配。