SaeHie Park
SaeHie Park
Like current `luci-value-test` takes long time to test and #12071 is to provide alternative method to reduce time, it would be wonderful if we could reduce test duration somehow.
This issue is added to discuss to provide(separate) kernel(compute) codes to reduce module responsibility and to provide common module for it's purpose. From https://github.com/Samsung/ONE/pull/10082#discussion_r1028644584 and https://github.com/Samsung/ONE/issues/10066#issuecomment-1322766629
from https://github.com/Samsung/ONE/pull/12195#pullrequestreview-1764529666 by @mhs4670go --- I come up with two options to reduce duplicate codes (of course we don't have to reduce them) 1. If we pull out duplicate APIs...
We sometimes get > circle2circle: ERROR: loco::must_cast() failed to cast: PN4luci11CircleConstE with lack of node information for finding which node may caused the problem. It would be better to provide...
Current `luci-interpreter` shows just "Unsupported type." without which Op has the problem. Lets' show some more information.
This will update dagre.js for abnormal wide edges
Let's support `Relu0To1` Op which is $`f(x) = max(0, min(1, x))`$ - [x] res/tfliterecipe - [x] tflchef - [x] tfldump - [x] tflite2circle - [x] circledump - [x] luci -...
~`one-import` and `one-import-*` doesn't provide `--verbose` option.~ - `one-import-onnx` does have `--verbose` but changing `TF_CPP_MIN_LOG_LEVEL` doesn't seem to work these have `sys.tracebacklimit = 0` to silence unnecessary messages, but for...
ONNX 1.16.0 was released which provides INT16 QuantizeLinear/DequantizeLinear. Let's upgrade!