[custom op] Bind custom kernel registry to each backend context at creation time...
authorVladimir Plazun/AI Tools Lab /SRR/Engineer/삼성전자 <v.plazun@samsung.com>
Thu, 22 Aug 2019 10:07:07 +0000 (13:07 +0300)
committerAlexander Efimov/AI Tools Lab/./Samsung Electronics <a.efimov@samsung.com>
Thu, 22 Aug 2019 10:07:07 +0000 (13:07 +0300)
commitcd63418fa2da5971231591c7b2280475b03787cb
treefdaab0e7468eb378402175912d9c3a46d1d47e51
parentfbaed6bc2c7be10f9974711b80259b5e3e6adda0
[custom op] Bind custom kernel registry to each backend context at creation time (#6788)

Make backend context hold information about registered custom kernels
This will be later used by `CustomOperationManager`

Signed-off-by: Vladimir Plazun <v.plazun@samsung.com>
runtimes/neurun/backend/acl_cl/Backend.h
runtimes/neurun/backend/acl_neon/Backend.h
runtimes/neurun/backend/cpu/Backend.h
runtimes/neurun/backend/cpu/KernelGenerator.cc
runtimes/neurun/backend/cpu/KernelGenerator.h
runtimes/neurun/core/include/backend/Backend.h