[nnc backend] Add Reshape operation implementation (#443)
authorVladimir Plazun/AI Tools Lab /SRR/Engineer/삼성전자 <v.plazun@partner.samsung.com>
Tue, 10 Jul 2018 07:29:28 +0000 (10:29 +0300)
committerSergey Vostokov/AI Tools Lab /SRR/Staff Engineer/삼성전자 <s.vostokov@samsung.com>
Tue, 10 Jul 2018 07:29:28 +0000 (16:29 +0900)
commit1824f5c8f76aa0704962280cf98c568f3ea45fff
tree9f738903b3872204d988f5bf30d7557b6c39a806
parenta6d803cb28fe3fbbf75be42d961a8a2567ee371e
[nnc backend] Add Reshape operation implementation (#443)

Add Reshape operation implementation

Used by model IR interpreter

Signed-off-by: Vladimir Plazun <v.plazun@partner.samsung.com>
contrib/nnc/libs/backend/interpreter/core/include/interpreter/ops/Reshape.h [new file with mode: 0644]
contrib/nnc/libs/backend/interpreter/core/src/ops/Reshape.cpp [new file with mode: 0644]