Introduce 'tf_test' tool (#1421)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 30 May 2018 23:41:31 +0000 (08:41 +0900)
committer서상민/동작제어Lab(SR)/Staff Engineer/삼성전자 <sangmin7.seo@samsung.com>
Wed, 30 May 2018 23:41:31 +0000 (08:41 +0900)
commitf5cb16c9b649a66a695b32959a8a3d2e569df2cb
tree24a96b44adbb880c922b964ed935f71ca96ec309
parent55c89c8ab523f81b495538976e2c2f64fa2a546e
Introduce 'tf_test' tool (#1421)

This commit introduce experimental 'tf_test' tool. This tool loads
tensorflow lite model and corresponding tensorflow model, run
inferences, and compare the result.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/tf_test/CMakeLists.txt [new file with mode: 0644]
contrib/tf_test/tf_test.cpp [new file with mode: 0644]