-
When calling `NewVector()` consecutively, the second call returns a pointer to the same vector that was created with the first call. See the code below to reproduce.
```go
package main
import (…
-
## 🐛 Bug
torch.lu_solve and torch.inverse give (completely wrong) results for singular matrices instead of returning an error.
## To Reproduce
```python
t1 = tensor([[1.,2,3],[-4.,.5,6]])
t…
-
-
As I suggested in #678, the the converter for `sklearn.preprocessing.Normalizer` does not support double type. So I switch to use `skl2onnx.algebra.onnx_ops.Normalizer`.
I guess that `skl2onnx.algebr…
-
Please consider the code below where `julia` is converting sparse matrix into dense one and doing `map` on the top. Should we have `map` defined only for non-zero elements in sparse matrix instead? Ot…
-
Please make sure that this is a feature request. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature …
-
I have a list of custom model `_BinaryRVC`. Each `_BinaryRVC` outputs a n-dimensional row vector. The Reshape in the first command is to convert each n-dimensional row vector into a n-dimensional colu…
-
Currently the PIL implementation is way to slow to actually be usable. We should study how to make it actually applicable in practice!
-
I split this up from #26 for clarity. Most feedback is quibbling about language choice, so I broke that up into sections by heading as well.
# 1. Tensors and shapes
> Rank can be defined as the n…
-
**Concisely describe the proposed feature**
With new extensions introduced by #581, there are lots of space to optimize the IR. I also found some feasible optimizations that are not directly related …