[Relay][VM] Add AllocTensor instruction and better instruction printer (#3306)
authorHaichen Shen <shenhaichen@gmail.com>
Fri, 14 Jun 2019 22:18:14 +0000 (15:18 -0700)
committerJared Roesch <roeschinc@gmail.com>
Fri, 14 Jun 2019 22:18:14 +0000 (15:18 -0700)
commitb8fa8f627d07cf2d157a6d15ad57bcaa16978780
tree807cab80bf133d770cd9614223d53f67e7a8e5ae
parent59d8ba8f5ce29f9c0726a8a7e997642ebeb475d5
[Relay][VM] Add AllocTensor instruction and better instruction printer (#3306)

* Update vm print & add AllocTensor instruction

* patch

* fix invoke packed

* update cmake

* tweak move

* update invoke_closure

* lint

* add doc

* tweak
CMakeLists.txt
include/tvm/runtime/vm.h
src/relay/backend/vm/compiler.cc
src/runtime/vm/vm.cc