[moco] Add empty Identity and Placeholder (#3225)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Thu, 11 Apr 2019 05:33:59 +0000 (14:33 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 11 Apr 2019 05:33:59 +0000 (14:33 +0900)
commit1c1dc1176921dd4c2d7ec59ac70467c05e8dc792
tree5db58ae22b5958b07480a04ef897d735eb897051
parentc126c610196264e26a234564210a21aaf976d1aa
[moco] Add empty Identity and Placeholder (#3225)

This will add two empty GraphBuilder class for Identity and Placeholder node

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
contrib/moco/lib/frontend/tf/src/Op/Identity.cpp [new file with mode: 0644]
contrib/moco/lib/frontend/tf/src/Op/Identity.h [new file with mode: 0644]
contrib/moco/lib/frontend/tf/src/Op/Placeholder.cpp [new file with mode: 0644]
contrib/moco/lib/frontend/tf/src/Op/Placeholder.h [new file with mode: 0644]