[Relay] Make check stricter: disallow inserting function with free vars into module...
author雾雨魔理沙 <lolisa@marisa.moe>
Sat, 22 Aug 2020 05:11:50 +0000 (22:11 -0700)
committerGitHub <noreply@github.com>
Sat, 22 Aug 2020 05:11:50 +0000 (22:11 -0700)
commitaae096a04b81623d2f3299926b73e2c343bcf8d6
treee582212527ff92055c92f1cb5bf35a538b97bbf8
parent88f6f790a138a17e33c53bb70031329de162fa67
[Relay] Make check stricter: disallow inserting function with free vars into module. (#6313)

* save

lint

lint

fix test

fix test

* fix
python/tvm/relay/prelude.py
src/ir/module.cc
tests/python/frontend/tensorflow/test_forward.py
tests/python/relay/test_type_infer.py
tests/python/relay/test_vm_serialization.py
tutorials/dev/use_pass_infra.py