[enco] Record ANN input/output opreands (#1227)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 29 Aug 2018 04:30:11 +0000 (13:30 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 29 Aug 2018 04:30:11 +0000 (13:30 +0900)
commitb6df9490f205ba4f3ea6457def19f67f67c09b78
treeb2453ed6a29ae61b29ec0d1a0d65ea766c981f42
parent059c6d51d4b83ab75d04e648c329e4da77496cd4
[enco] Record ANN input/output opreands (#1227)

This commit extends ann::Module class with input and output methods
which records the input and output operands of android NN model.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/enco/core/src/ANN/IR/InputList.h [new file with mode: 0644]
contrib/enco/core/src/ANN/IR/Module.h
contrib/enco/core/src/ANN/IR/OutputList.h [new file with mode: 0644]