Yongseop Kim
Yongseop Kim
As we discussed, let's introduce an one-cmd to make an init(or a default) config file. The name could be something like `one-config-init` or `one-init`.
Parent issue: https://github.com/Samsung/ONE/issues/9191 > for No.1: one-optimize would have each unacceptable list for each model type and then support it. (Of course, this can be supported by some scripts or...
According to @lemmaa, This discussion of the point is to support templates with a defined unit by `one-init`. (eg. backend, model, ...) --- https://github.com/Samsung/ONE/pull/9259/files#r897528685 @YongseopKim , how about reference the...
There are some utils on tools for tflite models. But, I'd like to add some features like - print graph on console - make tools ease searching/finding - show available...
(Related issue: https://github.com/Samsung/ONE/issues/4968) Enhance xnnpack backend by supporting various features, ops, and datatypes. features - [x] Remove permutation #5186 - [ ] Release unused const tensors ops - [x] FC...
Current onert has a memory manager per an backend. This task introduces a single unified memory manager for all backends. This enables onert to make its own interface easy Problems...
Hello. I'm trying this VSCodeILViewer on ubuntu 14.04, but facing this error message. ``` command 'extension.showIlWindow' not found ``` Anything to install dependent package?
When `TrainableExecutor` is created, all of backend contexts are candidates. In `ExecutorFactory::createTrainableExecutor`, https://github.com/Samsung/ONE/blob/890b72859b19af9c29488f88fc2e927a75f35c77/runtime/onert/core/src/compiler/ExecutorFactory.cc#L673-L681 The only candidate should be `train` backend context. /cc @Samsung/one_onert
On a process to run onert, when do backends unload? when `nnfw_close_session()` is called? In onert, `BackendManager` is a singleton instance and it inits own `_gen_map` for backends. It hasn't...
Let's add to explain how to use nnfw experimental API and add a scenario. Ref: https://github.com/Samsung/ONE/issues/12510#issuecomment-1905158219 > IMO, we need to add comment on nnfw_train_prepare about this: when nnfw_input_size() and...