torch-mlir/pytest/NumpyCompiler
Stella Laurenzo 5aa2f0f9f6 Add a trivial copy elision canonicalization on ndarray->tensor.
* This elides the very common code the compiler adds for chaining otherwise tensor-related numpy ops together.
* More aggressive canonicalizations would require more advanced analysis.
2020-07-05 18:09:43 -07:00
..
array_basics.py Fixup local ndarray<->tensor transforms to preserve shape. 2020-07-05 17:45:45 -07:00
ndarray_inference.py Add a trivial copy elision canonicalization on ndarray->tensor. 2020-07-05 18:09:43 -07:00
ufunc.py Fixup local ndarray<->tensor transforms to preserve shape. 2020-07-05 17:45:45 -07:00