Don't multiply by constant 1 uselessly in dense (#5911)
authorThomas Viehmann <tv.code@beamnet.de>
Wed, 24 Jun 2020 11:49:43 +0000 (13:49 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2020 11:49:43 +0000 (20:49 +0900)
commit11815b8d8fd9255e2d5ea1fc9ada98222228d462
treef464f46efd9e8a5dbd8eb6103c3a1bf30ae92074
parent4c78c038392ec805f1f95fbb8022efd8b9709f0e
Don't multiply by constant 1 uselessly in dense (#5911)
python/tvm/relay/frontend/pytorch.py
tests/python/frontend/pytorch/test_forward.py