Introduce IODescription struct (#5678)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 18 Jul 2019 07:30:48 +0000 (16:30 +0900)
committer이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Thu, 18 Jul 2019 07:30:48 +0000 (16:30 +0900)
commitf6892ee6e32e95f4cb8e32f921af9d60757138d2
treeb43dc7958abec8f18e45d3bc7b89b5d193375e8b
parente6ff96dead96596a94c170f0ec52f558d705a61c
Introduce IODescription struct (#5678)

Introduce IODescription, InputDesc, and OutputDesc struct to gather input and output buffer information in execution instance
Introduce IODescription field in Execution class

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
runtimes/neurun/core/include/exec/Execution.h
runtimes/neurun/core/include/exec/IODescription.h [new file with mode: 0644]
runtimes/neurun/core/src/exec/Execution.cc [new file with mode: 0644]