Skip to content

Commit c9fa2f8

Browse files
committed
fix using
1 parent c4d4fa6 commit c9fa2f8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

test/single_layer/fixture.hpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88

99
#include "layers/Layer.hpp"
1010

11-
using namespace it_lab_ai;
11+
using it_lab_ai::Backend;
12+
using it_lab_ai::ParBackend;
13+
using it_lab_ai::RuntimeOptions;
14+
using it_lab_ai::Shape;
1215

1316
class BaseTestFixture : public ::testing::Test {
1417
public:

0 commit comments

Comments
 (0)