Introduce operation::LowerInfo (#2389)
author이한종/동작제어Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Wed, 22 Aug 2018 01:38:09 +0000 (10:38 +0900)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Wed, 22 Aug 2018 01:38:09 +0000 (10:38 +0900)
commit0a4cbe4a78b15fba5c413f921d7c69ac033a163a
treeb813dd9b7b9433e0a5a29802256c98edf80e7408
parent633c69b7c702c4167ea4819079074b81064952aa
Introduce operation::LowerInfo (#2389)

Introduce `operation::LowerInfo` which contains backend id as string.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/neurun/src/graph/Graph.cc
runtimes/neurun/src/graph/operation/LowerInfo.cc [new file with mode: 0644]
runtimes/neurun/src/graph/operation/LowerInfo.h [new file with mode: 0644]
runtimes/neurun/src/graph/operation/Node.h