[tensor_filter] Add tensor filter config property
authorlinuxias <linuxias@gmail.com>
Tue, 12 Sep 2023 15:26:33 +0000 (00:26 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 21 Sep 2023 08:21:01 +0000 (17:21 +0900)
commit08b1cdc0b088bac8157a81726cf0debdd911f836
tree3c234f1d05a01d819324c19f41f56d4b6b3d4d99
parent1c97bbd084254bd239d95d7007fca931d09ac639
[tensor_filter] Add tensor filter config property

 tensor filter configuration is very complex, so when you set filter,
 property settings become longer and more complicated, making it
 difficult to find them at once even if human errors occur.

 If config is used, readability can be increased and human errors
 can be reduced due to organized properties.

Signed-off-by: linuxias <linuxias@gmail.com>
gst/nnstreamer/tensor_filter/tensor_filter.c
gst/nnstreamer/tensor_filter/tensor_filter_common.c
gst/nnstreamer/tensor_filter/tensor_filter_common.h
tests/nnstreamer_filter_tensorflow2_lite/config_file.0 [new file with mode: 0644]
tests/nnstreamer_filter_tensorflow2_lite/config_file_golden.0 [new file with mode: 0644]
tests/nnstreamer_filter_tensorflow2_lite/config_file_golden.1 [new file with mode: 0644]
tests/nnstreamer_filter_tensorflow2_lite/config_file_golden.2 [new file with mode: 0644]
tests/nnstreamer_filter_tensorflow2_lite/runTest.sh