[neurun] Introduce CLTensor/CLSubTensor (#3723)
author김수진/동작제어Lab(SR)/Engineer/삼성전자 <sjsujin.kim@samsung.com>
Tue, 27 Nov 2018 22:11:51 +0000 (07:11 +0900)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Tue, 27 Nov 2018 22:11:51 +0000 (07:11 +0900)
commit840a2fd35c03004daca32f72d56491e64b140c66
tree29cb373a8045d6bba4809feb6abd31cbcf611261
parent26eeb62f75159716b3ba74ee5e34808ab13745d3
[neurun] Introduce CLTensor/CLSubTensor (#3723)

Related : #3273
Part of : #3700

This commit introduces `neurun::backend::acl_cl::operand::CLTensor`/`neurun::backend::acl_cl::operand::CLSubTensor`.
Those are inherited to internal `ICLTensor`, and have handles of `ACL` `arm_compute::CLTensor` and `arm_compute::CLSubTensor`.

Signed-off-by: sjsujinkim <sjsujin.kim@samsung.com>
runtimes/neurun/src/backend/acl_cl/operand/CLSubTensor.cc [new file with mode: 0644]
runtimes/neurun/src/backend/acl_cl/operand/CLSubTensor.h [new file with mode: 0644]
runtimes/neurun/src/backend/acl_cl/operand/CLTensor.cc [new file with mode: 0644]
runtimes/neurun/src/backend/acl_cl/operand/CLTensor.h [new file with mode: 0644]