[TensorSplit] Skeleton to split tensor into multiple tensor
authorjijoong.moon <jijoong.moon@samsung.com>
Mon, 27 Aug 2018 01:53:02 +0000 (10:53 +0900)
committer안형주/언어이해Lab(SR)/Engineer/삼성전자 <hello.ahn@samsung.com>
Mon, 27 Aug 2018 09:15:37 +0000 (18:15 +0900)
commit8c5bf60763b4f27f4fac753e31382c467326ee51
treea2e28a51e0eb125d5df3abf01674b1fa77d00b77
parentea7195e8b0409b63047765b3c9feeed8bf0b2def
[TensorSplit] Skeleton to split tensor into multiple tensor

In order to split tensor to multiple tensor, tensor_split is
requried. It take one big tensor as an input and push the multiple
smale tensor segment to downstream according to segment option.

This PR indlucdes skeleton of tensor split.

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