[filter/TVM] Add tensor-filter subplugin for TVM
authorJunhwan Kim <jejudo.kim@samsung.com>
Fri, 16 Apr 2021 12:55:29 +0000 (21:55 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 29 Apr 2021 09:44:27 +0000 (18:44 +0900)
commit2ee871c103f8c1bce667a82f53c1f9a946b19ef6
treee3cbd9d260fee490a23bc56ceda46edcfdcf7cbb
parent2520438b075dda527642219510483f7aede5f713
[filter/TVM] Add tensor-filter subplugin for TVM

- `dlpack` and either `tvm` or `tvm_runtime` should be included
- Only supports tvm model compiled with relay (graph_executor)

Signed-off-by: Junhwan Kim <jejudo.kim@samsung.com>
ext/nnstreamer/tensor_filter/meson.build
ext/nnstreamer/tensor_filter/tensor_filter_tvm.cc [new file with mode: 0644]
meson.build
meson_options.txt