Home
last modified time | relevance | path

Searched refs:test3 (Results 1 – 4 of 4) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/
H A Darm_nnexamples_nn_test.cpp63 q7_t *test3; in main() local
75 test3 = new q7_t[NNMULT_DIM*2]; in main()
78 q7_t * mult_out_q7 = test3; in main()
79 q7_t * mult_ref_q7 = test3 + NNMULT_DIM; in main()
124 test3 = new q7_t[SIGMOID_DIM]; in main()
133 test3[i] = test1[i]; in main()
137 arm_nn_activations_direct_q7(test3, SIGMOID_DIM, 3, ARM_SIGMOID); in main()
141 printf("in: %d out: %d\n", test1[i], test3[i]); in main()
155 delete[]test3; in main()
168 test3 = new q7_t[TANH_DIM]; in main()
[all …]
/btstack/test/fifo/
H A Dfifo.c80 static void test3(void){ in test3() function
97 test3(); in main()
/btstack/test/sbc/
H A DMakefile90 ./pklg_msbc_test pklg/test3
/btstack/test/hfp/
H A DMakefile143 build-asan/pklg_cvsd_test pklg/test3