Introduce NNAPI Unittest through T/F Lite (#374)
author박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 2 Apr 2018 23:11:58 +0000 (08:11 +0900)
committer김정현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh0822.kim@samsung.com>
Mon, 2 Apr 2018 23:11:58 +0000 (08:11 +0900)
commit1153822ac9835817bdc3fdfbc918dade810f8921
tree087384f24003eb90ed3f6cc6a92c0ffed21d1b91
parent0c4b87a75e85d2982d7237e7008d719b8387589f
Introduce NNAPI Unittest through T/F Lite (#374)

This commit introduces a convolution NNAPI unittest which
invokes NN API via T/F Lite interpreter and compare it with
the output of T/F Lite pure interpreter.

This testcase is derived from a convolution example in tflite_examples.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
tools/CMakeLists.txt
tools/nnapi_unittests/CMakeLists.txt [new file with mode: 0644]
tools/nnapi_unittests/inc/env.h [new file with mode: 0644]
tools/nnapi_unittests/inc/nn.h [new file with mode: 0644]
tools/nnapi_unittests/lib/env.cpp [new file with mode: 0644]
tools/nnapi_unittests/lib/nn.cpp [new file with mode: 0644]
tools/nnapi_unittests/tests/conv_1.cpp [new file with mode: 0644]
tools/nnapi_unittests/tests/conv_1.lst [new file with mode: 0644]