[enco] Introduce Global Data Generation Pass (#1739)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 4 Oct 2018 02:55:23 +0000 (11:55 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 4 Oct 2018 02:55:23 +0000 (11:55 +0900)
commitb44b16438a185b917b54674e308243690690d293
tree908872f5721ef632363d8f510851f26ec5d785b6
parenta7e84f658f8c1dfaffc3e92706e027fbfc72a06d
[enco] Introduce Global Data Generation Pass (#1739)

This commit extracts code related with global weight array generation,
and introduces "Global Data Generation" pass that includes the extracted code.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/enco/core/src/Backend.cpp
contrib/enco/core/src/CppCode.cpp
contrib/enco/core/src/Transforms/GlobalDataGeneration.cpp [new file with mode: 0644]
contrib/enco/core/src/Transforms/GlobalDataGeneration.h [new file with mode: 0644]