NNSupport.cpp 591 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. #include "NNSupport.h"
  2. #include <stdio.h>
  3. #include "Error.h"
  4. #include "arm_nnfunctions.h"
  5. #include "Test.h"
  6. void NNSupport::test_nn_elementwise_add_s8()
  7. {
  8. }
  9. void NNSupport::setUp(Testing::testID_t id,std::vector<Testing::param_t>& paramsArgs,Client::PatternMgr *mgr)
  10. {
  11. switch(id)
  12. {
  13. case NNSupport::TEST_NN_ELEMENTWISE_ADD_S8_1:
  14. {
  15. }
  16. break;
  17. }
  18. }
  19. void NNSupport::tearDown(Testing::testID_t id,Client::PatternMgr *mgr)
  20. {
  21. }