[mir2loco] Introduce MIR to Loco transformer (#5751)
authorПавел Ильютченко/AI Tools Lab /SRR/Engineer/삼성전자 <p.iliutchenk@samsung.com>
Thu, 25 Jul 2019 03:50:09 +0000 (06:50 +0300)
committerEfimov Alexander/AI Tools Lab/./Samsung Electronics <a.efimov@samsung.com>
Thu, 25 Jul 2019 03:50:09 +0000 (12:50 +0900)
commite5c415af4963081ddb905827135152b1899978c9
tree1ca624adb2447eefc991c1d178423a2be5f521d5
parentcc7a0e1ec88138ff223f03a45cc459555df1babe
[mir2loco] Introduce MIR to Loco transformer (#5751)

* Implemented core structure
* Supported 2 ops: Input and Output
* Unit test for input and output operations

Signed-off-by: Pavel Iliutchenko <p.iliutchenk@samsung.com>
compiler/mir2loco/.FORMATCHECKED [new file with mode: 0644]
compiler/mir2loco/CMakeLists.txt [new file with mode: 0644]
compiler/mir2loco/include/mir2loco.h [new file with mode: 0644]
compiler/mir2loco/requires.cmake [new file with mode: 0644]
compiler/mir2loco/src/mir2loco.cpp [new file with mode: 0644]
compiler/mir2loco/src/mir2loco.test.cpp [new file with mode: 0644]