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 D | arm_fully_connected_mat_q7_vec_q15_ref.c | 21 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 D | arm_fully_connected_q15_ref.c | 21 void arm_fully_connected_q15_ref(const q15_t * pV, // pointer to vector in arm_fully_connected_q15_ref()
|
H A D | arm_fully_connected_q7_ref.c | 21 void arm_fully_connected_q7_ref(const q7_t * pV, // pointer to vector in arm_fully_connected_q7_ref()
|
H A D | arm_fully_connected_q15_opt_ref.c | 21 void arm_fully_connected_q15_opt_ref(const q15_t * pV, // pointer to vector in arm_fully_connected_q15_opt_ref()
|
H A D | arm_fully_connected_mat_q7_vec_q15_opt_ref.c | 21 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 D | arm_fully_connected_q7_opt_ref.c | 21 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 D | arm_fully_connected_q15.c | 66 arm_fully_connected_q15(const q15_t * pV, in arm_fully_connected_q15()
|
H A D | arm_fully_connected_mat_q7_vec_q15.c | 69 arm_fully_connected_mat_q7_vec_q15(const q15_t * pV, in arm_fully_connected_mat_q7_vec_q15()
|
H A D | arm_fully_connected_q7.c | 68 arm_fully_connected_q7(const q7_t * pV, in arm_fully_connected_q7()
|
H A D | arm_fully_connected_q15_opt.c | 97 arm_fully_connected_q15_opt(const q15_t * pV, in arm_fully_connected_q15_opt()
|
H A D | arm_fully_connected_mat_q7_vec_q15_opt.c | 117 arm_fully_connected_mat_q7_vec_q15_opt(const q15_t * pV, in arm_fully_connected_mat_q7_vec_q15_opt()
|
H A D | arm_fully_connected_q7_opt.c | 129 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 D | arm_pool_q7_HWC.c | 87 q7_t *pV = target; in accumulate_q7_to_q15() local
|