[enco] Check the existence of in/out bag (#1154)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 24 Aug 2018 00:58:03 +0000 (09:58 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 24 Aug 2018 00:58:03 +0000 (09:58 +0900)
commit3924e9f2bf1566741c28f8c7cd1c08b86cc27584
treefee721d7ccdd6848b60e722bacb5d1a652191c6b
parenta37b30dc5ee136b7d9c75479007d10cdd812854b
[enco] Check the existence of in/out bag (#1154)

* [enco] Check the existence of in/out bag

The current design of enco NNAPI backend does not work if there is an
in/out bag.

This commit introduces a corresponding assert to make it easy to detect
such a case.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
* Update comment
contrib/enco/core/src/Backend.cpp