[PythonFilter/Testcases] Add some testcases for Python filter
authorDongju Chae <dongju.chae@samsung.com>
Fri, 17 May 2019 08:23:22 +0000 (17:23 +0900)
committerwooksong <wook16.song@samsung.com>
Mon, 20 May 2019 02:23:40 +0000 (11:23 +0900)
commitca9a6c869b8d71779cbfcb795741581e313e6035
treec358d9846e1dfe448f798d52513527517a448aeb
parent13aed87b4a8149980da859492482a98485831c6a
[PythonFilter/Testcases] Add some testcases for Python filter

I've added some existing testcases
- passthrough.py
- scaler.py

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
ext/nnstreamer/tensor_filter/tensor_filter_python_core.cc
meson.build
tests/nnstreamer_filter_python/checkScaledTensor.py [new file with mode: 0644]
tests/nnstreamer_filter_python/python/passthrough.py [new file with mode: 0644]
tests/nnstreamer_filter_python/python/scaler.py [new file with mode: 0644]
tests/nnstreamer_filter_python/runTest.sh [new file with mode: 0755]