Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_mat_mult_nt_t_s8_s32.c58 const int32_t dst_idx_col_offset = dst_idx_offset * rhs_cols; in arm_nn_mat_mult_nt_t_s8_s32() local
88 ip_dst += dst_idx_col_offset; in arm_nn_mat_mult_nt_t_s8_s32()
92 ip_dst += dst_idx_col_offset; in arm_nn_mat_mult_nt_t_s8_s32()
96 ip_dst += dst_idx_col_offset; in arm_nn_mat_mult_nt_t_s8_s32()
105 dst_ptr += 3 * dst_idx_col_offset; in arm_nn_mat_mult_nt_t_s8_s32()
159 ip_dst += dst_idx_col_offset; in arm_nn_mat_mult_nt_t_s8_s32()
163 ip_dst += dst_idx_col_offset; in arm_nn_mat_mult_nt_t_s8_s32()
167 ip_dst += dst_idx_col_offset; in arm_nn_mat_mult_nt_t_s8_s32()
176 dst_ptr += 3 * dst_idx_col_offset; in arm_nn_mat_mult_nt_t_s8_s32()
225 dst_ptr[dst_idx_col_offset] = SMLAD(lhs100, rhs_val00, dst_ptr[dst_idx_col_offset]); in arm_nn_mat_mult_nt_t_s8_s32()
[all …]