Home
last modified time | relevance | path

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

/external/pytorch/test/quantization/core/
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
199 X_zero_point, W_scale, W_zero_point, Y_scale, Y_zero_point, use_bias, argument
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
5161 W_scale, argument
5242 W_scale, argument
5449 W_scale, argument
5532 W_scale, argument
5791 W_scale, argument
5902 def test_qconv_transpose3d(
6107 W_scale, argument
[all …]
Dtest_quantized_module.py269 X_scale, X_zero_point, W_scale, W_zero_point, Y_scale, Y_zero_point, argument
/external/pytorch/torch/testing/_internal/
Dcommon_quantization.py240 out_channels_per_group, groups, kernel_size, X_scale, X_zero_point, W_scale, argument