[custom op] Add basic custom op example structure (#7308)
authorVladimir Plazun/AI Tools Lab /SRR/Engineer/삼성전자 <v.plazun@samsung.com>
Mon, 9 Sep 2019 10:34:18 +0000 (13:34 +0300)
committer이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Mon, 9 Sep 2019 10:34:18 +0000 (19:34 +0900)
commit56d11d7f3229ecdb03d3b661b7be018e4224d13b
treee2304c3150bb09ecbafe69740c15f6891ff40c77
parent95c47c75364869ec5c80177894d1bed8e367077f
[custom op] Add basic custom op example structure (#7308)

* [custom op] Add basic custom op example structure

Add directories and CMakeLists for apps and kernels

Signed-off-by: Vladimir Plazun <v.plazun@samsung.com>
* use add_subdirectories

Signed-off-by: Vladimir Plazun <v.plazun@samsung.com>
tests/CMakeLists.txt
tests/custom_op/CMakeLists.txt [new file with mode: 0644]
tests/custom_op/apps/CMakeLists.txt [new file with mode: 0644]
tests/custom_op/kernels/CMakeLists.txt [new file with mode: 0644]