Alexander Efimov

Results 69 comments of Alexander Efimov

@ai-moiseev @SlavikMIPT @BalyshevArtem I think we can use this feature as a visualizer for `circle-execution-plan` tool. What do you think?

@lemmaa Andrey removed **most** of the C++ library from build. If I remember it right, there some leftovers that costs several KBs. We can remove them too, but first we...

@seanshpark Could you share what is the class of arm32 device you are working on? Is it linux/Tizen single board computer? > I'd like to revise this Do you want...

+cc @SlavikMIPT, @ai-moiseev

@ai-moiseev Could you schedule model provided by @SlavikMIPT using https://github.com/Samsung/ONE/tree/master/compiler/circle-execution-plan and vs-code visualizer?

my models with related python scripts: [rnn_examples.zip](https://github.com/Samsung/ONE/files/8854864/rnn_examples.zip) based on [this colab](https://colab.research.google.com/github/tensorflow/tensorflow/blob/master/tensorflow/lite/examples/experimental_new_converter/Keras_LSTM_fusion_Codelab.ipynb#scrollTo=tB1NZBUHDogR) from [this tutorial](https://www.tensorflow.org/lite/models/convert/rnn)

## Current support status **Int8** keras2tflite conversion | GRU | LSTM -- | -- | -- unroll | #9253 | | fused operation | @SlavikMIPT: kernel implemented and tested, can...

Update to this https://github.com/Samsung/ONE/issues/9225#issuecomment-1148900583 I've patched tensorflow (r2.9.0) and got "Flex" operation: [gru_cell.tar.zip](https://github.com/Samsung/ONE/files/8872908/gru_cell.tar.zip) This operation could be run using TFLite Flex delegate. What I did with TF is described in...

@chunseoklee > IMHO, We need to make sure that our target model will be generated in the way we have done. Have you heard anything about this ? Not yet,...