Browse Source

feat(dnn): add checksum opr and test

GitOrigin-RevId: e784a76e0b
tags/v1.3.1
Megvii Engine Team 4 years ago
parent
commit
85b41a90df
1 changed files with 1 additions and 1 deletions
  1. +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(PowC, 2, false, true);
DEF(UniformRNG, 1, true, true); DEF(UniformRNG, 1, true, true);
DEF(GaussianRNG, 1, true, true); DEF(GaussianRNG, 1, true, true);
DEF(ChecksumForward, 1, true, false);
} // namespace megdnn } // namespace megdnn


// vim: syntax=cpp.doxygen // vim: syntax=cpp.doxygen

Loading…
Cancel
Save