Add Reduce operation implementation (#543)
authorVladimir Plazun/AI Tools Lab /SRR/Engineer/삼성전자 <v.plazun@partner.samsung.com>
Tue, 10 Jul 2018 07:47:32 +0000 (10:47 +0300)
committerSergey Vostokov/AI Tools Lab /SRR/Staff Engineer/삼성전자 <s.vostokov@samsung.com>
Tue, 10 Jul 2018 07:47:32 +0000 (16:47 +0900)
commit521022c8f15e118e8be4eb22a8070d12ee87d9d1
treeee525d1f5316a1aaf4641a9f2870548fde067d10
parentd9d368d8ba518509a59d4461c0adf9aa94e91e4e
Add Reduce operation implementation (#543)

Used by model IR interpreter

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