[Frontend][Torch] Fix up graph input handling (#5204)
authorJeremy Johnson <jeremy.johnson@arm.com>
Thu, 2 Apr 2020 15:29:14 +0000 (16:29 +0100)
committerGitHub <noreply@github.com>
Thu, 2 Apr 2020 15:29:14 +0000 (00:29 +0900)
commit03cbf78e3e8cc910c5a9c95cd3fcafa19959644f
treec78ae614a3bc28596fc2cdb9d7e1494a2c744b8c
parent15b1751c06b29862d5a665d89c6a11c829d5bcfe
[Frontend][Torch] Fix up graph input handling (#5204)

* [Frontend][Torch] Simplify operator input handling

* [Frontend][Torch] Allow user supplied input names to override graph inputs

* Fix pylint issues

* Updates from code review feedback

* Fix tutorial to use shape list input

* Disable intermittent test failure in topi vision test
python/tvm/relay/frontend/pytorch.py
python/tvm/relay/frontend/qnn_torch.py
tests/python/frontend/pytorch/qnn_test.py
tests/python/frontend/pytorch/test_forward.py
topi/tests/python/test_topi_vision.py
tutorials/frontend/from_pytorch.py