From c8abcd80ed1b886d70f6c259a1e24610d4f8ee70 Mon Sep 17 00:00:00 2001 From: chunseoklee Date: Wed, 24 May 2023 17:42:28 +0300 Subject: [PATCH] Rename luci-micro to onert-micro in onert-micro/README.md (#10823) - Rename luci-micro to onert-micro in onert-micro/REAME.md file - Remove unnecessary parts ONE-DCO-1.0-Signed-off-by: Chunseok Lee --- onert-micro/README.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/onert-micro/README.md b/onert-micro/README.md index 6641ad7a7ff..ca06df4ff56 100644 --- a/onert-micro/README.md +++ b/onert-micro/README.md @@ -1,10 +1,10 @@ -# luci-micro +# onert-micro -`luci-micro` is MCU specialized build of luci-interpreter with several benchmark applications. +`onert-micro`(a.k.a `luci-micro`) is MCU specialized build of luci-interpreter with several benchmark applications. ## Contents -Luci-micro contains cmake infrastructure to build: +onert-micro contains cmake infrastructure to build: - stand-alone interpreter library - benchmark applications using luci interpreter on arm MCUs @@ -29,18 +29,10 @@ $ sudo apt-get install gcc-arm-none-eabi $ cd $ mkdir build # cd build -$ cmake ../infra/nncc +$ cmake ../infra/onert-micro $ make -j$(nproc) luci_interpreter_micro_arm ``` -**nncc script build** - -``` bash -$ cd -$ ./nncc configure -$ ./nncc build -j$(nproc) luci_interpreter_micro_arm -``` - ### Known issues Interpreter uses TensorFlow headers that produces warnings.