[nnc] Extract Elementwise interpreter logic into a separate file (#3339)
authorСергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 <s.barannikov@samsung.com>
Tue, 23 Apr 2019 11:43:55 +0000 (14:43 +0300)
committerEfimov Alexander/AI Tools Lab/./Samsung Electronics <a.efimov@samsung.com>
Tue, 23 Apr 2019 11:43:55 +0000 (14:43 +0300)
commit57b043ab275b17dcf8ee3aab3a4d2fc5a3005ffc
tree3de8c04e5b84fcde4e9104239e10e718cc01c74d
parent540f042ba6f6cb0e79628646d5a96e3a95919a92
[nnc] Extract Elementwise interpreter logic into a separate file (#3339)

Extract handling of `ElementwiseOp` in interpreter into a separate file.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
contrib/nnc/passes/interpreter/Interpreter.cpp
contrib/nnc/passes/interpreter/ops/Elementwise.h [new file with mode: 0644]