[Pure CL] Extract Sink class (#1585)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 7 Jun 2018 01:53:22 +0000 (10:53 +0900)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Thu, 7 Jun 2018 01:53:22 +0000 (10:53 +0900)
commit1903afef0a1d370d259ca9a0fd6381d7250d9d76
treeaf1e6b8ada28c232bac824c85dee9cb8f8357dbc
parent629a5fbf1f9d3aa46554c94b1c1c2eec5719737c
[Pure CL] Extract Sink class (#1585)

This commit extracts Sink class from execution.h and moves its
definition into newly introduced 'internal/Sink.h' header.

This commit also updates 'internal/Sinks.h' accordingly.

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