[moco-tf] Import Placeholder as TFPlaceholder (#8369)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Tue, 22 Oct 2019 01:09:35 +0000 (10:09 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 22 Oct 2019 01:09:35 +0000 (10:09 +0900)
commit3648bcf028f783427e2853676a57e39a9f596c79
tree9f83eaa367dcf60c55f3d6461c1e5ff00bb607ba
parent45155ef4afef6835a302f8998cc96d91a14867e0
[moco-tf] Import Placeholder as TFPlaceholder (#8369)

This will import TensorFlow Placeholder node as TFPlaceholder IR instead of loco::Pull
- graph input shape setting has moved to Importer class as we cannot query node by name in Frontend

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
compiler/moco-tf/src/Frontend.cpp
compiler/moco-tf/src/Importer.cpp
compiler/moco-tf/src/Op/Placeholder.cpp
compiler/moco-tf/src/Op/Placeholder.test.cpp