Introduce Execution Time structure (#5162)
authorАндрей Шедько/AI Tools Lab /SRR/Engineer/삼성전자 <a.shedko@samsung.com>
Tue, 21 May 2019 09:36:13 +0000 (12:36 +0300)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Tue, 21 May 2019 09:36:13 +0000 (18:36 +0900)
commit9d25737da96cc381a7a0668779ee194fcfe37ca8
tree7d5d84379e8de3bbed0cc82e23323533628beded
parent10be75c25a10435d7133db4883bd8f76f980df86
Introduce Execution Time structure (#5162)

This adds a structure to store/update/persist
runtime information for different ops

Signed-off-by: Andrei Shedko <a.shedko@samsung.com>
runtimes/neurun/core/include/backend/ExecTime.h [new file with mode: 0644]
runtimes/neurun/core/src/backend/ExecTime.cc [new file with mode: 0644]
runtimes/neurun/test/core/backend/ExecTime.test.cc [new file with mode: 0644]