1 #include "NNSupport.h" 2 #include <stdio.h> 3 #include "Error.h" 4 #include "arm_nnfunctions.h" 5 #include "Test.h" 6 7 8 test_nn_elementwise_add_s8()9 void NNSupport::test_nn_elementwise_add_s8() 10 { 11 12 } 13 14 15 setUp(Testing::testID_t id,std::vector<Testing::param_t> & paramsArgs,Client::PatternMgr * mgr)16 void NNSupport::setUp(Testing::testID_t id,std::vector<Testing::param_t>& paramsArgs,Client::PatternMgr *mgr) 17 { 18 19 switch(id) 20 { 21 case NNSupport::TEST_NN_ELEMENTWISE_ADD_S8_1: 22 { 23 24 } 25 break; 26 27 28 29 } 30 31 32 33 } 34 tearDown(Testing::testID_t id,Client::PatternMgr * mgr)35 void NNSupport::tearDown(Testing::testID_t id,Client::PatternMgr *mgr) 36 { 37 38 } 39