Jiyoung Giuliana Yun
Jiyoung Giuliana Yun
How about supporting two kinds of `onecc init` command? `onecc init` : Create general template cfg file (including all import options) `onecc init ` : Create template cfg file according...
> you mean `one-import-tf=True` and `one-import-bcq=True`, `one-import-onnx=True` ? and also `one-import-tflite=True` Yes, but all import options will be `False`. The reason I suggested to show all import options is that...
> I understood that `onecc init : Create general template cfg file (including all import options)` is copying `onecc.template.cfg` to new name. @jyoungyun right? Yes, that's exactly what I want...
DATA_TYPE_QSYMM16 is a signed int16 symmetric quantization. [related code (required login)](https://review.tizen.org/gerrit/gitweb?p=platform/adaptation/npu/trix-engine.git;a=blob;f=src/core/ne-data.cc;h=f46c6f2118103f929209f3c691f22405cd3e488f;hb=refs/heads/tizen#l27)
(optional) How about using `needs` keyword? The `dependencies` means that there is dependence on some other workflows, but it seems to be different from the meaning that the execution is...
Does `pre-configuration` mean to reuse the existing cfg file?
Yes, I'm doing. This issue is created from https://github.com/Samsung/ONE/projects/8. So this issue was briefly created and I'm filling in the details now..
To remove warning that `glib.h` cannot be found in vsocde, you can add the following include paths to `c_cpp_properties.json` file. "/usr/include/glib-2.0" "/usr/lib/x86_64-linux-gnu/glib-2.0/include"
/cc @dayo09
All related PRs were merged. I will close it.