[QNN][Relay] Calling Dialect passes from inside Relay Build API. (#3971)
authorAnimesh Jain <anijain@umich.edu>
Wed, 2 Oct 2019 22:39:54 +0000 (15:39 -0700)
committerZhi <5145158+zhiics@users.noreply.github.com>
Wed, 2 Oct 2019 22:39:54 +0000 (15:39 -0700)
commit36201fe97092aabd2829bedc2d04d5f986ffbdaa
treecb398f9a049009f2e84bc5c945e17c9409553137
parenta7873b0aeca8f20e6e7a1e43b1c9a912f610d1b1
[QNN][Relay] Calling Dialect passes from inside Relay Build API. (#3971)
include/tvm/relay/op.h
include/tvm/relay/qnn/transform.h [new file with mode: 0644]
src/relay/backend/build_module.cc
src/relay/ir/op.cc
src/relay/pass/legalize.cc
src/relay/qnn/pass/legalize.cc [new file with mode: 0644]
tests/python/relay/test_op_qnn_conv2d.py
tests/python/relay/test_op_qnn_dequantize.py
tests/python/relay/test_op_qnn_quantize.py
tests/python/relay/test_op_qnn_requantize.py