Skip to content
#

tizen

Here are 132 public repositories matching this topic...

ReactiveUI

An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.

  • Updated Nov 19, 2021
  • C#
zhoonit
zhoonit commented Nov 12, 2021
unsigned int outdim[4] = { 1, };
err = ml_tensors_info_set_tensor_dimension(out_info, 0, outdim); // where the code returns non zero exit

above code fails because outdim is {1, 0, 0, 0};

For those who are used to flexible tensor dimension, they deserve kinder error message why {1} fails.

zhoonit
zhoonit commented Nov 1, 2021

conv2d is taking quite amound of time on calculating indexes ( from getAddress, getIndex, getValue) we should less rely on those to make it faster. But note that this assums the given tensor is contiguous though.

I'd expect 1~3% increase from this optimization

Improve this page

Add a description, image, and links to the tizen topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tizen topic, visit your repo's landing page and select "manage topics."

Learn more