diff --git a/dnn/src/common/opr_trait.h b/dnn/src/common/opr_trait.h index 4088c051..378a9279 100644 --- a/dnn/src/common/opr_trait.h +++ b/dnn/src/common/opr_trait.h @@ -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