Support automatic dimension size in Reshape operation (#790)
authorVladimir Plazun/AI Tools Lab /SRR/Engineer/삼성전자 <v.plazun@partner.samsung.com>
Wed, 25 Jul 2018 12:07:34 +0000 (15:07 +0300)
committerSergey Vostokov/AI Tools Lab /SRR/Staff Engineer/삼성전자 <s.vostokov@samsung.com>
Wed, 25 Jul 2018 12:07:34 +0000 (21:07 +0900)
commitd701ff504497589ff4dd7d271573d7206d179c9f
tree5a35a474c1dbe7c3f5c6475cca06617499866a43
parent5636ee623e3d53e2d89ff639a992213a921a7295
Support automatic dimension size in Reshape operation (#790)

Update ShapeInference to support auto dimension( -1 ) in reshape output shape

Signed-off-by: Vladimir Plazun <v.plazun@partner.samsung.com>
contrib/nnc/libs/core/src/core/IR/model/actions/ShapeInference.cpp
contrib/nnc/libs/core/src/core/IR/model/actions/ShapeInference.test.cpp [new file with mode: 0644]