[moco/ONNX] Introduce onnxutil (#3633)
author남궁석/On-Device Lab(SR)/Engineer/삼성전자 <sk.namkoong@samsung.com>
Mon, 3 Jun 2019 23:51:19 +0000 (08:51 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 3 Jun 2019 23:51:19 +0000 (08:51 +0900)
commita12415245b6452e352e994cc61184853614cc1e9
tree4e58e2815db15b3adf5fbc7839e88cec640537fe
parent18d04439b1343beaae0a3299143a615e8ab115bd
[moco/ONNX] Introduce onnxutil (#3633)

* [moco/ONNX] Introduce onnxutil

Until now, some functions only for ONNX is in the `Frontend.cpp` file.
This commit will make those functions as separate file, `Onnxutil.h`

Signed-off-by: Seok NamKoong <sk.namkoong@samsung.com>
* Modify parameter type
contrib/moco/lib/frontend/onnx/src/Frontend.cpp
contrib/moco/lib/frontend/onnx/src/Onnxutil.cpp [new file with mode: 0644]
contrib/moco/lib/frontend/onnx/src/Onnxutil.h [new file with mode: 0644]