Home
last modified time | relevance | path

Searched defs:dim_vec (Results 1 – 14 of 14) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/NN/Source/SoftmaxFunctions/
H A Darm_softmax_q7.c63 void arm_softmax_q7(const q7_t * vec_in, const uint16_t dim_vec, q7_t * p_out) in arm_softmax_q7()
H A Darm_softmax_q15.c63 void arm_softmax_q15(const q15_t * vec_in, const uint16_t dim_vec, q15_t * p_out) in arm_softmax_q15()
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/
H A Darm_fully_connected_mat_q7_vec_q15_ref.c23 const uint16_t dim_vec, // length of the vector in arm_fully_connected_mat_q7_vec_q15_ref()
H A Darm_fully_connected_q15_ref.c23 const uint16_t dim_vec, // length of the vector in arm_fully_connected_q15_ref()
H A Darm_fully_connected_q7_ref.c23 const uint16_t dim_vec, // length of the vector in arm_fully_connected_q7_ref()
H A Darm_fully_connected_q15_opt_ref.c23 const uint16_t dim_vec, // length of the vector in arm_fully_connected_q15_opt_ref()
H A Darm_fully_connected_mat_q7_vec_q15_opt_ref.c23 const uint16_t dim_vec, // length of the vector in arm_fully_connected_mat_q7_vec_q15_opt_ref()
H A Darm_fully_connected_q7_opt_ref.c23 const uint16_t dim_vec, // length of the vector in arm_fully_connected_q7_opt_ref()
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/
H A Darm_fully_connected_q15.c68 const uint16_t dim_vec, in arm_fully_connected_q15()
H A Darm_fully_connected_mat_q7_vec_q15.c71 const uint16_t dim_vec, in arm_fully_connected_mat_q7_vec_q15()
H A Darm_fully_connected_q7.c70 const uint16_t dim_vec, in arm_fully_connected_q7()
H A Darm_fully_connected_q15_opt.c99 const uint16_t dim_vec, in arm_fully_connected_q15_opt()
H A Darm_fully_connected_mat_q7_vec_q15_opt.c119 const uint16_t dim_vec, in arm_fully_connected_mat_q7_vec_q15_opt()
H A Darm_fully_connected_q7_opt.c131 const uint16_t dim_vec, in arm_fully_connected_q7_opt()