Add several op mapping in PyTorch frontend (#6472)
authorYong Wu <ywu118@alumni.jh.edu>
Fri, 18 Sep 2020 10:16:27 +0000 (18:16 +0800)
committerGitHub <noreply@github.com>
Fri, 18 Sep 2020 10:16:27 +0000 (19:16 +0900)
commit28ea54aa9d09f5087ef9ee467168a3c6c596a336
tree2ccc09c56969cde810daadaae557cf8f08f25c9c
parent7aed4683bad360915263637efc0f6fcfc6651ebc
Add several op mapping in PyTorch frontend (#6472)

* Add copy_ and clamp_ in PyTorch frontend

* add true_divide in PyTorch frontend

* more test cases for copy_

* fix format

* remove copy_

* fix format

* skip true_divide for torch < 1.5
python/tvm/relay/frontend/pytorch.py
tests/python/frontend/pytorch/test_forward.py