[locomotiv] Implement MatrixEncode, MatrixDecode and MatMul (#7604)
authorПавел Ильютченко/AI Tools Lab /SRR/Engineer/삼성전자 <p.iliutchenk@samsung.com>
Fri, 20 Sep 2019 01:51:15 +0000 (04:51 +0300)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 20 Sep 2019 01:51:15 +0000 (10:51 +0900)
commit71e6642aa42bce4170f491e09a59ddcd35cd35e0
tree28e1de954f9c49c18e505769fb33de316b98e523
parentb479769a4ae03ea80977cb52130569655ffb855d
[locomotiv] Implement MatrixEncode, MatrixDecode and MatMul (#7604)

* Implemented operations on loco interpreter (locomotiv)
* Added tests for this operations

Signed-off-by: Pavel Iliutchenko <p.iliutchenk@samsung.com>
compiler/locomotiv/src/Node.lst
compiler/locomotiv/src/Node/MatMul.cpp [new file with mode: 0644]
compiler/locomotiv/src/Node/MatMul.test.cpp [new file with mode: 0644]
compiler/locomotiv/src/Node/MatrixCodec.test.cpp [new file with mode: 0644]
compiler/locomotiv/src/Node/MatrixDecode.cpp [new file with mode: 0644]
compiler/locomotiv/src/Node/MatrixEncode.cpp [new file with mode: 0644]