Hyeongseok Oh
Hyeongseok Oh
Similar issue on `runtime/libs/misc/src/tensor/IndexIterator.test.cpp` Line 26.
https://github.com/hseok-oh/ONE/tree/tcm_test also cannot resolve issue on runtime
>But it requires `cmake_minimum_required(VERSION 3.3)` IMO, it's better to update cmake minimum requirement version because cmake 3.1 is old version (Dec 2014: https://cmake.org/pipermail/cmake/2014-December/059418.html).
cmake version - Current requirement - Runtime: `3.5.1` - Compiler: `3.1` - Default version on linux - Ubuntu 16.04: `3.5.1` - Ubuntu 18.04: `3.10.2` - Ubuntu 20.04: `3.16.3` - Ubuntu...
@jinevening You can find discussion about cmake version under https://github.com/Samsung/ONE/issues/9432#issuecomment-1184412692
I removed @glistening from reviewer and merged because there is no reaction for a long time.
TODO ### NNPackage Spec - [x] Add connection information property prototype in manifest - [x] 1st suggestion: #9123 - [x] Draft: (`model-connect` file spec may be changed) #9129 #9391 -...
>Q) what is Multiple models input ? Multiple models: Model files to packaging. Model file type can be `circle`, `tflite`, or `tvn`. input: `model2nnpkg.sh` 's input If we use `one-partition`...
I've updated item - Connection information input -> Support connection information packaging - Multiple models input -> Support multiple model files packaging
>I think we need to update onert (nnfw) API also for multiple partitions (or models). We have package loading API, input/output setting API, input/output count and info getting API. Could...