Skip to content

Commit

Permalink
Rename luci-micro to onert-micro in onert-micro/README.md (Samsung#10823
Browse files Browse the repository at this point in the history
)

- Rename luci-micro to onert-micro in onert-micro/REAME.md file
- Remove unnecessary parts

ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]>
  • Loading branch information
chunseoklee authored May 24, 2023
1 parent b32b3b9 commit c8abcd8
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions onert-micro/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -29,18 +29,10 @@ $ sudo apt-get install gcc-arm-none-eabi
$ cd <path to ONE>
$ mkdir build
# cd build
$ cmake ../infra/nncc
$ cmake ../infra/onert-micro
$ make -j$(nproc) luci_interpreter_micro_arm
```

**nncc script build**

``` bash
$ cd <path to ONE>
$ ./nncc configure
$ ./nncc build -j$(nproc) luci_interpreter_micro_arm
```

### Known issues

Interpreter uses TensorFlow headers that produces warnings.
Expand Down

0 comments on commit c8abcd8

Please sign in to comment.