[Filter/Custom] Add testcase. Fix bugs found by the testcase.
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 11 Jun 2018 09:33:37 +0000 (18:33 +0900)
committer함명주/동작제어Lab(SR)/Principal Engineer/삼성전자 <myungjoo.ham@samsung.com>
Thu, 14 Jun 2018 04:25:37 +0000 (13:25 +0900)
commitd219042cf95ee768d1242f99251a600186253e7c
treef770f863866ab892979efdb1f3db61aa5b3a1a44
parentb1048bfee5dd2d6246b1956bad3e30f2492c15f3
[Filter/Custom] Add testcase. Fix bugs found by the testcase.

1. Added "passthrough with 3x280x4 tensors" Custom Filter Example
2. Added test case with the example.
3. Fixed filter/custom bugs with the test case
4. Relocated headers and their install paths

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
CMakeLists.txt
include/tensor_filter_custom.h [moved from tensor_filter/tensor_filter_custom.h with 99% similarity]
nnstreamer.pc.in
nnstreamer_example/CMakeLists.txt [new file with mode: 0644]
nnstreamer_example/custom_example_passthrough/CMakeLists.txt [new file with mode: 0644]
nnstreamer_example/custom_example_passthrough/nnstreamer_customfilter_example_passthrough.c [new file with mode: 0644]
tensor_filter/CMakeLists.txt
tensor_filter/tensor_filter_custom.c
tests/nnstreamer_filter_custom/runTest.sh [new file with mode: 0755]
tests/nnstreamer_filter_custom/testcase01.sh [new file with mode: 0755]