Sanggyu Lee

Results 97 comments of Sanggyu Lee

I made a PR for array creating and checking for char array. Please see #460.

We intentionally don't put more time into this issue since we don't want to make APIs bigger. We want to keep APIs minimal.

All the issues posted are in progress or in pending for some reason. Therefore I recommend you suggest your proposal in issue. You can refer to the guide in [Development-Process](https://github.com/Samsung/iotjs/wiki/Development-Process),...

`buffer module, enable new Buffer(array)` - done `in http_incoming module, IncomingMessage.headers should be array type` - landed in #776 `add support to easily iterate over array elements` - We want...

@hseok-oh I think #9129 assumes the multiple models are generated using `circle-partitioner` tool. On the other hand, I made this example in the way I described in https://github.com/Samsung/ONE/issues/9206#issuecomment-1148276287. I want...

### How I made this example nnpkg ``` $ wget https://storage.googleapis.com/download.tensorflow.org/models/mobilenet_v1_2018_02_22/mobilenet_v1_1.0_224.tgz $ tar -zxf mobilenet_v1_1.0_224.tgz $ python tools/tflitefile_tool/select_operator.py mobilenet_v1_1.0_224.tflite

@chunseoklee You can use this nnpkg for test. `onert` works till the below with latest `master` and this PR nnpkg. ``` $ BACKENDS="cpu;trix" ./Product/out/bin/nnpackage_run nnpackage/examples/v1.3.0/two_tflites/ Package Filename nnpackage/examples/v1.3.0/two_tflites/ 0:0:0 ->...

@hseok-oh I added `README.md` and updated `examples/README.md`.

@hseok-oh I added golden data in additional commit. ### How I made golden data ``` $ tools/nnpackage_tool/sth2nnpkgtc/tflite2nnpkgtc.sh mv1.0_1.tflite $ tree mv1.0_1 mv1.0_1 ├── metadata │   ├── MANIFEST │   └── tc...

This example seems to be verified by #9616. @hseok-oh, @chunseoklee PTAL