[moco/tf] Introduce NodeShape (#3926)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Mon, 24 Jun 2019 01:20:58 +0000 (10:20 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 24 Jun 2019 01:20:58 +0000 (10:20 +0900)
commitee9f1306a814858ebbc26c85d1baf827ab8abb04
tree45dbc544b1a48fe1e01410045ca8dfd4c22ce823
parent8bc405ca9dd6bc9cc18ca606c5675072e316c86d
[moco/tf] Introduce NodeShape (#3926)

* [moco/tf] Introduce NodeShape

This will introduce NodeShape to access shape inference result(shape information) of each loco::Node

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
* apply comments

* apply another comment
contrib/moco/lib/frontend/tf/include/moco/tf/NodeShape.h [new file with mode: 0644]
contrib/moco/lib/frontend/tf/src/NodeShape.cpp [new file with mode: 0644]
contrib/moco/lib/frontend/tf/src/NodeShape.test.cpp [new file with mode: 0644]