[Bugfix] Fix the issue that function pass modifies original module (#3712)
authorHaichen Shen <shenhaichen@gmail.com>
Tue, 6 Aug 2019 19:25:59 +0000 (12:25 -0700)
committerZhi <5145158+zhiics@users.noreply.github.com>
Tue, 6 Aug 2019 19:25:59 +0000 (12:25 -0700)
commit43cc89bfafcc110076417e83a8090a92f5c722f9
tree7892c897c3b18b159e5433e2051a7f6968e4b60f
parent3b287c4d4e6d83e6fd30db47ffa3d5481a332a63
[Bugfix] Fix the issue that function pass modifies original module (#3712)

* fix

* fix interpreter
python/tvm/relay/backend/interpreter.py
src/relay/pass/pass_manager.cc
tests/python/relay/test_pass_fuse_ops.py