Function at::fused_moving_avg_obs_fake_quant¶
Defined in File Functions.h
Function Documentation¶
-
inline at::Tensor at::fused_moving_avg_obs_fake_quant(const at::Tensor &self, const at::Tensor &observer_on, const at::Tensor &fake_quant_on, at::Tensor &running_min, at::Tensor &running_max, at::Tensor &scale, at::Tensor &zero_point, double averaging_const, int64_t quant_min, int64_t quant_max, int64_t ch_axis, bool per_row_fake_quant = false, bool symmetric_quant = false)¶