Introduce ParentInfo class (#3401)
author오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Tue, 30 Oct 2018 07:58:47 +0000 (16:58 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 30 Oct 2018 07:58:47 +0000 (16:58 +0900)
commitcc3db967869d17a39612ad4fb99fe45e0b038c6c
treeaaf66ba342d4505595a5427f82ea3be45a5a1afb
parentb168dc604b791ca1b7347de3d5ee777d9a634505
Introduce ParentInfo class (#3401)

Introduce ParentInfo class to represent parent tensor information
Add field in neurun::graph::operand::Object for ParentInfo

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
runtimes/neurun/src/graph/operand/Object.cc
runtimes/neurun/src/graph/operand/Object.h
runtimes/neurun/src/graph/operand/ParentInfo.h [new file with mode: 0644]