ohsewon / test

0 stars 0 forks source link

[ISSUE][CLOSED] [Tensors] Potential bug due to the misordering of tensor #267

Closed ohsewon closed 5 years ago

ohsewon commented 5 years ago

Issue by jijoong-moon Thursday Jul 12, 2018 at 03:00 GMT Originally opened as https://github.sec.samsung.net/STAR/nnstreamer/issues/267


Issue Description

During generation of tensors, there is potential bug because of ill management of tensor ordering. During the negotiation, the caps are generated and updated by first comes - first stores way without store ordering. Due this lack of management of ordering, It could not be generated accordingly when we make outbuffer in the chain function.

We should use alternative which can manage order during insert the GSTMemory at gst_append_tensor and should add the order idx in pad private data to manage the order.