[neurun] Use forward decl from Node (#2558)
author이한종/동작제어Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Mon, 3 Sep 2018 11:04:30 +0000 (20:04 +0900)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 3 Sep 2018 11:04:30 +0000 (20:04 +0900)
commit948abade36210293753b04e6e6fadf36af9b4e5a
treee6dc840ad3dee11050c80093fb675bf16cd7c7fe
parent9fe0ab8bd1b9efa44ad83f3add9580e8d46dde58
[neurun] Use forward decl from Node (#2558)

Forward declare `LowerInfo` from `operation::Node` to reduce
dependencies.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/neurun/src/graph/operation/AvgPool2D.cc
runtimes/neurun/src/graph/operation/Concat.cc
runtimes/neurun/src/graph/operation/Conv2D.cc
runtimes/neurun/src/graph/operation/FullyConnected.cc
runtimes/neurun/src/graph/operation/MaxPool2D.cc
runtimes/neurun/src/graph/operation/NOP.cc
runtimes/neurun/src/graph/operation/Node.cc
runtimes/neurun/src/graph/operation/Node.h
runtimes/neurun/src/graph/operation/Reshape.cc
runtimes/neurun/src/graph/operation/Softmax.cc