[RUNTIME] Improved Packed FFI for optional. (#5478)
authorTianqi Chen <tqchen@users.noreply.github.com>
Thu, 30 Apr 2020 15:07:00 +0000 (08:07 -0700)
committerGitHub <noreply@github.com>
Thu, 30 Apr 2020 15:07:00 +0000 (08:07 -0700)
commit745c8a06b89933fd945e526bba7b9f76626e0c53
treeef378b5ed4538f73f15f1a769e2bbff1ac572cbd
parent7ea834f99b5faf8481d9ec57e1ac1c33d4b5e6de
[RUNTIME] Improved Packed FFI for optional. (#5478)

Allows Optional<NDArray> and module to be passed with the right type code.
include/tvm/runtime/packed_func.h
tests/cpp/build_module_test.cc
tests/cpp/container_test.cc