Home
last modified time | relevance | path

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

/cmsis-dsp-latest/dsppp/tests/
Dfusion_test.cpp81 static void test2() in test2() function
208 test2<T,NBVEC_256>(); in all_fusion_test()
209 test2<T,1>(); in all_fusion_test()
210 test2<T,nb_tails>(); in all_fusion_test()
211 test2<T,nb_loops>(); in all_fusion_test()
212 test2<T,nb_loops+1>(); in all_fusion_test()
213 test2<T,nb_loops+nb_tails>(); in all_fusion_test()
/cmsis-dsp-latest/PythonWrapper/examples/
Dtestdsp6.py149 test2 = np.array([3.1,0.1]) variable
150 test2 = test2.reshape(1,-1) variable
152 refpredicted2 = clf.predict(test2)
184 test2 = np.array([3.1,0.1]) variable
185 predicted2 = dsp.arm_svm_polynomial_predict_f32(svmInst,test2)
/cmsis-dsp-latest/Examples/ARM/arm_svm_example/
Dtrain.py54 test2=np.array([x_max,0]).reshape(1,-1) variable
56 predicted2 = clf.predict(test2)
112 scatter(test2[:,0],test2[:,1],s=6.0,color='Red')