[locomotiv] Introduce NodeExecution helper class (#3402)
author박천교/On-Device Lab(SR)/Engineer/삼성전자 <ch.bahk@samsung.com>
Wed, 8 May 2019 01:29:58 +0000 (10:29 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Wed, 8 May 2019 01:29:58 +0000 (10:29 +0900)
commit2e335e8c36f582389ed0c66cc2e5cf05d7fc2801
tree69578364fa5d017d492517402f0aa34f130b2154
parent65d758d942c2caa54d863fe0ff075b2fb2893637
[locomotiv] Introduce NodeExecution helper class (#3402)

This commit introduces NodeExecution class. This class serves as helper
class for Session::infer(). This class is responsible to calculate one
specific node.

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