platform/core/ml/nnfw.git
6 years agoIntroduce 'tools' directory (#37)
박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 [Thu, 22 Mar 2018 10:27:32 +0000 (19:27 +0900)]
Introduce 'tools' directory (#37)

This commit introduces 'tools' directory which will host all the
official projects that emit executables.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
6 years agoFix a bug in format check script (#35)
박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 [Thu, 22 Mar 2018 06:52:35 +0000 (15:52 +0900)]
Fix a bug in format check script (#35)

The format check script currently invokes clang-format only when there
is no files to track.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
6 years agoIntroduce 'Dockerfile' (#32)
박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 [Thu, 22 Mar 2018 06:30:29 +0000 (15:30 +0900)]
Introduce 'Dockerfile' (#32)

This commit introduces 'Dockerfile' which ease developement environment
bring up for newcomers.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
6 years agoUse italic font for nncc (#33)
박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 [Thu, 22 Mar 2018 05:54:16 +0000 (14:54 +0900)]
Use italic font for nncc (#33)

'design.md' currently includes one non-italic nncc word. This commit
removes this inconsistency.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
6 years agoIntroduce format checker (#21)
박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 [Thu, 22 Mar 2018 00:23:08 +0000 (09:23 +0900)]
Introduce format checker (#21)

This commit introduces C++ format checker to make it easy to maintain style
consistency. Users may invoke this format checker by running 'nncc format'.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
6 years agoIntroduce 'lib' directory (#25)
박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 [Wed, 21 Mar 2018 10:54:04 +0000 (19:54 +0900)]
Introduce 'lib' directory (#25)

This commit introduces 'lib' directory which will hold the
implementation of libraries that nncc officially supports.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
6 years agoAdd 'roadmap.md' (#26)
박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 [Wed, 21 Mar 2018 10:12:28 +0000 (19:12 +0900)]
Add 'roadmap.md' (#26)

This commit adds 'roadmap.md' which states the goal of nncc in 2018.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
6 years agoAdd design.md (#13)
박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 [Mon, 19 Mar 2018 00:51:06 +0000 (09:51 +0900)]
Add design.md (#13)

This commit adds design.md which describes the principle behind the
design of nncc.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
6 years agoAdd basic configure & build tools (#11)
박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 [Sun, 18 Mar 2018 23:26:24 +0000 (08:26 +0900)]
Add basic configure & build tools (#11)

* Add basic configure & build tools

This commit introduces 'nncc' script which eases CMake configure and
build.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
* Fix a typo (NNCC_SCIPRT_RPATH -> NNCC_SCRIPT_RPATH)

6 years agoAdd contrib directory (#6)
박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 [Sun, 11 Mar 2018 23:48:13 +0000 (08:48 +0900)]
Add contrib directory (#6)

* Add contrib directory

This commit adds contrib directory which will include all the incubating projects,
and CMakeLists.txt for these incubating projects.

This commit adds 'Getting Started' project template which includes a simple
'hello, world' example to show how to use this directory.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
* Remove unnecessary blank

6 years agoUpdate README (#2)
서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 [Tue, 6 Mar 2018 08:52:38 +0000 (17:52 +0900)]
Update README (#2)

This commit updates README.md to explain what `nncc` means.

Signed-off-by: Sangmin Seo <sangmin7.seo@samsung.com>
6 years agoUpdate README.md
이명재/Open Source그룹(SR)/Senior Engineer/삼성전자 [Thu, 22 Feb 2018 05:06:43 +0000 (14:06 +0900)]
Update README.md

6 years agoInitial commit
이명재/Open Source그룹(SR)/Senior Engineer/삼성전자 [Thu, 22 Feb 2018 05:06:05 +0000 (14:06 +0900)]
Initial commit