Lines Matching defs:src2

57 inline Status validate_arguments(const ITensorInfo *src1, const ITensorInfo *src2, const ITensorInf…  in validate_arguments()
155 void mul_saturate_quantized_8(const ITensor *src1, const ITensor *src2, ITensor *out, const Window … in mul_saturate_quantized_8()
289 const T src2 = *(input2_ptr + x); in mul_saturate_quantized_8() local
559 void mul_saturate_QSYMM16_QSYMM16_QSYMM16(const ITensor *src1, const ITensor *src2, ITensor *out, c… in mul_saturate_QSYMM16_QSYMM16_QSYMM16()
645 void mul_QSYMM16_QSYMM16_S32(const ITensor *src1, const ITensor *src2, ITensor *out, const Window &… in mul_QSYMM16_QSYMM16_S32()
739 void mul_U8_U8_U8(const ITensor *src1, const ITensor *src2, ITensor *out, const Window &window, int… in mul_U8_U8_U8()
836 inline int16x8_t mul_S16_S16_S16_n_loop(const int16x8_t &src1, const int16x8_t &src2, int n) in mul_S16_S16_S16_n_loop()
889 inline int16x8x2_t mul_S16_S16_S16_n_k(const int16x8x2_t &src1, const int16x8x2_t &src2, int n) in mul_S16_S16_S16_n_k()
905 void mul_S16_S16_S16(const ITensor *src1, const ITensor *src2, ITensor *out, const Window &window, … in mul_S16_S16_S16()
990 inline int32x4_t mul_S32_S32_S32_n_loop(const int32x4_t &src1, const int32x4_t &src2, int n) in mul_S32_S32_S32_n_loop()
1030 inline int32x4x2_t mul_S32_S32_S32_n_k(const int32x4x2_t &src1, const int32x4x2_t &src2, int n) in mul_S32_S32_S32_n_k()
1046 void mul_S32_S32_S32(const ITensor *src1, const ITensor *src2, ITensor *out, const Window &window, … in mul_S32_S32_S32()
1198 void mul_F32_F32_F32(const ITensor *src1, const ITensor *src2, ITensor *out, const Window &window, … in mul_F32_F32_F32()
1298 void c_mul_F32_F32_F32_n(const ITensor *src1, const ITensor *src2, ITensor *out, const Window &wind… in c_mul_F32_F32_F32_n()
1434 void mul_F16_F16_F16(const ITensor *src1, const ITensor *src2, ITensor *out, const Window &window, … in mul_F16_F16_F16()
1559 void mul_U8_U8_S16(const ITensor *src1, const ITensor *src2, ITensor *out, const Window &window, in… in mul_U8_U8_S16()
1658 void mul_S16_U8_S16(const ITensor *src1, const ITensor *src2, ITensor *out, const Window &window, i… in mul_S16_U8_S16()
1751 void mul_U8_S16_S16(const ITensor *src1, const ITensor *src2, ITensor *out, const Window &window, i… in mul_U8_S16_S16()
1758 void CpuMulKernel::configure(ITensorInfo *src1, ITensorInfo *src2, ITensorInfo *dst, float scale, C… in configure()
1973 Status CpuMulKernel::validate(const ITensorInfo *src1, const ITensorInfo *src2, const ITensorInfo *… in validate()
1989 auto src2 = tensors.get_const_tensor(TensorType::ACL_SRC_1); in run_op() local
2014 Status validate_arguments_complex(const ITensorInfo *src1, const ITensorInfo *src2, const ITensorIn… in validate_arguments_complex()
2034 void CpuComplexMulKernel::configure(ITensorInfo *src1, ITensorInfo *src2, ITensorInfo *dst) in configure()
2051 Status CpuComplexMulKernel::validate(const ITensorInfo *src1, const ITensorInfo *src2, const ITenso… in validate()
2066 auto src2 = tensors.get_const_tensor(TensorType::ACL_SRC_1); in run_op() local