[locomotiv] Support Pull node (#3415)
author박천교/On-Device Lab(SR)/Engineer/삼성전자 <ch.bahk@samsung.com>
Thu, 9 May 2019 01:46:31 +0000 (10:46 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 9 May 2019 01:46:31 +0000 (10:46 +0900)
commit98ffff81b91f4cec5d4a0310de1d4c746d704b2d
tree9623fa94211234aea59718ea39087c00a8677d94
parent7cb3d32c6637a163f77aefc91ee5738ad316d767
[locomotiv] Support Pull node (#3415)

This commit introduces support for Pull node execution. Pull node
basically do nothing, but aborts if input data annotation not ready.

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
contrib/locomotiv/src/Node/Pull.cpp [new file with mode: 0644]
contrib/locomotiv/src/Node/Pull.test.cpp [new file with mode: 0644]
contrib/locomotiv/src/NodeExecution.cpp
contrib/locomotiv/src/NodeExecution.h