[REDO AFTER GH BUG] Add support for quantized models via QNN (#5016)
authormasahi <masahi129@gmail.com>
Tue, 10 Mar 2020 01:36:50 +0000 (10:36 +0900)
committerGitHub <noreply@github.com>
Tue, 10 Mar 2020 01:36:50 +0000 (10:36 +0900)
commit93dff448b06a8fd6e133326cf8c32bb623817fc3
treee92110c99363a277a60cf7f08bbff0f0efd46799
parentf346c60287b50950275e20db9e6d84b3fc568a00
[REDO AFTER GH BUG] Add support for quantized models via QNN (#5016)

This reverts commit f346c60287b50950275e20db9e6d84b3fc568a00.
python/tvm/relay/frontend/pytorch.py
python/tvm/relay/frontend/qnn_torch.py [new file with mode: 0644]
tests/python/frontend/pytorch/qnn_test.py [new file with mode: 0644]
tests/python/frontend/pytorch/test_forward.py