[PythonFilter/Subplugin] Add a subplugin for Python custom filters
authorDongju Chae <dongju.chae@samsung.com>
Thu, 11 Apr 2019 09:32:39 +0000 (18:32 +0900)
committerwooksong <wook16.song@samsung.com>
Fri, 12 Apr 2019 07:26:18 +0000 (16:26 +0900)
commit3a9ae30b0b86cdb0cc2664449376f8ec9aa42a57
treeb025db28fb2cba71d6255dcd74799831d3a5f99b
parent6986be861da173fc5e0a16023a20ee5de9d84c2b
[PythonFilter/Subplugin] Add a subplugin for Python custom filters

It's a nnstreamer subplugin for custom filters written in Python.
It supports both Python 2 and 3.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
ext/nnstreamer/tensor_filter/tensor_filter_python.c [new file with mode: 0644]
ext/nnstreamer/tensor_filter/tensor_filter_python_core.cc [new file with mode: 0644]
ext/nnstreamer/tensor_filter/tensor_filter_python_core.h [new file with mode: 0644]