[Bug Fix] Using memmove for in-place calculation
authorjijoong.moon <jijoong.moon@samsung.com>
Tue, 5 Jun 2018 08:51:48 +0000 (17:51 +0900)
committer함명주/동작제어Lab(SR)/Principal Engineer/삼성전자 <myungjoo.ham@samsung.com>
Tue, 5 Jun 2018 09:03:46 +0000 (18:03 +0900)
commitfe39a4db50f5a2188680e2cd56e059ff330b37fa
tree914f4a173e2e4d14583b97ac2911fc11f8d23279
parentb594a591f4cd4fd3e05790c3579b2e9b3cbf6723
[Bug Fix] Using memmove for in-place calculation

Sometimes there is undefined behavior when the source and destination overlaped.
In this case, we have to use memmove to handle overlapping regions.

Signed-off-by: jijoong.moon <jijoong.moon@samsung.com>
tensor_converter/tensor_converter.c