QuantizePerChannel ================== Converts a float tensor to a per-channel quantized tensor with given scales and zero points. **Abstract Signature:** ``QuantizePerChannel(input: Tensor, scales: Tensor, zero_points: Tensor, axis: int, dtype)`` .. raw:: html
—————