Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_mat_mult_nt_t_s8_s32.c55 const int32_t dst_idx_offset) in arm_nn_mat_mult_nt_t_s8_s32() argument
58 const int32_t dst_idx_col_offset = dst_idx_offset * rhs_cols; in arm_nn_mat_mult_nt_t_s8_s32()
101 dst_ptr += dst_idx_offset; in arm_nn_mat_mult_nt_t_s8_s32()
121 dst_ptr += dst_idx_offset; in arm_nn_mat_mult_nt_t_s8_s32()
172 dst_ptr += dst_idx_offset; in arm_nn_mat_mult_nt_t_s8_s32()
192 dst_ptr += dst_idx_offset; in arm_nn_mat_mult_nt_t_s8_s32()
235 dst_ptr += dst_idx_offset; in arm_nn_mat_mult_nt_t_s8_s32()
263 dst_ptr += dst_idx_offset; in arm_nn_mat_mult_nt_t_s8_s32()
295 dst_ptr += dst_idx_offset; in arm_nn_mat_mult_nt_t_s8_s32()
319 dst_ptr += dst_idx_offset; in arm_nn_mat_mult_nt_t_s8_s32()
[all …]
/cmsis-nn-latest/Include/
Darm_nnsupportfunctions.h581 const int32_t dst_idx_offset);