Searched defs:Y_scale (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/pytorch/test/quantization/core/ |
H A D | test_quantized_functional.py | 38 Y_scale, Y_zero_point, use_bias, use_channelwise, 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 199 X_zero_point, W_scale, W_zero_point, Y_scale, Y_zero_point, use_bias, argument
|
H A D | test_quantized_op.py | 91 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 5012 dilations, X_scale, X_zero_point, W_scale, W_zero_point, Y_scale, argument 5163 Y_scale, argument 5244 Y_scale, argument 5451 Y_scale, argument 5534 Y_scale, argument 5793 Y_scale, argument 5902 def test_qconv_transpose3d( 6109 Y_scale, argument 6180 Y_scale, argument [all …]
|
H A D | test_quantized_module.py | 269 X_scale, X_zero_point, W_scale, W_zero_point, Y_scale, Y_zero_point, argument
|