[nnc] The initial implementation of Shape op in ONNX (#2868)
authorАндрей Тищенко/AI Tools Lab /SRR/Staff Engineer/삼성전자 <a.tischenko@partner.samsung.com>
Wed, 16 Jan 2019 15:32:41 +0000 (18:32 +0300)
committerРоман Михайлович Русяев/AI Tools Lab /SRR/Staff Engineer/삼성전자 <r.rusyaev@samsung.com>
Wed, 16 Jan 2019 15:32:41 +0000 (18:32 +0300)
commit07f4eceacf7b8668696d5be4be2e6aecba7d2408
tree8e7e80c707cc7f9bcd89ee1987e8749319d802c8
parente02b6c00164ed04e0bd17558ca4bb3efe59b30b6
[nnc] The initial implementation of Shape op in ONNX (#2868)

inception_v3 model requires this operation.
In addition I changed the includes order inside some ONNX files.

Signed-off-by: Andrew V. Tischenko a.tischenko@partner.samsung.com
contrib/nnc/passes/onnx_frontend/ONNXImporterImpl.cpp
contrib/nnc/passes/onnx_frontend/ONNXImporterImpl.h
contrib/nnc/passes/onnx_frontend/ONNXOpCreator.cpp
contrib/nnc/passes/onnx_frontend/ONNXOpCreator.h