[nnkit] Introduce 'TensorContext' interface (#240)
author박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 23 May 2018 23:48:58 +0000 (08:48 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 23 May 2018 23:48:58 +0000 (08:48 +0900)
commitce44c2c20a458375bfd06123450329e1c793171a
tree29f671c765d2bde17b2e8d34fc6f1896712a36b0
parentcf78c8769d745ac0a5455dbaf10345b282c352e2
[nnkit] Introduce 'TensorContext' interface (#240)

* [nnkit] Introduce 'TensorContext' interface

This commit introduces 'nnkit::TensorContext' interface which all nnkit
actions and backends will use.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
* Fix typos
contrib/nnkit/CMakeLists.txt
contrib/nnkit/libs/CMakeLists.txt [new file with mode: 0644]
contrib/nnkit/libs/intf/CMakeLists.txt [new file with mode: 0644]
contrib/nnkit/libs/intf/tensor/CMakeLists.txt [new file with mode: 0644]
contrib/nnkit/libs/intf/tensor/include/nnkit/TensorContext.h [new file with mode: 0644]