[custom op] Implement custom operation loading in tflite_loader (#7182)
authorVladimir Plazun/AI Tools Lab /SRR/Engineer/삼성전자 <v.plazun@samsung.com>
Thu, 5 Sep 2019 10:14:25 +0000 (13:14 +0300)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 5 Sep 2019 10:14:25 +0000 (19:14 +0900)
commit0c1c65bcc14a0e960760e58ab5b407e692a94ac6
tree8047419ac2d7de78d3d3dfea6ffbf9dfafb4a691
parent13ca9bcec3743eb603eb2ae8eae2dbdcb3e10338
[custom op] Implement custom operation loading in tflite_loader (#7182)

Load custom operations during model input
Loader assumes custom operations were already registered before model loading
Pass userdata size to CustomNode constructor
update custom op creation

Signed-off-by: Vladimir Plazun <v.plazun@samsung.com>
runtimes/neurun/frontend/tflite/loader.cc
runtimes/neurun/frontend/tflite/loader.h