Home
last modified time | relevance | path

Searched defs:pV (Results 1 – 13 of 13) sorted by relevance

/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.c21 void arm_fully_connected_mat_q7_vec_q15_ref(const q15_t * pV, // pointer to vector in arm_fully_connected_mat_q7_vec_q15_ref()
H A Darm_fully_connected_q15_ref.c21 void arm_fully_connected_q15_ref(const q15_t * pV, // pointer to vector in arm_fully_connected_q15_ref()
H A Darm_fully_connected_q7_ref.c21 void arm_fully_connected_q7_ref(const q7_t * pV, // pointer to vector in arm_fully_connected_q7_ref()
H A Darm_fully_connected_q15_opt_ref.c21 void arm_fully_connected_q15_opt_ref(const q15_t * pV, // pointer to vector in arm_fully_connected_q15_opt_ref()
H A Darm_fully_connected_mat_q7_vec_q15_opt_ref.c21 void arm_fully_connected_mat_q7_vec_q15_opt_ref(const q15_t * pV, // pointer to vector in arm_fully_connected_mat_q7_vec_q15_opt_ref()
H A Darm_fully_connected_q7_opt_ref.c21 void arm_fully_connected_q7_opt_ref(const q7_t * pV, // pointer to vector in arm_fully_connected_q7_opt_ref()
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/
H A Darm_fully_connected_q15.c66 arm_fully_connected_q15(const q15_t * pV, in arm_fully_connected_q15()
H A Darm_fully_connected_mat_q7_vec_q15.c69 arm_fully_connected_mat_q7_vec_q15(const q15_t * pV, in arm_fully_connected_mat_q7_vec_q15()
H A Darm_fully_connected_q7.c68 arm_fully_connected_q7(const q7_t * pV, in arm_fully_connected_q7()
H A Darm_fully_connected_q15_opt.c97 arm_fully_connected_q15_opt(const q15_t * pV, in arm_fully_connected_q15_opt()
H A Darm_fully_connected_mat_q7_vec_q15_opt.c117 arm_fully_connected_mat_q7_vec_q15_opt(const q15_t * pV, in arm_fully_connected_mat_q7_vec_q15_opt()
H A Darm_fully_connected_q7_opt.c129 arm_fully_connected_q7_opt(const q7_t * pV, in arm_fully_connected_q7_opt()
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/NN/Source/PoolingFunctions/
H A Darm_pool_q7_HWC.c87 q7_t *pV = target; in accumulate_q7_to_q15() local