Selecting all helper functions in a separate file (#6237)
authorПавел Ильютченко/AI Tools Lab /SRR/Engineer/삼성전자 <p.iliutchenk@samsung.com>
Mon, 5 Aug 2019 18:12:18 +0000 (21:12 +0300)
committerEfimov Alexander/AI Tools Lab/./Samsung Electronics <a.efimov@samsung.com>
Mon, 5 Aug 2019 18:12:18 +0000 (21:12 +0300)
commit7c69d9a9e527da0dde659f70639f658aa174d459
tree13594fce86b7aa63cfc16e7dea30e441bf69f0ce
parent392ae7d79470ea9d94b339443c24ccac8ae4c991
Selecting all helper functions in a separate file (#6237)

* Move all helper functions in one file
* Fix other code

Signed-off-by: Pavel Iliutchenko <p.iliutchenk@samsung.com>
compiler/mir-onnx-importer/CMakeLists.txt
compiler/mir-onnx-importer/ONNXHelpers.cpp [new file with mode: 0644]
compiler/mir-onnx-importer/ONNXHelpers.h [new file with mode: 0644]
compiler/mir-onnx-importer/ONNXImporterImpl.cpp
compiler/mir-onnx-importer/ONNXImporterImpl.h
compiler/mir-onnx-importer/ONNXOpCreator.cpp
compiler/mir-onnx-importer/ONNXOpCreator.h