[circle-verify] Introduce Model and empty Driver (#8641)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Thu, 31 Oct 2019 05:07:27 +0000 (14:07 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 31 Oct 2019 05:07:27 +0000 (14:07 +0900)
commitd9e6079b5bbdf77f74c60c40eee6b1a468e483c6
tree7ca76e34791bf934b5783697bd238a43de2725a6
parentb0ddff5c10b732296b24208688c3a55c9105e135
[circle-verify] Introduce Model and empty Driver (#8641)

* [circle-verify] Introduce Model and empty Driver

This will introdue Model that will provide mmapped buffer and empty Driver

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
* apply comments
compiler/circle-verify/CMakeLists.txt [new file with mode: 0644]
compiler/circle-verify/requires.cmake [new file with mode: 0644]
compiler/circle-verify/src/Driver.cpp [new file with mode: 0644]
compiler/circle-verify/src/Model.cpp [new file with mode: 0644]
compiler/circle-verify/src/Model.h [new file with mode: 0644]