[nnc] Added Resize implementation in SB (#2398)
authorАндрей Шедько/AI Tools Lab /SRR/Engineer/삼성전자 <a.shedko@samsung.com>
Wed, 19 Dec 2018 16:05:46 +0000 (19:05 +0300)
committerEfimov Alexander/AI Tools Lab/./Samsung Electronics <a.efimov@samsung.com>
Wed, 19 Dec 2018 16:05:46 +0000 (19:05 +0300)
commit8b44b0e1d526acc2d85f07adeb332bf6dba516dc
tree3a62bd1e5f8b79f11573af160375987e846b2395
parentfd9b9f51187926de63caa7f5eeefe63731754825
[nnc] Added Resize implementation in SB (#2398)

SoftBackend implementation of Resize Nearest Neighbor
Lifted from TFLite Reference ops.
Fixed Interpreter implementation.

Signed-off-by: Andrei Shedko <a.shedko@samsung.com>
contrib/nnc/include/core/modelIR/operations/ResizeOp.h
contrib/nnc/passes/interpreter/Interpreter.cpp
contrib/nnc/passes/soft_backend/CPPGenerator.cpp
contrib/nnc/passes/soft_backend/ModelAnalyzer.cpp
contrib/nnc/passes/soft_backend/SBSerializer.cpp
contrib/nnc/passes/soft_backend/code_snippets/cpp_operations.def
contrib/nnc/passes/soft_backend/code_snippets/cpp_resize.def [new file with mode: 0644]
contrib/nnc/unittests/soft_backend/CPPOperations.cpp