You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
591 B
C++
39 lines
591 B
C++
#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)
|
|
{
|
|
|
|
}
|