[Filter/Custom] Custom tensor postprocessing support
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 1 Jun 2018 04:46:27 +0000 (13:46 +0900)
committer함명주/동작제어Lab(SR)/Principal Engineer/삼성전자 <myungjoo.ham@samsung.com>
Tue, 5 Jun 2018 08:12:04 +0000 (17:12 +0900)
commitb594a591f4cd4fd3e05790c3579b2e9b3cbf6723
tree756676379406da7c1665e7ecdcc05a6d4e32f6c3
parentfbd02eb8113bd26c4bf5512750f8d017223ee73f
[Filter/Custom] Custom tensor postprocessing support

NN developers may define their own custom tensor operations
in the format given byu tensor_common to let NNStreamer
do any custom operations on the tensor stream.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
CMakeLists.txt
include/tensor_common.h
include/tensor_typedef.h [new file with mode: 0644]
nnstreamer.pc.in [new file with mode: 0644]
packaging/nnstreamer.spec
tensor_filter/CMakeLists.txt
tensor_filter/README.md
tensor_filter/tensor_filter.c
tensor_filter/tensor_filter.h
tensor_filter/tensor_filter_custom.c [new file with mode: 0644]
tensor_filter/tensor_filter_custom.h [new file with mode: 0644]