[custom op] Update custom kernel registry to use C api version (#6288)
authorVladimir Plazun/AI Tools Lab /SRR/Engineer/삼성전자 <v.plazun@samsung.com>
Wed, 4 Sep 2019 06:16:46 +0000 (09:16 +0300)
committer이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Wed, 4 Sep 2019 06:16:46 +0000 (15:16 +0900)
commitd76317effc6e0d83f0088d68d579513b0d482fde
tree6ae8a2fc584443e567a4bc5651953c3e2af74489
parentb8fd3caef7ad036f87ed629c342d60d7d3f2e176
[custom op] Update custom kernel registry to use C api version (#6288)

* [custom op] Update custom kernel registry to use C api version

Split custom kernel and kernel registry into separate files
Now custom kernel uses api types
Link neurun core library with API headers

* update with latest changes to #6219

* Update kernel registry with changes to api. Link neurun core with nnfw-header

* add missed license

Signed-off-by: Vladimir Plazun <v.plazun@samsung.com>
runtimes/neurun/core/CMakeLists.txt
runtimes/neurun/core/include/backend/CustomKernel.h [new file with mode: 0644]
runtimes/neurun/core/include/backend/CustomKernelRegistry.h
runtimes/neurun/core/src/backend/CustomKernel.cc [new file with mode: 0644]
runtimes/neurun/core/src/backend/CustomKernelRegistry.cc