Home
last modified time | relevance | path

Searched defs:p (Results 1 – 25 of 30) sorted by relevance

12

/cmsis-nn-latest/Source/SoftmaxFunctions/
Darm_softmax_s8.c109 mve_pred16_t p = vctp8q(r_count); in arm_softmax_s8() local
123 mve_pred16_t p = vcmpgeq_n_s32(ip, diff_min); in arm_softmax_s8() local
162 mve_pred16_t p = vcmpgeq_n_s32(ip, diff_min); in arm_softmax_s8() local
/cmsis-nn-latest/Source/FullyConnectedFunctions/
Darm_vector_sum_s8_s64.c85 mve_pred16_t p = vctp8q(col_cnt); in arm_vector_sum_s8_s64() local
127 mve_pred16_t p = vctp8q(col_cnt); in arm_vector_sum_s8_s64() local
Darm_vector_sum_s8.c87 mve_pred16_t p = vctp8q(col_cnt); in arm_vector_sum_s8() local
138 mve_pred16_t p = vctp8q(col_cnt); in arm_vector_sum_s8() local
/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_vec_mat_mult_t_per_ch_s8.c103 mve_pred16_t p = vctp8q(col_cnt); in arm_nn_vec_mat_mult_t_per_ch_s8() local
156 mve_pred16_t p = vctp8q(col_cnt); in arm_nn_vec_mat_mult_t_per_ch_s8() local
431 mve_pred16_t p = vctp8q(col_cnt); in arm_nn_vec_mat_mult_t_per_ch_s8() local
482 mve_pred16_t p = vctp8q(col_cnt); in arm_nn_vec_mat_mult_t_per_ch_s8() local
Darm_nn_vec_mat_mult_t_s8.c103 mve_pred16_t p = vctp8q(col_cnt); in arm_nn_vec_mat_mult_t_s8() local
155 mve_pred16_t p = vctp8q(col_cnt); in arm_nn_vec_mat_mult_t_s8() local
429 mve_pred16_t p = vctp8q(col_cnt); in arm_nn_vec_mat_mult_t_s8() local
477 mve_pred16_t p = vctp8q(col_cnt); in arm_nn_vec_mat_mult_t_s8() local
Darm_nn_depthwise_conv_nt_t_padded_s8.c132 mve_pred16_t p = vctp32q(num_ch_to_process); in arm_nn_depthwise_conv_nt_t_padded_s8() local
Darm_nn_depthwise_conv_nt_t_s8.c121 mve_pred16_t p = vctp32q(num_ch_to_process); in arm_nn_depthwise_conv_nt_t_s8() local
Darm_nn_depthwise_conv_nt_t_s16.c126 mve_pred16_t p = vctp32q(num_ch_to_process); in arm_nn_depthwise_conv_nt_t_s16() local
Darm_nn_vec_mat_mul_result_acc_s8_s16.c85 mve_pred16_t p = vctp8q(col_cnt); in arm_nn_vec_mat_mul_result_acc_s8_s16() local
132 mve_pred16_t p = vctp8q(col_cnt); in arm_nn_vec_mat_mul_result_acc_s8_s16() local
Darm_nn_vec_mat_mult_t_svdf_s8.c90 mve_pred16_t p = vctp8q(col_cnt); in arm_nn_vec_mat_mult_t_svdf_s8() local
139 mve_pred16_t p = vctp8q(col_cnt); in arm_nn_vec_mat_mult_t_svdf_s8() local
Darm_nn_depthwise_conv_nt_t_s4.c179 mve_pred16_t p = vctp32q(num_ch_to_process); in arm_nn_depthwise_conv_nt_t_s4() local
/cmsis-nn-latest/Source/BasicMathFunctions/
Darm_elementwise_add_s8.c77 mve_pred16_t p = vctp32q((uint32_t)count); in arm_elementwise_add_s8() local
Darm_maximum_s8.c49 mve_pred16_t p = vctp8q(flat_size); in arm_max_no_broadcast_s8() local
81 mve_pred16_t p = vctp8q(flat_size); in arm_max_scalar_s8() local
Darm_minimum_s8.c49 mve_pred16_t p = vctp8q(flat_size); in arm_min_no_broadcast_s8() local
81 mve_pred16_t p = vctp8q(flat_size); in arm_min_scalar_s8() local
Darm_elementwise_mul_s8.c71 mve_pred16_t p = vctp32q(num_elements); in arm_elementwise_mul_s8() local
/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_nn_mat_mult_s8.c75 mve_pred16_t p = vctp16q((uint32_t)row_len_tmp); in arm_nn_mat_mult_s8() local
135 const mve_pred16_t p = vctp16q((uint32_t)row_len_tmp); in arm_nn_mat_mult_s8() local
Darm_transpose_conv_s8.c157 mve_pred16_t p = vctp32q((uint32_t)channel_count); in arm_transpose_conv_s8() local
231 mve_pred16_t p = vctp32q((uint32_t)channel_count); in arm_transpose_conv_s8() local
Darm_nn_depthwise_conv_s8_core.c183 const mve_pred16_t p = vctp32q((uint32_t)tail_ch); in arm_nn_depthwise_conv_s8_core() local
/cmsis-nn-latest/Source/PoolingFunctions/
Darm_max_pool_s16.c40 mve_pred16_t p = vctp16q((uint32_t)length); in compare_and_replace_if_larger() local
94 mve_pred16_t p = vctp16q((uint32_t)length); in clamp_output() local
Darm_max_pool_s8.c40 mve_pred16_t p = vctp8q((uint32_t)length); in compare_and_replace_if_larger_q7() local
106 mve_pred16_t p = vctp8q((uint32_t)length); in clamp_output() local
Darm_avgpool_s16.c162 mve_pred16_t p = vcmpgtq_n_s32(sum_1, 0); in arm_avgpool_s16() local
/cmsis-nn-latest/Source/TransposeFunctions/
Darm_transpose_s8.c88 mve_pred16_t p = vctp16q(block_count); in arm_transpose_s8_nhcw() local
/cmsis-nn-latest/Source/SVDFunctions/
Darm_svdf_state_s16_s8.c248 mve_pred16_t p = vctp32q((uint32_t)num_elements); in arm_svdf_state_s16_s8() local
Darm_svdf_s8.c263 mve_pred16_t p = vctp32q((uint32_t)num_elements); in arm_svdf_s8() local
/cmsis-nn-latest/Include/
Darm_nnsupportfunctions.h1719 const mve_pred16_t p, in arm_doubling_high_mult_mve_pred()
1737 const mve_pred16_t p, in arm_divide_by_power_of_two_mve_pred()
1759 const mve_pred16_t p) in arm_requantize_mve_pred()

12