[Pure CL] Introduce Const Tensor View (#1474)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 31 May 2018 08:43:27 +0000 (17:43 +0900)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Thu, 31 May 2018 08:43:27 +0000 (17:43 +0900)
commitc4ae56ef42c57077fe6242a6a3bb58f82add9029
tree7fd9e44d4b616c4ed452a90826e39697a0b377e7
parent07e504917146d7ca5c5c7f055699254b6a26ce99
[Pure CL] Introduce Const Tensor View (#1474)

This commit introduces ConstView class to make it easy to write generic
const operand updates.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
runtimes/pure_arm_compute/src/internal/nnapi/tensor/ConstView.h [new file with mode: 0644]