[Relay] Add Python type functor and tests (#4209)
authorLogan Weber <36520469+weberlo@users.noreply.github.com>
Wed, 30 Oct 2019 04:51:20 +0000 (21:51 -0700)
committerJared Roesch <roeschinc@gmail.com>
Wed, 30 Oct 2019 04:51:20 +0000 (21:51 -0700)
commit09f0ac3385757e4d1de2d5766fc3aae22504baa2
tree17147337de7f349d65c119aef2726dc19d030487
parent2386e74b0372315e5152e39cc18cb24821a04123
[Relay] Add Python type functor and tests (#4209)

* Add Python type functor and tests

* Lint roller
python/tvm/relay/__init__.py
python/tvm/relay/type_functor.py [new file with mode: 0644]
tests/python/relay/test_type_functor.py [new file with mode: 0644]