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
feat(dnn): add checksum opr and test
GitOrigin-RevId:
e784a76e0b
tags/v1.3.1
Megvii Engine Team
4 years ago
parent
a49f4a66b7
commit
85b41a90df
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dnn/src/common/opr_trait.h
+ 1
- 1
dnn/src/common/opr_trait.h
View File
@@ -116,7 +116,7 @@ DEF(TQTBackward, 5, true, false);
DEF(PowC, 2, false, true);
DEF(UniformRNG, 1, true, true);
DEF(GaussianRNG, 1, true, true);
DEF(ChecksumForward, 1, true, false);
} // namespace megdnn
// vim: syntax=cpp.doxygen
Write
Preview
Loading…
Cancel
Save