[nnc core] Add ShapeInference class (#452)
authorVladimir Plazun/AI Tools Lab /SRR/Engineer/삼성전자 <v.plazun@partner.samsung.com>
Tue, 3 Jul 2018 12:42:24 +0000 (16:42 +0400)
committerSergey Vostokov/AI Tools Lab /SRR/Staff Engineer/삼성전자 <s.vostokov@samsung.com>
Tue, 3 Jul 2018 12:42:24 +0000 (21:42 +0900)
commit7f34d63f40c895f096102e320e3935a30570722a
tree048c1d9b16e2eced275c9b154383d4519e9a3a34
parente92bb404d9ae23615e3117550cc64716f279ff82
[nnc core] Add ShapeInference class (#452)

Add ShapeInference class

Used to infer shapes of intermediate nodes based only on input shapes

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