Rate this Page

Function at::quantize_per_channel#

Function Documentation#

inline at::Tensor at::quantize_per_channel(const at::Tensor &self, const at::Tensor &scales, const at::Tensor &zero_points, int64_t axis, at::ScalarType dtype)#