Rate this Page

Function at::quantize_per_channel_out#

Function Documentation#

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