chunseoklee
chunseoklee
As commented in https://github.com/Samsung/ONE/pull/9244#issuecomment-1154736748 about Frontend(Loader, IR ...), Compiler, Executor and Execution has similar issues like strong assumption and SubGraph(or ExecutorMap) dependency. Also, several flags are defined globally : e.g....
on 38988042a 1) New constructor for `Compiler` takes `ModelGraph` instead of `Subgraphs` https://github.com/Samsung/ONE/blob/38988042a51d1855b08033079b85afd484ee6faa/runtime/onert/api/src/nnfw_api_internal.cc#L394-L395 2) New constructor of `Execution` takes compile()'s output https://github.com/Samsung/ONE/blob/38988042a51d1855b08033079b85afd484ee6faa/runtime/onert/api/src/nnfw_api_internal.cc#L423-L425
Requirement for multiple models - Compiler takes ModelGraph as input - Execution takes Compilation Result of the ModelGraph - Execution generates "execution order" among Compilation Results - Execution provides a...
I have offline discussion(30min) with @ragmani. Here are several issues mentioned in discussion : 1. Investigate how to get RNN/While model with non-dynamic tensor. TRIX does not support dynamic tensor....
About While OP execution with multi models : ONERT might allow users to write a script for defining the behaviour of While OP. Q. What is the script look like...
> @chunseoklee @seanshpark Why don't we use flatbuffers latest version (2.0.0) for all compiler and runtime modules? Tizen is using 2.0.0 to build both tensorflow-1.13.1 and tensorflow-2.7.0 I am not...
I prefer Option2. But I concern that how generate trix binary during test execution when testing with trix binary.
Error on https://github.com/Samsung/ONE/pull/8481/commits/bd2bb66c3fcb81f09ffd3aa1a518bfb667bc7a79 > /home/abuild/rpmbuild/BUILD/nnfw-1.20.0/compiler/mio-tflite260/CMakeLists.txt:13 (nnas_find_package) mio needs tensorflow-2.6. Thus tf-2.6 source should be included into packaging folder. ``` [ 120s] -- !!! FlatBuffers_FOUND [ 120s] -- Download TENSORFLOW from...
On ~~https://github.com/Samsung/ONE/pull/8481/commits/b38ebe9bd4c33c73e285e217c17dfdfc50a965db~~ [f6ffb10](https://github.com/Samsung/ONE/pull/8481/commits/f6ffb10eb7aac090d0a150543efc5839d923dfa8) (force-push due to ruy and eigen for 2.6) Anyway, build itself starts on gbs(thus, at least configuration stage is done).