[TensorMeta] Add Tensor Meta Data for GstBuffer
authorjijoong.moon <jijoong.moon@samsung.com>
Wed, 20 Jun 2018 09:27:29 +0000 (18:27 +0900)
committer함명주/동작제어Lab(SR)/Principal Engineer/삼성전자 <myungjoo.ham@samsung.com>
Thu, 21 Jun 2018 04:06:46 +0000 (13:06 +0900)
commit4e06518bc7e19aa7f93a9d49425e9af9141ef544
tree569e8d51eed289470397931bef0003b4c5dd199f
parent62ccef4e11097493d93e51ddef3905fdb40c6caf
[TensorMeta] Add Tensor Meta Data for GstBuffer

In order to deal with other/tensors, we need GstBuffer which includes
multiple GstMemory for Tensors and GstMeta to describe offset and etc.

This is the first draft commit for the GstMeta for Tensor, say
TensorMeta.

Signed-off-by: jijoong.moon <jijoong.moon@samsung.com>
CMakeLists.txt
common/tensor_meta.c [new file with mode: 0644]
include/tensor_meta.h [new file with mode: 0644]