[Converter] Add subplugins for python custom converter
authorGichan Jang <gichan2.jang@samsung.com>
Thu, 22 Apr 2021 00:29:13 +0000 (09:29 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 13 May 2021 02:20:09 +0000 (11:20 +0900)
commit102e033fb8de65433701d871a61456a0bbb18b1b
treeacee361b9401eadc26aed3bd544455de6c77d132
parent3e4a70170b83ffb98baf41cb8a499f622532f3f5
[Converter] Add subplugins for python custom converter

Add subplugins for python custom converter

Signed-off-by: Gichan Jang <gichan2.jang@samsung.com>
17 files changed:
debian/nnstreamer-python3.install
ext/nnstreamer/extra/nnstreamer_protobuf.cc
ext/nnstreamer/extra/nnstreamer_protobuf.h
ext/nnstreamer/extra/nnstreamer_python3_helper.c
ext/nnstreamer/tensor_converter/meson.build
ext/nnstreamer/tensor_converter/tensor_converter_flatbuf.cc
ext/nnstreamer/tensor_converter/tensor_converter_flexbuf.cc
ext/nnstreamer/tensor_converter/tensor_converter_protobuf.cc
ext/nnstreamer/tensor_converter/tensor_converter_python3.cc [new file with mode: 0644]
gst/nnstreamer/include/nnstreamer_plugin_api_converter.h
gst/nnstreamer/tensor_converter/tensor_converter.c
gst/nnstreamer/tensor_converter/tensor_converter.h
packaging/nnstreamer.spec
tests/nnstreamer_converter/unittest_converter.cc
tests/nnstreamer_converter_python3/runTest.sh [new file with mode: 0755]
tests/nnstreamer_plugins/unittest_plugins.cc
tests/test_models/models/custom_converter.py [new file with mode: 0644]