Searched refs:b_qzero (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/ |
H A D | external_functions.cpp | 705 const int64_t b_qzero = extra_args[4]; in nnc_aten_quantized_add() local 715 {2u, {b_qscale, b_qzero, toQIntType(b_qdtype)}}}); in nnc_aten_quantized_add() 737 const int64_t b_qzero = extra_args[4]; in nnc_aten_quantized_mul() local 747 {2u, {b_qscale, b_qzero, toQIntType(b_qdtype)}}}); in nnc_aten_quantized_mul() 769 const int64_t b_qzero = extra_args[4]; in nnc_aten_quantized_mul_out() local 779 {2u, {b_qscale, b_qzero, toQIntType(b_qdtype)}}}, in nnc_aten_quantized_mul_out()
|