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) {
|
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});
|
||||||
|
|
Loading…
Reference in New Issue