[Converter] Add custom python converter testcases
authorGichan Jang <gichan2.jang@samsung.com>
Wed, 26 May 2021 09:52:21 +0000 (18:52 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 10 Jun 2021 07:07:33 +0000 (16:07 +0900)
commit460f12e3ee6ff78ff05ce26853b3b013514e51c5
treef295501bda6612e7bf3f08831621827f40aa8c0f
parentca0f30312ba8131bd12e1930b2b3cfac2050fcc5
[Converter] Add custom python converter testcases

Add custom python converter testcases.
 1. Test dynamic dimension
 2. Test custom python conveter using json

Signed-off-by: Gichan Jang <gichan2.jang@samsung.com>
ext/nnstreamer/tensor_converter/tensor_converter_python3.cc
gst/nnstreamer/tensor_converter/tensor_converter.c
packaging/run_unittests_binaries.sh
tests/meson.build
tests/nnstreamer_converter/unittest_converter.cc
tests/nnstreamer_plugins/unittest_plugins.cc
tests/test_models/data/example.json [new file with mode: 0644]
tests/test_models/models/custom_converter_json.py [new file with mode: 0644]
tests/test_models/models/custom_converter_test.py [new file with mode: 0644]
tests/test_models/models/invalid_class_custom_converter.py [new file with mode: 0644]