Add absent layers for mobilenet (#1333)
authorEfimov Alexander/AI Tools Lab/./Samsung Electronics <a.efimov@samsung.com>
Wed, 5 Sep 2018 18:02:19 +0000 (21:02 +0300)
committerРоман Михайлович Русяев/AI Tools Lab /SRR/Staff Engineer/삼성전자 <r.rusyaev@samsung.com>
Wed, 5 Sep 2018 18:02:19 +0000 (21:02 +0300)
commit1c1e1387b54125a77cf5deb8055d2256b977dd14
treef838918edc0432fd99a30dde3be81a27da01fcb6
parent5e2f71c602ff82886d89124a95110aee48926d4b
Add absent layers for mobilenet (#1333)

Add layers in Model IR:
+ batch norm
+ scale
+ dropout

Signed-off-by: Efimov Alexander <a.efimov@samsung.com>
contrib/nnc/include/core/modelIR/operations/batch_norm.h [new file with mode: 0644]
contrib/nnc/include/core/modelIR/operations/dropout_op.h [new file with mode: 0644]
contrib/nnc/include/core/modelIR/operations/scale_op.h [new file with mode: 0644]