Introduce equality over tensor::Shape (#488)
author박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 6 Apr 2018 02:21:43 +0000 (11:21 +0900)
committer김정현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh0822.kim@samsung.com>
Fri, 6 Apr 2018 02:21:43 +0000 (11:21 +0900)
commit2e241ff129d4d1fb80f4e032d488c818df92059a
treec5bb631d4a8398c8d7840ae495f633e4129d034d
parent6126a468cdae63f1b59b4a972d05f3f9829ea134
Introduce equality over tensor::Shape (#488)

This commit introduces == operator over tensor::Shape, and use it to
check shape equality over two tensors under comparision.

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