Skip to content

Commit

Permalink
register QnnAddAttrs
Browse files Browse the repository at this point in the history
  • Loading branch information
yunjing.lh committed Apr 7, 2020
1 parent d6e4bb8 commit e1a57bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/relay/qnn/op/add.cc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ namespace tvm {
namespace relay {
namespace qnn {

TVM_REGISTER_NODE_TYPE(QnnAddAttrs);

/*
* \brief Canonicalizes the QNN add op.
* \param attrs The QNN add attrs.
Expand Down

0 comments on commit e1a57bc

Please sign in to comment.