ONE
ONE copied to clipboard
On-device Neural Engine
## Goal - Investigate how C++ library affects flash footprint of luci-micro interpreter - Verify that licu-interpreter could run without C++ runtime - Modify luci-micro and/or it's CMakeListst.txt accordingly ##...
## What ? - Make onert build works on ubuntu 22.04 ## Why ? - For short term, like to enable nnfw PPA for ubuntu 22.04(ref: https://github.com/Samsung/ONE/issues/9502) - Anyway, we...
Ubuntu 22.04 uses g++ 11.2.0. Many external libraries fails build by `limits` standard lib header ``` /home/nfs/git/ONE/externals/ABSEIL/absl/synchronization/internal/graphcycles.cc: In member function ‘void absl::lts_2020_02_25::synchronization_internal::GraphCycles::RemoveNode(void*)’: /home/nfs/git/ONE/externals/ABSEIL/absl/synchronization/internal/graphcycles.cc:451:26: error: ‘numeric_limits’ is not a member of...
## What Let's let ONE compiler support ubuntu 22.04. ## Why Ubuntu 22.04 has started to be release. The number of users using ubuntu 22.04 will gradually increase. So, let's...
Most of modules are now using TF2.8.0 but some are still using TF2.6.0 - luci-interpreter Let's migrate to TF2.8.0 and deprecate TF2.6.0.
## Background There is a request for running NN model on x86_64 Ubuntu via nnstreamer. nnstreamer already have been published in launchpad PPA(w/o ONE plugin). ## TODO - [x] PPA...
Use TensorFlow 2.8 - Update related libs - Update ruy compute - Update tflite-vanila-run [ci skip] Signed-off-by: Hyeongseok Oh --- Yet build fail
This is yet another one-init, which works like the following step: - generate cfg file for import, optimize, quantization - ask backend-init to update and save cfg file - add...
This introduce a class, `InoutOutputPath`, that manages input model path and output model path across sections. parent issue: https://github.com/Samsung/ONE/issues/9450 draft: https://github.com/Samsung/ONE/pull/9421 ONE-DCO-1.0-Signed-off-by: Hyun Sik Yoon
## What Introduce initial npud code Related issue: #9258 Draft PR: #9267 ## To do - [ ] Implement event loop core (#9493) - [ ] Implement logger (#9509) -...