| 1234567891011121314151617181920212223242526272829303132333435363738 |
- #include "NNSupport.h"
- #include <stdio.h>
- #include "Error.h"
- #include "arm_nnfunctions.h"
- #include "Test.h"
- void NNSupport::test_nn_elementwise_add_s8()
- {
-
- }
-
-
- void NNSupport::setUp(Testing::testID_t id,std::vector<Testing::param_t>& paramsArgs,Client::PatternMgr *mgr)
- {
- switch(id)
- {
- case NNSupport::TEST_NN_ELEMENTWISE_ADD_S8_1:
- {
-
- }
- break;
-
-
- }
-
- }
- void NNSupport::tearDown(Testing::testID_t id,Client::PatternMgr *mgr)
- {
-
- }
|