[moco/ONNX] Introduce Identity operation (#3365)
author남궁석/On-Device Lab(SR)/Engineer/삼성전자 <sk.namkoong@samsung.com>
Thu, 25 Apr 2019 04:28:14 +0000 (13:28 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Thu, 25 Apr 2019 04:28:14 +0000 (13:28 +0900)
commit0efc37aba7af76da188a1ae9531e349937962bc8
tree29efd1f568f51089208c430b31d563ec5a02d98d
parentc307568998ead2d76626b475256a811c3e528513
[moco/ONNX] Introduce Identity operation (#3365)

This commit will introduce Identity operation and add it to GraphBuilderRegisry

Signed-off-by: Seok NamKoong <sk.namkoong@samsung.com>
contrib/moco/lib/frontend/onnx/src/GraphBuilderRegistry.h
contrib/moco/lib/frontend/onnx/src/Op/Identity.cpp [new file with mode: 0644]