This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
MegEngine
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
31
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix(imperative): add missing pragma once
GitOrigin-RevId:
7a9fff1171
tags/v1.8.0
Megvii Engine Team
3 years ago
parent
462364eb06
commit
e7c2ed1183
2 changed files
with
4 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
imperative/src/include/megbrain/imperative/backward_graph_opt.h
+2
-0
imperative/src/include/megbrain/imperative/interpreter.h
+ 2
- 0
imperative/src/include/megbrain/imperative/backward_graph_opt.h
View File
@@ -9,6 +9,8 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*/
*/
#pragma once
#include "./op_def.h"
#include "./op_def.h"
namespace mgb::imperative {
namespace mgb::imperative {
+ 2
- 0
imperative/src/include/megbrain/imperative/interpreter.h
View File
@@ -9,6 +9,8 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*/
*/
#pragma once
#include <any>
#include <any>
#include <atomic>
#include <atomic>
Write
Preview
Loading…
Cancel
Save