[nnc] Prepare the interpreter backend for the future changes related to adding of...
authorСергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 <s.barannikov@samsung.com>
Mon, 28 Jan 2019 17:32:26 +0000 (20:32 +0300)
committerРоман Михайлович Русяев/AI Tools Lab /SRR/Staff Engineer/삼성전자 <r.rusyaev@samsung.com>
Mon, 28 Jan 2019 17:32:26 +0000 (20:32 +0300)
commitef53c37f7504e17de4764fe1fe6706475c653a91
treec9c6e821cf46604b3a40f83b0cbecbaec2271c99
parentc730e0b1c8a6f89e3d1eca7d9ea6369f12725050
[nnc] Prepare the interpreter backend for the future changes related to adding of the Tensor class in the ModelIR (#2934)

* Add `getInputTensors` and `setOutputTensors` methods in place of the `var` method.
* Reformat the code according to coding style.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
contrib/nnc/include/passes/interpreter/Interpreter.h
contrib/nnc/passes/interpreter/Interpreter.cpp
contrib/nnc/passes/interpreter/ops/Concat.h