[morph] Introduce dims.h (#1432)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 11 Sep 2018 01:17:48 +0000 (10:17 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 11 Sep 2018 01:17:48 +0000 (10:17 +0900)
commite9c2d1fc7dedf1f001c7a7efb8a37e918f918035
tree6b50f432e8f981af507bf52e5b5d1f674168d80e
parente11715251313bf9ae106ff21d9b2e28e2c90a3b9
[morph] Introduce dims.h (#1432)

This commit introduces dims modulue which will include helpers
for dims object creation from various shapes.

The current implementation supports only a helper for tensor shape.

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