[QNN] Add - Refactoring to C++ (#3736)
authorAnimesh Jain <anijain@umich.edu>
Thu, 5 Sep 2019 17:22:45 +0000 (10:22 -0700)
committerZhi <5145158+zhiics@users.noreply.github.com>
Thu, 5 Sep 2019 17:22:45 +0000 (10:22 -0700)
commita6bb84a834f9240c75db23239fe51a4d9b7cfb64
treeb8a5e0d58fcc04ed49ba5cd188f90e24e5217e53
parent734df8d59b8a9c58cfd87eaca49e635c2ef39e81
[QNN] Add - Refactoring to C++ (#3736)
include/tvm/relay/qnn/attrs.h
python/tvm/relay/qnn/op/qnn.py
src/relay/qnn/op/add.cc [new file with mode: 0644]
src/relay/qnn/op/op_common.h [new file with mode: 0644]
tests/python/relay/test_qnn_add.py [new file with mode: 0644]