[nnc] Implemented Data Format Switcher (#6932)
authorПавел Ильютченко/AI Tools Lab /SRR/Engineer/삼성전자 <p.iliutchenk@samsung.com>
Thu, 29 Aug 2019 19:02:44 +0000 (22:02 +0300)
committerAlexander Efimov/AI Tools Lab/./Samsung Electronics <a.efimov@samsung.com>
Thu, 29 Aug 2019 19:02:44 +0000 (22:02 +0300)
commit9319b13a23203f9f840ea3d65967a04a9034eaa6
treef1cde06c852f1b9e5f23b1d95abdf7508a01315a
parent7dc4e122549b35de87722d7ac16350bb684622cf
[nnc] Implemented Data Format Switcher (#6932)

* Implemented PoolOp visitor in switcher

Signed-off-by: Pavel Iliutchenko <p.iliutchenk@samsung.com>
compiler/nnc/driver/Driver.cpp
compiler/nnc/driver/Driver.h
compiler/nnc/include/passes/transformations/DataFormatSwitcher.h [new file with mode: 0644]
compiler/nnc/passes/CMakeLists.txt
compiler/nnc/passes/transformations/CMakeLists.txt [new file with mode: 0644]
compiler/nnc/passes/transformations/DataFormatSwitcher.cpp [new file with mode: 0644]