Skip to content

Commit 1c25a90

Browse files
Ceng23333wooway777
authored andcommitted
issue/688: 修复issue 634引入编译问题
Signed-off-by: Ceng23333 <441651826@qq.com>
1 parent 2f3f407 commit 1c25a90

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

src/infinicore/pybind11/infinicore.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#include "device.hpp"
77
#include "device_event.hpp"
88
#include "dtype.hpp"
9-
#include "nn.hpp"
109
#include "ops.hpp"
1110
#include "tensor.hpp"
1211

@@ -19,7 +18,6 @@ PYBIND11_MODULE(_infinicore, m) {
1918
dtype::bind(m);
2019
ops::bind(m);
2120
tensor::bind(m);
22-
pybind11_nn::bind(m);
2321
}
2422

2523
} // namespace infinicore

src/infinicore/pybind11/nn.hpp

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)