Searched refs:src_zero_points (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/ |
H A D | qconv.cpp | 1264 const ideep::zero_point_t src_zero_points = ideep::zero_point_t(1, input_zp); in apply_impl() local 1301 src_zero_points, dst_zero_points, op_attr, in apply_impl() 1319 src_zero_points, dst_zero_points, op_attr, in apply_impl() 1333 src_zero_points, dst_zero_points, in apply_impl() 1350 src_zero_points, dst_zero_points, op_attr, in apply_impl() 1547 const ideep::zero_point_t src_zero_points = ideep::zero_point_t(1, act_zero_point); in _quantized_convolution_onednn() local 1715 src_zero_points, dst_zero_points, in _quantized_convolution_onednn()
|