Home
last modified time | relevance | path

Searched refs:sigmoidTable_q7 (Results 1 – 3 of 3) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/NN/Source/NNSupportFunctions/
H A Darm_nntables.c67 const q7_t sigmoidTable_q7[256] = { variable
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/NN/Include/
H A Darm_nn_tables.h40 extern const q7_t sigmoidTable_q7[256];
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/NN/Source/ActivationFunctions/
H A Darm_nn_activations_q7.c73 lookup_table = sigmoidTable_q7; in arm_nn_activations_direct_q7()