ohsewon / test

0 stars 0 forks source link

[PR][CLOSED] [TensorDemux] Pick tensor among tensors to push down stream #336

Closed ohsewon closed 5 years ago

ohsewon commented 5 years ago

Issue by jijoong-moon Wednesday Jul 25, 2018 at 23:17 GMT Originally opened as https://github.sec.samsung.net/STAR/nnstreamer/pull/336


PR Description

Sometimes, there is the case which only one tensor is useful to push downstream among tensors. In this case, tensorpick option variable could be used. It is integer variable indicated the order of tensors. For example, we want 0th tensor among tensors, we could use "tensorpick=0".

Changes proposed in this PR:

Resolves: #333

Testcase will be added.

Self evaluation:

  1. Build test: [X]Passed [ ]Failed [ ]Skipped
  2. Run test: [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: jijoong.moon jijoong.moon@samsung.com


jijoong-moon included the following code: https://github.sec.samsung.net/STAR/nnstreamer/pull/336/commits