Fix tflite_benchmark_model out-of-memory error (#3706)
author이상규/동작제어Lab(SR)/Principal Engineer/삼성전자 <sg5.lee@samsung.com>
Mon, 26 Nov 2018 11:20:40 +0000 (20:20 +0900)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Mon, 26 Nov 2018 11:20:40 +0000 (20:20 +0900)
commitae8cd2b55b55718bb8d53de5df8f9181839f9e55
treedcb77d1e16eaa35d6b27b787e36f9a74f5928866
parent16ac7c5a3ac04e48b25edb2302d6f92b47b40d65
Fix tflite_benchmark_model out-of-memory error (#3706)

Previously, benchmark_model created nnapi_delegate every run.
Now, nnapi_delegate build graph only once.

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
tools/tflite_benchmark_model/benchmark_tflite_model.cc