- Adding support for Mxnet flavored dequantization for both default and using MKLDNN...
authorshoubhik <shoubhikbhatti@gmail.com>
Thu, 10 Oct 2019 19:52:49 +0000 (12:52 -0700)
committerTianqi Chen <tqchen@users.noreply.github.com>
Thu, 10 Oct 2019 19:52:49 +0000 (12:52 -0700)
commit9bbc98cdd7c450f34a81e56d0e5b4b98e62f050c
tree2023bd28da381b2a1e9f4b51e665331aed7f9efb
parent9572d98e04425baa48cbefd1791affae68bef4f6
- Adding support for Mxnet flavored dequantization for both default and using MKLDNN. User can choose between the two at runtime. (#3945)

- Added tests for new methods added.
python/tvm/relay/frontend/__init__.py
python/tvm/relay/frontend/mxnet_qnn_op_utils.py [new file with mode: 0644]
tests/python/frontend/mxnet/test_qnn_ops_utils.py [new file with mode: 0644]