From 4f9342d9cb1b2cd4753f57247345df4afc0b52b4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=84=9C=EC=83=81=EB=AF=BC/=EB=8F=99=EC=9E=91=EC=A0=9C?= =?utf8?q?=EC=96=B4Lab=28SR=29/Senior=20Engineer/=EC=82=BC=EC=84=B1?= =?utf8?q?=EC=A0=84=EC=9E=90?= Date: Tue, 6 Mar 2018 17:52:38 +0900 Subject: [PATCH] Update README (#2) This commit updates README.md to explain what `nncc` means. Signed-off-by: Sangmin Seo --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1f1053..57aa790 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # nncc -Re-targetable NN model compilation framework +Re-targetable neural network (NN) model compilation framework ## Goals -nncc aims to provide a general framework for compiling NN model to an artifact that runs on various target devices such as CPU, GPU +nncc, which stands for neural network compiler collection, aims to provide a general framework for +compiling a given NN model to an artifact that runs on various target devices such as CPU, GPU, or +NPU. ## Maintainers * Jonghyun Park (jh1302.park@samsung.com) -- 2.7.4