[Common] tensor data struct
authorJaeyun <jy1210.jung@samsung.com>
Thu, 11 Mar 2021 08:02:03 +0000 (17:02 +0900)
committerwooksong <wook16.song@samsung.com>
Mon, 22 Mar 2021 09:46:16 +0000 (18:46 +0900)
commit2f7da007d493e4ad28ffd0fe482fa1e560f46d01
treeeca9a4c06fc58737186a5240e35df49ffe723687
parent6580f1fed572a240d2949b7345de31c857b5fb6b
[Common] tensor data struct

Now tensor-transform and tensor-if use common data struct to handle data.
Add new struct and common functions to handle tensor type and value.

Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
gst/nnstreamer/meson.build
gst/nnstreamer/tensor_data.c [new file with mode: 0644]
gst/nnstreamer/tensor_data.h [new file with mode: 0644]
gst/nnstreamer/tensor_if/gsttensorif.c
gst/nnstreamer/tensor_if/gsttensorif.h
gst/nnstreamer/tensor_transform/tensor_transform.c
gst/nnstreamer/tensor_transform/tensor_transform.h
jni/nnstreamer.mk