Searched refs:test3 (Results 1 – 4 of 4) sorted by relevance
63 q7_t *test3; in main() local75 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 …]
80 static void test3(void){ in test3() function97 test3(); in main()
90 ./pklg_msbc_test pklg/test3
143 build-asan/pklg_cvsd_test pklg/test3