[Converter] Fix non-in-place (memcpy mode) and add test case for it.
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 7 Jun 2018 11:15:05 +0000 (20:15 +0900)
committer문지중/동작제어Lab(SR)/Principal Engineer/삼성전자 <jijoong.moon@samsung.com>
Tue, 12 Jun 2018 07:35:06 +0000 (16:35 +0900)
commite62f64e637e187b510be8318fd36d213a2c67883
treeff859b644ebd2645ecf922a7592d070c48bd97e7
parent28e2e9d04fd3faf0209df017c2bbc87070527097
[Converter] Fix non-in-place (memcpy mode) and add test case for it.

Non inplace mode (memcpy mode) is fixed and tested.

Testcase 03 for converter tests memcpy mode.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
tensor_converter/tensor_converter.c
tensor_converter/tensor_converter.h
tensor_converter/test/runTest.sh
tensor_converter/test/testcase03.sh [new file with mode: 0755]