Home
last modified time | relevance | path

Searched refs:arm_softmax_q7 (Results 1 – 3 of 3) 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() function
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10/
H A Darm_nnexamples_cifar10.cpp188 arm_softmax_q7(output_data, 10, output_data); in main()
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/NN/Include/
H A Darm_nnfunctions.h993 void arm_softmax_q7(const q7_t * vec_in, const uint16_t dim_vec, q7_t * p_out);