one more test
Signed-off-by: raver119 <raver119@gmail.com>
This commit is contained in:
parent
08853c7829
commit
4276e63054
@ -58,6 +58,11 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
TEST_F(PlaygroundTests, test_s_1) {
|
||||
auto t = ::runLightBenchmarkSuit(true);
|
||||
delete[] t;
|
||||
}
|
||||
|
||||
/*
|
||||
TEST_F(PlaygroundTests, test_relubp_1) {
|
||||
auto x = NDArrayFactory::create<float>('c', {128, 64, 224, 224});
|
||||
|
Loading…
x
Reference in New Issue
Block a user