[Hybrid][Fix] Fix hybrid script to support array of tensors (#4494)
authorHaichen Shen <shenhaichen@gmail.com>
Thu, 12 Dec 2019 22:33:57 +0000 (14:33 -0800)
committerYao Wang <kevinthesunwy@gmail.com>
Thu, 12 Dec 2019 22:33:56 +0000 (14:33 -0800)
commit123a40774c0a05311b37e55857fcea6042b1bb3f
tree34f861b6b459d1c1f3340978c7d3070dadffde39
parentfb12f35622770b2724aaf4e4747c53a3e71fce54
[Hybrid][Fix] Fix hybrid script to support array of tensors (#4494)

* [Fix][Hybrid] Fix hybrid script to support array of tensors

* add test case

* clean up

* trigger ci
python/tvm/hybrid/parser.py
tests/python/unittest/test_hybrid_script.py