Home
last modified time | relevance | path

Searched refs:read_pad_and_add_s8 (Results 1 – 2 of 2) sorted by relevance

/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_mat_mult_nt_t_s8_s32.c213 read_pad_and_add_s8(lhs_ptr, &lhs000, &lhs001, lhs_offset_s16x2); in arm_nn_mat_mult_nt_t_s8_s32()
214 read_pad_and_add_s8(&lhs_ptr[4], &lhs010, &lhs011, lhs_offset_s16x2); in arm_nn_mat_mult_nt_t_s8_s32()
215 read_pad_and_add_s8(&lhs_ptr[rhs_rows], &lhs100, &lhs101, lhs_offset_s16x2); in arm_nn_mat_mult_nt_t_s8_s32()
216 read_pad_and_add_s8(&lhs_ptr[rhs_rows + 4], &lhs110, &lhs111, lhs_offset_s16x2); in arm_nn_mat_mult_nt_t_s8_s32()
249 read_pad_and_add_s8(lhs_ptr, &lhs00, &lhs01, lhs_offset_s16x2); in arm_nn_mat_mult_nt_t_s8_s32()
250 read_pad_and_add_s8(&lhs_ptr[4], &lhs10, &lhs11, lhs_offset_s16x2); in arm_nn_mat_mult_nt_t_s8_s32()
283 read_pad_and_add_s8(lhs_ptr, &lhs00, &lhs01, lhs_offset_s16x2); in arm_nn_mat_mult_nt_t_s8_s32()
284 read_pad_and_add_s8(&lhs_ptr[rhs_rows], &lhs10, &lhs11, lhs_offset_s16x2); in arm_nn_mat_mult_nt_t_s8_s32()
309 read_pad_and_add_s8(lhs_ptr, &lhs00, &lhs01, lhs_offset_s16x2); in arm_nn_mat_mult_nt_t_s8_s32()
/cmsis-nn-latest/Include/
Darm_nnsupportfunctions.h1076 __STATIC_FORCEINLINE void read_pad_and_add_s8(const int8_t *source, int32_t *out1, int32_t *out2, c… in read_pad_and_add_s8() function