[TEST/RELOAD] Test runtime model reloads during tflite inferences
authorDongju Chae <dongju.chae@samsung.com>
Wed, 18 Dec 2019 03:50:04 +0000 (12:50 +0900)
committerwooksong <wook16.song@samsung.com>
Thu, 2 Jan 2020 02:31:15 +0000 (11:31 +0900)
commit9f62a13189ad7430aca181209c703c8eb58dc464
tree7fd1c9a29f8b23ad6ac3924c13ee6096f8da8813
parenta438f726b62c92a56955895bf7862f4e0ee39bf4
[TEST/RELOAD] Test runtime model reloads during tflite inferences

This commit adds a testcase to test asynchronous model updates during
tflite inferences. It repeatedly switches tflite models between
mobilenet_v1 and mobilenet_v2. It expects the same index for input img.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
tests/meson.build
tests/nnstreamer_filter_reload/runTest.sh [new file with mode: 0644]
tests/nnstreamer_filter_reload/tensor_filter_reload_test.c [new file with mode: 0644]