Introduce 'nnfw::make_unique' (#1677)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 14 Jun 2018 05:17:35 +0000 (14:17 +0900)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Thu, 14 Jun 2018 05:17:35 +0000 (14:17 +0900)
commit6930a7262abba9fb1c93391a9804d87e386644d8
tree250c428f542c282d59a0995c28b41cbb7ea0e4ab
parent6c1df16ba60aa5ea1d2b78119b0afb5284b89d50
Introduce 'nnfw::make_unique' (#1677)

This commit deprecates 'make_layer' function in pure CL runtime, and
introduces a general make_unique function as a helper.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
include/nnfw/std/memory.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/compilation.cc