Hyeongseok Oh

Results 51 issues of Hyeongseok Oh

### What Let's move libraries for test in `runtime/libs` into `tests/libs`. - [x] `runtime/libs/nnapi` - [x] Move - [x] `runtime/libs/rua` - [x] Move - [ ] `runtime/libs/tflite` - [x] Move...

Create and register observers on execution, not compilation. It is more flexible and allows for more dynamic observation (ex. profile, dump on demand) ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh

PR/NO MERGE

Let's support full quantization on runtime - [x] Introduce full quantization type: https://github.com/Samsung/ONE/pull/11497 - [ ] Full quantization from circle model including minmax data & weight quantization - [ ]...

area/onert

### What Let's generate input random data per each run as default. And we can introduce additional argument to test driver to run with fixed input data on random input...

area/onert
type/issue
area/test

Call full quantization path on on-device quantization (use #11497)

PR/NO MERGE

This commit updates HDF5 version to 1.14.4.2. This version does not require additional build tool execution for build, so we don't need patch for cross build. ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh

PR/NO MERGE

Below is required I/O quantization type (uint8/uint16) kernel for quantized transformer model - [ ] MUL - [x] UINT8 - [ ] INT16 - [ ] ADD - [x] UINT8...

area/onert

Currently we are supporting multi-batch input inference for single batch model on shape inference routine. This feature is used for trix backend multi-batch inference and training input. But at first,...

area/onert
type/issue

We are always using `memcpy` for `Reshape` and `ExpandDims` operation. If these operation's input is used only once and updated shape does not require padding, we can skip copy operation....

area/onert

This commit allows to set input and output buffer data type to float when model is quantized. ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh --- Draft: #13284

PR/ready for review