[neurun] Add `access` method to tensors (#9334)
authorSergei Barannikov/AI Tools Lab /SRR/Engineer/Samsung Electronics <s.barannikov@samsung.com>
Mon, 2 Dec 2019 13:17:13 +0000 (16:17 +0300)
committerAlexander Efimov/AI Tools Lab /SRR/Engineer/Samsung Electronics <a.efimov@samsung.com>
Mon, 2 Dec 2019 13:17:13 +0000 (16:17 +0300)
commit6a281d396d5026b04063372016517ba1cb34e3b2
treed05724dec5ad2383df7aeb2ba85218c848df3272
parenta7078e08c388eabf3eab2ccfc20c71f6bea8e8e4
[neurun] Add `access` method to tensors (#9334)

Add virtual method `access` to `ITensor` and derived classes.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
runtime/neurun/backend/acl_cl/operand/ICLTensor.cc [new file with mode: 0644]
runtime/neurun/backend/acl_cl/operand/ICLTensor.h
runtime/neurun/backend/acl_neon/operand/INETensor.cc [new file with mode: 0644]
runtime/neurun/backend/acl_neon/operand/INETensor.h
runtime/neurun/backend/cpu/operand/Tensor.cc
runtime/neurun/backend/cpu/operand/Tensor.h
runtime/neurun/backend/srcn/operand/Tensor.cc
runtime/neurun/backend/srcn/operand/Tensor.h
runtime/neurun/core/include/backend/operand/ITensor.h
runtime/neurun/core/src/exec/interp/Tensor.cc
runtime/neurun/core/src/exec/interp/Tensor.h