[Convert] Rename convert2tensor to tensor_converter
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 23 May 2018 02:39:53 +0000 (11:39 +0900)
committer함명주/동작제어Lab(SR)/Principal Engineer/삼성전자 <myungjoo.ham@samsung.com>
Fri, 25 May 2018 00:51:42 +0000 (09:51 +0900)
commit0c854ed131a60a695fe7fa64d4c5193bb75cc9d8
tree0b7f2a3623605915e27962514c313239548d1b4d
parent827f93389811f7a92df1412e4e2b02dfd3146bc0
[Convert] Rename convert2tensor to tensor_converter

Renamed the module according to the architecture design.
http://suprem.sec.samsung.net/confluence/display/STAR/NNStreamer+Interface+Internal+Draft+1803B

Fixes #11

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
tensor_converter/CMakeLists.txt [moved from convert2tensor/CMakeLists.txt with 51% similarity]
tensor_converter/README.md [moved from convert2tensor/README.md with 100% similarity]
tensor_converter/tensor_converter.c [moved from convert2tensor/convert2tensor.c with 82% similarity]
tensor_converter/tensor_converter.h [moved from convert2tensor/convert2tensor.h with 80% similarity]
tensor_converter/test/.gitignore [moved from convert2tensor/test/.gitignore with 100% similarity]
tensor_converter/test/generateGoldenTestResult.py [moved from convert2tensor/test/generateGoldenTestResult.py with 100% similarity]
tensor_converter/test/runTest.sh [moved from convert2tensor/test/runTest.sh with 85% similarity]
tensor_converter/test/testcase01.sh [moved from convert2tensor/test/testcase01.sh with 83% similarity]