Mirmohammad Saadati
Mirmohammad Saadati
Is there a way to know what Pytorch operation is converted into `TensorScatterUpdate` to avoid it?
Since concat does not take `list` or `vector` as input, is the best workaround to iteratively concatenating two elements from the `list`?
Well, I realized that you can actually get a similar logic by using `xt::from_indices` and then transposing it. Specifically, the problem I was facing using `xt::nonzero` can be solved by...
@AntoinePrv Would you mind checking my solution out?
https://github.com/xtensor-stack/xtensor/issues/1825
https://github.com/xtensor-stack/xtensor/issues/1450