[PureCL] Initialize CLTensors having const data (#1472)
author서상민/동작제어Lab(SR)/Staff Engineer/삼성전자 <sangmin7.seo@samsung.com>
Thu, 31 May 2018 06:23:03 +0000 (15:23 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 31 May 2018 06:23:03 +0000 (15:23 +0900)
commit0e1761af6cf33ceca5f17eb7415db6ffeb41f83a
treedf2313839d6aba59a454091b5679c59a777574dd
parent0527653391f96a4814efdf7f265ed01b81d6ee57
[PureCL] Initialize CLTensors having const data (#1472)

For issue #1366

In the current implementation of Pure CL runtime, CLTensors, which have
const data in their corresponding NNAPI operand, are not initialized.
This patch fixes this issue by initializing them in PlanBuilder's
finalize method.

Signed-off-by: Sangmin Seo <sangmin7.seo@samsung.com>
runtimes/pure_arm_compute/src/compilation.cc
runtimes/pure_arm_compute/src/internal/Model.h