[neurun] Change param type of ExecutionObserver (#9209)
author이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Tue, 26 Nov 2019 05:46:13 +0000 (14:46 +0900)
committer이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Tue, 26 Nov 2019 05:46:13 +0000 (14:46 +0900)
commit7c8043602a766462586b46bbcb9bb523d0cb1f94
tree784f2c6f3b2a186e9b4de9eed89a9128912bdbab
parent41a0a71f2f163584c9dbe58f355b4e507085c122
[neurun] Change param type of ExecutionObserver (#9209)

Let ExecutionObserver's handler functions accept `Subgraph` rather than
`Operation` since the execution unit is Subgraph.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtime/neurun/core/include/exec/ExecutionObservers.h
runtime/neurun/core/src/exec/DataflowExecutor.cc
runtime/neurun/core/src/exec/ExecutionObservee.cc
runtime/neurun/core/src/exec/ExecutionObservee.h
runtime/neurun/core/src/exec/ExecutionObservers.cc
runtime/neurun/core/src/exec/LinearExecutor.cc