Rename model to graph which is a Graph (#5820)
author이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Wed, 24 Jul 2019 07:09:47 +0000 (16:09 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 24 Jul 2019 07:09:47 +0000 (16:09 +0900)
commitcadfe1fea4fecd3f5ffc456d07dacc8468fdc565
tree1006a2dd10873d58d67b23800f6149595c71c364
parent2d774e1f9c79c96e842c3684fa004bf4e4c4cf45
Rename model to graph which is a Graph (#5820)

`_model` was misnamed and could be confusing since we use "Model" and
"Graph" differently in our source so this commit renames it to `_graph`.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/neurun/core/include/compiler/Compiler.h
runtimes/neurun/core/src/compiler/Compiler.cc