Searched defs:W_zero_point (Results 1 – 4 of 4) sorted by relevance
/external/pytorch/test/quantization/core/ |
D | test_quantized_functional.py | 37 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 199 X_zero_point, W_scale, W_zero_point, Y_scale, Y_zero_point, use_bias, argument
|
D | test_quantized_op.py | 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 5162 W_zero_point, argument 5243 W_zero_point, argument 5450 W_zero_point, argument 5533 W_zero_point, argument 5792 W_zero_point, argument 5902 def test_qconv_transpose3d( 6108 W_zero_point, argument 6179 W_zero_point, argument [all …]
|
D | test_quantized_module.py | 269 X_scale, X_zero_point, W_scale, W_zero_point, Y_scale, Y_zero_point, argument
|
/external/pytorch/torch/testing/_internal/ |
D | common_quantization.py | 241 W_zero_point, use_bias, use_channelwise, argument
|