Home
last modified time | relevance | path

Searched defs:X_scale (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/test/quantization/core/
H A Dtest_quantized_functional.py37 stride, padding, dilation, X_scale, X_zero_point, W_scale, W_zero_point, argument
90 X_scale, X_zero_point, W_scale, W_zero_point, Y_scale, Y_zero_point, argument
142 X_scale, X_zero_point, W_scale, W_zero_point, Y_scale, Y_zero_point, argument
198 stride_d, stride_h, stride_w, pad_d, pad_h, pad_w, dilation, X_scale, argument
H A Dtest_quantized_op.py91 def qlinear_ref(X_q, X_scale, X_zp, W_q, W_scale, W_zp, b_q, Y_scale, Y_zp, dtype=np.uint8): argument
4927 X_scale, X_zero_point, W_scale, W_zero_point, argument
5012 dilations, X_scale, X_zero_point, W_scale, W_zero_point, Y_scale, argument
5159 X_scale, argument
5240 X_scale, argument
5447 X_scale, argument
5530 X_scale, argument
5789 X_scale, argument
5924 X_scale, argument
6105 X_scale, argument
[all …]
H A Dtest_quantized_module.py269 X_scale, X_zero_point, W_scale, W_zero_point, Y_scale, Y_zero_point, argument
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_quantization.py240 out_channels_per_group, groups, kernel_size, X_scale, X_zero_point, W_scale, argument