Home
last modified time | relevance | path

Searched defs:X_zero_point (Results 1 – 5 of 5) 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
199 X_zero_point, W_scale, W_zero_point, Y_scale, Y_zero_point, use_bias, argument
H A Dtest_quantized_op.py4927 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
5160 X_zero_point, argument
5241 X_zero_point, argument
5448 X_zero_point, argument
5531 X_zero_point, argument
5790 X_zero_point, argument
5925 X_zero_point, argument
6106 X_zero_point, argument
6177 X_zero_point, 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/executorch/backends/cadence/reference/operators/
H A Dquantized_matmul_out.cpp34 int32_t X_zero_point, in qmatmul()
60 int64_t X_zero_point, in _typed_quantized_matmul()
114 int64_t X_zero_point, in quantized_matmul_out()
/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