ohsewon / test

0 stars 0 forks source link

[PR][CLOSED] [TensorMux] Remove memcopy #277

Closed ohsewon closed 6 years ago

ohsewon commented 6 years ago

Issue by jijoong-moon Friday Jul 13, 2018 at 06:10 GMT Originally opened as https://github.sec.samsung.net/STAR/nnstreamer/pull/277


PR Description

No need to use memcopy to make tensors buffer. gst_buffer_get_memory is used to extract the mem from in buffer and use it after increase ref count.

Resolves: #271

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/277/commits