[Fix][VM] Fix VM invoke with set_params (#4079)
authorHaichen Shen <shenhaichen@gmail.com>
Tue, 8 Oct 2019 17:19:49 +0000 (10:19 -0700)
committerZhi <5145158+zhiics@users.noreply.github.com>
Tue, 8 Oct 2019 17:19:49 +0000 (10:19 -0700)
commitb5bcdbb089fa3ac24429bc9de6179d4a253a8920
tree3785f241d229afc9df7a79b30876fd0a1e79c02f
parent425430d46048a78701e4b81674455d24e22e6ffc
[Fix][VM] Fix VM invoke with set_params (#4079)

* Fix VM invoke with set_params

* add test

* tweak
src/runtime/vm/vm.cc
tests/python/relay/test_vm.py