platform/core/ml/nnfw.git
6 years agoUse Makefile to simplify CMake configuration
Jonghyun Park [Mon, 26 Feb 2018 03:52:39 +0000 (12:52 +0900)]
Use Makefile to simplify CMake configuration

This commit introduces Makefile to simplify CMake configurations.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
6 years agoMerge pull request #3 from jh1302-park/fix/install_path
박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 [Mon, 26 Feb 2018 01:32:22 +0000 (10:32 +0900)]
Merge pull request #3 from jh1302-park/fix/install_path

Fix installation path

6 years agoFix installation path
Jonghyun Park [Mon, 26 Feb 2018 01:19:58 +0000 (10:19 +0900)]
Fix installation path

This commit fixes incorrect installation path configuration to allow
local install via CMAKE_INSTALL_PREFIX option.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
6 years agoMerge pull request #2 from jh1302-park/fix/support_basic_build
박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 [Mon, 26 Feb 2018 01:14:10 +0000 (10:14 +0900)]
Merge pull request #2 from jh1302-park/fix/support_basic_build

Add TensorFlow Lite and simple runner

6 years agoAdd TensorFlow Lite and simple runner
Jonghyun Park [Mon, 26 Feb 2018 01:07:28 +0000 (10:07 +0900)]
Add TensorFlow Lite and simple runner

This commit imports TensorFlow Lite (along with its dependencies), and
introduces a simple runner.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
6 years agoInitial commit
박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 [Fri, 23 Feb 2018 06:15:50 +0000 (15:15 +0900)]
Initial commit