-
Hi, In my experiment ,I want to use my own graph optimization method。But I want to use your VO and Loop closure in KITTI database 。 So is there a method in your code ,to ouput the VO and Loop closu…
-
This should be useful for
* Dead code analysis (warnings about unused bindings and optimization)
* Partial typechecking in the language server (only bindings which may have had their type changed …
-
**Describe the bug**
In a model with Linear layer followed by a trilinear resize like the graph below, the result on GPU is always 0.5 for any inputs, which is different than the result on CPU and th…
-
Hello,
Thanks for the very usable repo! Now I am trying to get the input/output shape of each kernel. For stable diffusion, I already found that after compile, I can get the shape in /AITemplate/e…
-
#### Issue type:
- :heavy_plus_sign: Feature request
____
#### Description:
Join selectivity estimation is highly relevant during query planning.
This selectivity estimation can either be …
-
Now that we have high level graphs in our collections, we can do some more complex optimizations. We've done a little bit of this with blockwise fusion, read_parquet and column selection, and root fu…
-
- for consistency just use lowercase and underscores for library names.
- change name of GOSTnet.py to core.py
- change __init__.py from:
```
from GOSTnets.GOSTnet import *
```
to
```
from .co…
-
How hard would it be to implement a [clip](https://docs.rs/geo/latest/geo/algorithm/bool_ops/trait.BooleanOps.html#tymethod.clip) operation taking a polygon and linestring, and returning the piece of …
-
### Describe the issue
The STFT op has the wrong "expected" shape that doesn't match it's output (correct) shape because of some off-by-one error.
> 2023-01-17 00:16:53.852917009 [W:onnxruntime:, …
-
What is the technical differences between the models in ./generation/poly_hgraph and /hgraph?