Hyeongseok Oh
Hyeongseok Oh
>I assume you want to run on Android platform. For running onert on Android, I have no idea. Someone else may have to help. We are providing runtime android [API](https://github.com/Samsung/ONE/blob/master/runtime/contrib/android/api/src/main/java/com/samsung/onert/Session.java)...
Done Test: https://github.com/Samsung/ONE/pull/13284#issuecomment-2202648833
Reference `-1` unspecified dimension: 5518 internal issue Try to change `-1` -> `0`, but decide to not change: https://github.com/Samsung/ONE/pull/1822
I make PR #15379 to resolve this issue. It will revive #13658 without exception on tensor initialization with unspecified dimension. But I want to review all static/dynamic tensor builder/manager/allocator and...
This extension is about buffer actual (weight) data pointer, not metadata to interpret layout of data. My question was about data is split or not, not about metadata. Because we...
`Reshape` have 2 mode - Use parameter `ReshapeOptions` for output shape - Use 2nd input to get output shape If `Reshape` node have 2 input, 2nd input will be used...
Here is no 'pyproject.toml' or 'requirements.txt' to describe package dependency.
I don't know reason, but I can't open `gen_circle.add.py` file on my desktop VSCode.
>As currently latest ONE release is 1.29.0 we can expect it will be included in next release, which be I can guess 1.29.1 or 1.30.0 Current development version is `1.30.0`,...