[neurun] Support Tracing in LinearExecutor (#9183)
author이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Tue, 26 Nov 2019 04:27:33 +0000 (13:27 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 26 Nov 2019 04:27:33 +0000 (13:27 +0900)
commitd7f97bbf7b1c7e6bbb96f207e78605b1fd431b86
treede969d9f980179f8cbc6590a8823b6b9152a48f9
parent38714b4d13df5e8b9721bbeb471e94c9160a9a6a
[neurun] Support Tracing in LinearExecutor (#9183)

Support Tracing in LinearExecutor

- Let LinearExecutor have info along with functions
- Make use of Observee object

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtime/neurun/core/src/compiler/CodeWithInfo.h [new file with mode: 0644]
runtime/neurun/core/src/compiler/ExecutorFactory.cc
runtime/neurun/core/src/compiler/Linear.h
runtime/neurun/core/src/exec/LinearExecutor.cc
runtime/neurun/core/src/exec/LinearExecutor.h