[custom op] Update node for new custom op design (#6286)
authorVladimir Plazun/AI Tools Lab /SRR/Engineer/삼성전자 <v.plazun@samsung.com>
Mon, 19 Aug 2019 07:57:29 +0000 (10:57 +0300)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 19 Aug 2019 07:57:29 +0000 (16:57 +0900)
commit56d29c72c1a283248f8233ad850b3323ec75911a
tree40f6512a86535c4ff887fcd70358d98cf508a259
parentea3882ec3afa17d720cad92782e0f92dafd8521f
[custom op] Update node for new custom op design (#6286)

Now `_id` and `userdata` are stored directly in `CustomNode` as now custom ops are defined using pure C api
- Use string id
- return id by const reference

Signed-off-by: Vladimir Plazun <v.plazun@samsung.com>
runtimes/neurun/core/include/model/operation/CustomNode.h
runtimes/neurun/core/src/model/operation/CustomNode.cc