[locop] Introduce FormattedTensorShape (#6399)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 9 Aug 2019 01:17:47 +0000 (10:17 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 9 Aug 2019 01:17:47 +0000 (10:17 +0900)
commitf5d8063d0fae3590a1372843bf6abf3899be80f7
tree5defbb2ef3fb4122e4bc1b0ea84a92a82e21cfd4
parent3969d8a7c63a0ac4555fce39a927cc9a63173ecd
[locop] Introduce FormattedTensorShape (#6399)

This commit introduces FormattedTensorShape class which dumps the
content of a given TensorShape into std::ostream.

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