Jiyoung Giuliana Yun
Jiyoung Giuliana Yun
## What Introduce initial npud code Related issue: #9258 Draft PR: #9267 ## To do - [ ] Implement event loop core (#9493) - [ ] Implement logger (#9509) -...
# NPU daemon ## Overall ### Role - Optimal management of NPU HW from runtime point of view - Share NPU HW efficiently with 3rd party ### Features - Priority...
This commit contains initial code of npud. ONE-DCO-1.0-Signed-off-by: Jiyoung Yun
This commit supports Q16 symmetric model on TRIX Backend. It defines new TYPE: nnfw.h: NNFW_TYPE_TENSOR_QUANT16_SYMM_SIGNED DataType.h: QUANT_INT16_SYMM Signed-off-by: Jiyoung Yun
This commit adds TRIX backend for ONERT. Signed-off-by: Jiyoung Yun /cc @hseok-oh @dayo09 @chunseoklee
/cc @chunseoklee @hseok-oh
## Purpose Shares some questions and answers in implementing ONE-Dockerizing project in SSAFY team. Please understand that this issue is written in Korean so that we can quickly and clearly...
/cc @chunseoklee @hseok-oh
This commit adds test directory. The test directory helps to test `onecc-docker` command line tool by installing prepare_test_materials.sh script and generating runtestall.sh script automatically. ONE-DCO-1.0-Signed-off-by: Jiyoung Yun
## Target model MobileNetV2 model from [tensorflow](https://www.tensorflow.org/api_docs/python/tf/keras/applications/mobilenet_v2/MobileNetV2) model structure model summary ``` Model: "mobilenetv2_1.00_224" __________________________________________________________________________________________________ Layer (type) Output Shape Param # Connected to ================================================================================================== input_1 (InputLayer) [(None, 224, 224, 3)]...