Hyeongseok Oh
Hyeongseok Oh
### What? Let's upgrade Ruy library version (ruy for TFLite 2.3 -> 2.8) ### Why? - Resolve issue #9265 - Prepare TFLite test tool version up
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...
Use TensorFlow 2.8 - Update related libs - Update ruy compute - Update tflite-vanila-run [ci skip] Signed-off-by: Hyeongseok Oh --- Yet build fail
Let's check current implementation for runtime config and find better way. ### How to set runtime config? - Using nnfw API - `nnfw_set_available_backends`: set backend - `nnfw_set_config`: Internal API for...
### What? Let's decide spec for partitioned model and support partitioned model packaging on `model2nnpkg.sh` (or new script?). ### Why? We need to support partitioned model packaging for trix +...
This commit updates schema to support more ops and type. Signed-off-by: Hyeongseok Oh
ACL debug build for armv7l linux fail on my local PC (x64 ubuntu 20.04) with below message. ``` armv7a-linux.debug/src/core/CL -Ibuild/armv7a-linux.debug/src/core/CL -Ibuild/armv7a-linux.debug/build/armv7a-linux.debug/src/core -Ibuild/armv7a-linux.debug/src/core -Ibuild/armv7a-linux.debug/src/core/NEON/kernels/convolution/common -Isrc/core/NEON/kernels/convolution/common -Ibuild/armv7a-linux.debug/src/core/NEON/kernels/convolution/winograd -Isrc/core/NEON/kernels/convolution/winograd -Ibuild/armv7a-linux.debug/src/core/NEON/kernels/convolution/depthwise -Isrc/core/NEON/kernels/convolution/depthwise -Ibuild/armv7a-linux.debug/src/core/NEON/kernels/assembly -Isrc/core/NEON/kernels/assembly...
We are using c++14 build option. By previous task #4932, we can test c++17 features on CI - Ubuntu: 18.04, gcc-8 toolchain - Android: android-29 platform, ndk 20, clang 8.0.7...
https://github.com/Samsung/ONE/issues/8496#issuecomment-1050425440 >I found our runtime don't support shape inference for DepthwiseConv2D yet. We need to support more operations for shape inference. ### NYI static shape inference - [ ] AddN...
This commit removes NNAPI frontend usage on tflite_run. ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh --- Related issue: #9864