Lines Matching +defs:val +defs:input
109 void run_dequantization_qasymm8(const ITensor *input, ITensor *output, const Window &window) in run_dequantization_qasymm8()
144 auto val = *(in_ptr + x); in run_dequantization_qasymm8() local
152 void run_dequantization_qsymm8_per_channel_nchw(const ITensor *input, ITensor *output, const Window… in run_dequantization_qsymm8_per_channel_nchw()
185 int8_t val = *(in_ptr + x); in run_dequantization_qsymm8_per_channel_nchw() local
193 void run_dequantization_qsymm8_per_channel_nhwc(const ITensor *input, ITensor *output, const Window… in run_dequantization_qsymm8_per_channel_nhwc()
235 int8_t val = *(in_ptr + x); in run_dequantization_qsymm8_per_channel_nhwc() local
243 void run_dequantization_qsymm8(const ITensor *input, ITensor *output, const Window &window) in run_dequantization_qsymm8()
277 int8_t val = *(in_ptr + x); in run_dequantization_qsymm8() local
285 void run_dequantization_qsymm16(const ITensor *input, ITensor *output, const Window &window) in run_dequantization_qsymm16()
319 int16_t val = *(in_ptr + x); in run_dequantization_qsymm16() local
327 void run_dequantization_core(const ITensor *input, ITensor *output, const Window &window) in run_dequantization_core()