[moco/ONNX] Introduce symbolTable in GraphBuilderContext (#3353)
author남궁석/On-Device Lab(SR)/Engineer/삼성전자 <sk.namkoong@samsung.com>
Wed, 24 Apr 2019 22:22:23 +0000 (07:22 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Wed, 24 Apr 2019 22:22:23 +0000 (07:22 +0900)
commit8f0ea3d847ba29e3c24dd4e267b75d814eb251e5
treefc6613112a5e89c474f1c98329ba2b08c45659be
parent3e8857a5ab4b8fe17843efeef7cf6fa966c2affa
[moco/ONNX] Introduce symbolTable in GraphBuilderContext (#3353)

This commit will introduce symbolTable in GraphBuilderContext
symbolTable is needed for linking each nodes

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