one more test

Signed-off-by: raver119 <raver119@gmail.com>
master
raver119 2019-11-07 08:49:27 +03:00
parent 08853c7829
commit 4276e63054
1 changed files with 5 additions and 0 deletions

View File

@ -58,6 +58,11 @@ public:
} }
}; };
TEST_F(PlaygroundTests, test_s_1) {
auto t = ::runLightBenchmarkSuit(true);
delete[] t;
}
/* /*
TEST_F(PlaygroundTests, test_relubp_1) { TEST_F(PlaygroundTests, test_relubp_1) {
auto x = NDArrayFactory::create<float>('c', {128, 64, 224, 224}); auto x = NDArrayFactory::create<float>('c', {128, 64, 224, 224});