[nnc] Implement Gather operation in interpreter backend (#2681)
authorСергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 <s.barannikov@samsung.com>
Fri, 14 Dec 2018 13:45:41 +0000 (16:45 +0300)
committerEfimov Alexander/AI Tools Lab/./Samsung Electronics <a.efimov@samsung.com>
Fri, 14 Dec 2018 13:45:41 +0000 (16:45 +0300)
commit407d4f2df676908b69f56a90b2b5453e30e5b26d
treec9aa4bb313b03449fb94a6e96a6a1e9c92f46efd
parentdaea7975facf4daeb250817f8a297728b49b25af
[nnc] Implement Gather operation in interpreter backend (#2681)

Add implementation of Gather operation to interpreter backend.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
contrib/nnc/core/modelIR/TensorVariant.cpp
contrib/nnc/include/core/modelIR/Tensor.h
contrib/nnc/include/core/modelIR/TensorVariant.h
contrib/nnc/passes/caffe_frontend/caffe_op_creator.cpp
contrib/nnc/passes/interpreter/Interpreter.cpp
contrib/nnc/passes/interpreter/ops/Bias.h
contrib/nnc/passes/interpreter/ops/Gather.cpp [new file with mode: 0644]
contrib/nnc/passes/interpreter/ops/Gather.h [new file with mode: 0644]
contrib/nnc/passes/interpreter/ops/Scale.cpp
contrib/nnc/passes/soft_backend/code_snippets/cpp_gather.def
contrib/nnc/passes/soft_backend/code_snippets/cpp_operations.def