summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2018-06-19Update document for docker info. (#1714)윤지영/동작제어Lab(SR)/Engineer/삼성전자1-3/+50
* Update document for docker setting Fix the wrong docker preference file location The default location of daemon.json is `/etc/docker/daemon.json` on Linux. Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com> * Update document for docker information Add 'How to install Docker' section Add HTTP/HTTPS proxy setting informations Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
2018-06-07Add build requires (#1546)윤지영/동작제어Lab(SR)/Engineer/삼성전자1-1/+12
Add build requires and add T/F Lite model description to help you understand Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
2018-05-30Update xu4 documentations to more detail about minicom (#1334)김수진/동작제어Lab(SR)/Engineer/삼성전자2-2/+5
* Update xu4 documentations for using keyboard control This commit updates xu4 documentations to more detail for using keyboard control Signed-off-by: sjsujinkim <sjsujin.kim@samsung.com> * Change comments * Change comments to more cleary
2018-05-25Add explanation for building tizen package using docker (#1331)이상규/동작제어Lab(SR)/Principal Engineer/삼성전자1-2/+13
- How to pull docker image for tizen gbs build - How to build tizen package using docker Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
2018-05-16Added 'how to run tests' in odroid (#1231)윤현식/동작제어Lab(SR)/Principal Engineer/삼성전자1-0/+5
Added 'how to run tests' in odroid (test_driver.sh) Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
2018-05-15Introduce doxygen for source code documentation. (#1204)이성재/동작제어Lab(SR)/Principal Engineer/삼성전자1-0/+2500
- add `/docs/doxygen` folder and `Doxyfile` for this project - update `.gitignore` and `.ctags` file - update Docker file to install `doxygen` and `graphviz` component ``` $ cd $NNFW_HOME/docs/doxygen $ doxygen $ <OPEN `html/index.html` with WEB BROWSER> ``` Signed-off-by: Sung-Jae Lee <sj925.lee@samsung.com>
2018-05-14Update the link to NeuralNetworks.h in the HLD doc (#1196)서상민/동작제어Lab(SR)/Senior Engineer/삼성전자1-1/+1
After updating the source tree structure, the link to NeuralNetworks.h in the HLD doc was broken. This patch fixes the broken link. Signed-off-by: Sangmin Seo <sangmin7.seo@samsung.com>
2018-05-09Update howto document of docker (#1121)최형규/동작제어Lab(SR)/Senior Engineer/삼성전자1-3/+2
- Update howto document of docker to reflect recent changes Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
2018-05-09Update LD_LIBRARY_PATH in `howto.md` document (#1132)이성재/동작제어Lab(SR)/Principal Engineer/삼성전자1-1/+1
* Update LD_LIBRARY_PATH in `howto.md` document - reflect the path according to directory structure change. Signed-off-by: Sung-Jae Lee <sjlee@mail.com>
2018-05-08Added content for minicom novice. (#1119)윤현식/동작제어Lab(SR)/Principal Engineer/삼성전자1-0/+10
added 1. where to find minicom setup info and 2. how to find serial device name. Signed-off-by: Hyun Sik Yoon (hyunsik.yoon@samsung.com)
2018-05-04Update the nnfw behavior figure (#1106)서상민/동작제어Lab(SR)/Senior Engineer/삼성전자2-0/+0
The arrow from the runtime seemed to be directly connected to the application, which is not correct. This patch modifies the arrow to be connected only to TF Lite and makes a single output arrow from TF Lite. Thanks to SaeHie Park for this comment. Signed-off-by: Sangmin Seo <sangmin7.seo@samsung.com>
2018-05-04Update the SW high level design document (#1105)서상민/동작제어Lab(SR)/Senior Engineer/삼성전자3-2/+3
For issue #942 This commit addresses two comments posted in #921. - Fix the return path from the runtime in the nnfw_behavior figure - Clarify the description about what compute interface is used in the runtime implementation Signed-off-by: Sangmin Seo <sangmin7.seo@samsung.com>
2018-05-04Use on-device AI instead of embedded AI (#1076)서상민/동작제어Lab(SR)/Senior Engineer/삼성전자1-11/+11
For issue #939 This patch changes the term, embedded AI, used in the background section of the requirement specification document as on-device AI for consistency. Signed-off-by: Sangmin Seo <sangmin7.seo@samsung.com>
2018-05-02List up how-to documents in a separate document (#1003)서상민/동작제어Lab(SR)/Senior Engineer/삼성전자10-0/+25
For #926 This commit puts together how-to documents in docs/howto and lists them up in docs/howto.md. Signed-off-by: Sangmin Seo <sangmin7.seo@samsung.com>
2018-04-27Add the first draft of SW high level design (#921)서상민/동작제어Lab(SR)/Senior Engineer/삼성전자3-0/+78
* Add the first draft of SW high level design This commit adds the first draft of SW high level design. Signed-off-by: Sangmin Seo <sangmin7.seo@samsung.com>
2018-04-27Add the first draft of SW requirement specification (#920)서상민/동작제어Lab(SR)/Senior Engineer/삼성전자1-0/+113
This commit adds the first draft of SW requirement specification. Signed-off-by: Sangmin Seo <sangmin7.seo@samsung.com>
2018-04-26Fix and update docs tizen xu4 file (#918)박세희/동작제어Lab(SR)/Principal Engineer/삼성전자1-13/+11
This will fix xu4_tizen.md file that had a wrong script file name - also update to latest tizen image file name that now doesn't have version number like `4.0` Signed-off-by: SaeHie Park <saehie.park@samsung.com>
2018-04-26Add doc for aarch64 build (#917)김용섭/동작제어Lab(SR)/Engineer/삼성전자2-2/+78
* Add doc for aarch64 build Add doc for aarch64 build. This is copied from doc for arm. Signed-off-by: Yongseop Kim <yons.kim@samsung.com>
2018-04-20Update document of docker image (#790)최형규/동작제어Lab(SR)/Senior Engineer/삼성전자1-2/+2
- Update document of docker image - The latest version of docker image is nnfw_docker:1.4 Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
2018-04-17Add how-to-contribute document (#718)서상민/동작제어Lab(SR)/Senior Engineer/삼성전자1-0/+72
* Add how-to-contribute document For issue #694 This commit adds the how-to-contribute document. The document is based on https://github.sec.samsung.net/STAR/nncc/blob/master/doc/contribution_guide.md. Signed-off-by: Sangmin Seo <sangmin7.seo@samsung.com> * Add a link to roadmap * Add a note to mention the origin of this document
2018-04-16Fix softmax xls formula (#688)박세희/동작제어Lab(SR)/Principal Engineer/삼성전자1-0/+0
This will fix and simplify softmax formula in xls to e ^ x / sum(e ^ x) Signed-off-by: SaeHie Park <saehie.park@samsung.com>
2018-04-16Update document regarding docker image (#635)최형규/동작제어Lab(SR)/Senior Engineer/삼성전자1-2/+2
- Add link to HowToUseDockerImage.md in README.md - Update docker image version in HowTo document Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
2018-04-11Update convolution manual calculation xls (#562)박세희/동작제어Lab(SR)/Principal Engineer/삼성전자1-0/+0
This will update xls file with 3x5 input with 2 kernels Signed-off-by: SaeHie Park <saehie.park@samsung.com>
2018-04-09HowTo documentation for docker image of nnfw (#427)최형규/동작제어Lab(SR)/Senior Engineer/삼성전자1-0/+75
* HowTo documentation for docker image of nnfw - Add HowToUseDockerImage.md Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com> * Add private registery configuration for different docker daemon - Add private registery configuration for different docker daemon Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com> * Apply review feedbacks - Apply review feedbacks Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
2018-04-09Docs tizen on xu4 (#498)박세희/동작제어Lab(SR)/Principal Engineer/삼성전자1-0/+249
* Docs tizen on xu4 This will add how-to document about tizen on xu4 from wiki page Signed-off-by: SaeHie Park <saehie.park@samsung.com>
2018-04-04Enable googletest for unittesting (#398)이춘석/동작제어Lab(SR)/Senior Engineer/삼성전자1-0/+27
0. Support arm-cross, x64-native, arm-native, and tizen-obs build 1. Introduce googletest at top level 2. Add simple test tflite_test.cc : this should be removed 3. Add howto doc
2018-04-02Separate Cross build for arm document (#358)박세희/동작제어Lab(SR)/Principal Engineer/삼성전자1-0/+71
This will separate cross build for arm section in main readme into docs folder file Signed-off-by: SaeHie Park <saehie.park@samsung.com>
2018-04-02Add manual conv with excel (#356)박세희/동작제어Lab(SR)/Principal Engineer/삼성전자1-0/+0
This will add and simple 3x3 convolution in excel file. It uses excel built-in SUMPRODUCT() method. Signed-off-by: SaeHie Park <saehie.park@samsung.com>
2018-03-28Update workgroup information links in `roadmap.md` (#250)이성재/동작제어Lab(SR)/Principal Engineer/삼성전자1-1/+1
Signed-off-by: Sung-Jae Lee <sj925.lee@samsung.com>
2018-03-28Add the first version of roadmap.md (#138)서상민/동작제어Lab(SR)/Senior Engineer/삼성전자3-0/+123
* Add the first version of roadmap.md For issue #86 This patch adds the first version of roadmap.md to share the goal, milestones, and tasks among participants in this nnfw project. Signed-off-by: Sangmin Seo <sangmin7.seo@samsung.com>
2018-03-27Add document for xu4 ubuntu (#209)박세희/동작제어Lab(SR)/Principal Engineer/삼성전자1-0/+86
* Add document for xu4 ubuntu This will add initial document how to use Ubuntu on ODroid XU4
2018-03-27Move target device related documents inside device folder (#228)박세희/동작제어Lab(SR)/Principal Engineer/삼성전자2-0/+0
This will move target device related documents inside device folder
2018-03-27Add the first version of workgroups.md (#141)서상민/동작제어Lab(SR)/Senior Engineer/삼성전자1-0/+19
* Add the first version of workgroups.md For issue #123 This commit adds the first version of workgroups.md. Signed-off-by: Sangmin Seo <sangmin7.seo@samsung.com>
2018-03-05Docs add how to setup odroid xu3 link (#29)박세희/동작제어Lab(SR)/Principal Engineer/삼성전자2-0/+114
* Docs add how to setup odroid xu3 link This will add a link to how to setup odroid xu3 with ubuntu * add space * add xu3_ubunut.md
2018-03-02Correct build tf from source docSaeHie Park1-2/+2
This will correct Build TF from source document to match package version file name
2018-02-27Add build TF from source documentSaeHie Park1-0/+66
This will add a document how to build TensorFlow and TOCO tool from source