[enco] Introduce Session (#1697)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 1 Oct 2018 23:54:49 +0000 (08:54 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 1 Oct 2018 23:54:49 +0000 (08:54 +0900)
commitcf8ed1a7bf818c546ab2c3f866d4acbe0daa847f
treef18c515cf4f0e00994a40d998757b85a9f778c4a
parent15dcb4a7d2ce6d3de4dc232aae71c63a6775709e
[enco] Introduce Session (#1697)

* [enco] Introduce Session

This commit introduces Session-related API in enco compiler framework.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
* Correct return value for make_session
contrib/enco/core/src/Backend.cpp
contrib/enco/core/src/Session.cpp [new file with mode: 0644]
contrib/enco/core/src/Session.h [new file with mode: 0644]
contrib/enco/core/src/Transforms/Split.cpp