Introduce ConstantInsertionPass into neurun (#9312)
author장지섭/On-Device Lab(SR)/Engineer/삼성전자 <jiseob.jang@samsung.com>
Mon, 2 Dec 2019 09:11:05 +0000 (18:11 +0900)
committer이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Mon, 2 Dec 2019 09:11:05 +0000 (18:11 +0900)
commitd54a708786942d3c011e1ac6e8eb9f96a5b2e39b
tree5d151523200e520b994e52e283389b1b11d46c9e
parent6b9a246d08b63eead0a813065072c9005cdc6a0a
Introduce ConstantInsertionPass into neurun (#9312)

This commit introduces ConstantInsertionPass into neurun.
  - Creates new operands as a constant operand to be used on other backend
  - Makes to enable using a constant operand on other backend

Signed-off-by: jiseob.jang <jiseob.jang@samsung.com>
runtime/neurun/core/include/graph/Graph.h
runtime/neurun/core/src/graph/Graph.cc
runtime/neurun/core/src/graph/pass/ConstantInsertionPass.cc [new file with mode: 0644]
runtime/neurun/core/src/graph/pass/ConstantInsertionPass.h [new file with mode: 0644]