[angkor] Add TensorIndex & TensorShape alias (#4085)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 4 Jul 2019 04:43:33 +0000 (13:43 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 4 Jul 2019 04:43:33 +0000 (13:43 +0900)
commitf696235356dffa486a84af1bbe7878fb4d1471d4
treebea059a905266bdb34c079c8c7fa2ba0217e695e
parentfbae718e796838bda066c70ca768daf224473e63
[angkor] Add TensorIndex & TensorShape alias (#4085)

This commit introduces an alias of tensor::Index and tensor::Shape under
nncc::core::ADT namespace (to shorten client-side code).

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/angkor/include/angkor/TensorIndex.h [new file with mode: 0644]
contrib/angkor/include/angkor/TensorShape.h [new file with mode: 0644]
contrib/angkor/src/TensorIndex.test.cpp [new file with mode: 0644]
contrib/angkor/src/TensorShape.test.cpp [new file with mode: 0644]