Extract Tensor IndexFormatter as utility (#489)
author박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 9 Apr 2018 06:52:04 +0000 (15:52 +0900)
committer김정현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh0822.kim@samsung.com>
Mon, 9 Apr 2018 06:52:04 +0000 (15:52 +0900)
commit6d8095e819b4a0f89caadf013579e514e000519b
tree83fee6f6e1f2d6fcafc94cd5e790bcca808638dc
parent3aec8a1cc8e2cf27871593c44531540f58c10e2f
Extract Tensor IndexFormatter as utility (#489)

This commit extracts TensorIndexFormatter (implemented in NNAPI test) as
utility.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
include/util/tensor/IndexFormatter.h [new file with mode: 0644]
src/util/CMakeLists.txt
src/util/src/tensor/IndexFormatter.cpp [new file with mode: 0644]
tools/nnapi_test/src/nnapi_test.cc