Jang Jiseob
Jang Jiseob
This commit updates how-to-build-runtime.md. - Add installing libglib2.0-dev for x64 build ONE-DCO-1.0-Signed-off-by: ragmani
This commit adds an option `--parallel_inputs`. ONE-DCO-1.0-Signed-off-by: ragmani Related issue: #9207
## 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...
For issue https://github.com/Samsung/ONE/issues/9207 Draft PR https://github.com/Samsung/ONE/pull/9667 This commit adds handling of errors that occur within threads of `BatchThreadPool`. ONE-DCO-1.0-Signed-off-by: ragmani
ONE-DCO-1.0-Signed-off-by: ragmani
## Why ### Error when the output is used as multiple inputs In this graph, the output of `53 Add` is used in both `54 Conv2D` and `57 Add` operators....
This draft removes frontend layout feature. ONE-DCO-1.0-Signed-off-by: ragmani
## What Let's remove frontend layout feature. ## Why `onert` supports only NHWC model(circle, tflite) and probably will supports only NHWC model in the future. If so, the feature is...
Let's optimize BatchMatMul kernel in cpu backend Currently BatchMatMul kernel in cpu backend is not optimized yet.