seongwoo chae

Results 26 issues of seongwoo chae

## What Let's revisit the naming in python script. ## Why Most of function names in python script starts from `_` as of now. I did it because I wanted...

enhancement

This draft is to implement circle-opselector main logic. Related: #8170 ONE-DCO-1.0-Signed-off-by: seongwoo

DRAFT

## What Let's support random and directory input. ## Why As of now, `circle-eval-diff` supports only hdf5 input data format. But sometimes, user want to run it without data set....

area/quant

## What I realized there is hdf5 structure mismatch between input data for nnpkg and the one for quantization. For example, ### nnpkg ```bash $ h5ls -r build/compiler/common-artifacts/Add_000.opt/metadata/tc/input.h5 / Group...

type/issue

This patch revisits tflite interpreter. 1. Refactor the way of exporting tflite binary. 2. Support operators included in Resnet network. **Self evaluation:** 1. Build test: [X]Passed [ ]Failed [ ]Skipped...

DO NOT MERGE

This draft is for TFLite Exporter. Related: #1879 Signed-off-by: seongwoo

## What Let's revisit the policy of getting backend lists. ## Why This is the current policy where the backend list is fetched. https://github.com/Samsung/ONE/blob/dbad91189fd3e7b448392d2b1af25577b64d7bcd/compiler/one-cmds/one-codegen#L37-L55 https://github.com/Samsung/ONE/blob/dbad91189fd3e7b448392d2b1af25577b64d7bcd/compiler/one-cmds/one-codegen#L61-L64 If `-b dummy` is given,...

type/discussion

## What Let's introduce lightweight one-cmds test. ## Why Current `one-cmds` test takes sooo long time that we are not supporting `one-cmds` test on CI. But, `one-cmds` related errors happened...

enhancement

## What Let's implement `circle-opselector`'s main logic. ## Why There is a draft(#7600) that implements overall `circle-opselector`'. However, the implementer stopped the implementation for some reason. Moreover, it was a...

enhancement

## What Let's add one-cmds test to CI. ## Why As of now, CI doesn't run the test of `one-cmds`, which makes an error-prone development. Even though we are testing...