torch-mlir/lib/Dialect/Numpy/Transforms
Sean Silva 927546b3c5 Add RefinePublicReturn pass.
This pass allows shape information to be propagated to return types,
which is nontrivial and cannot be cleanly put anywhere else as it
changes the public ABI, which is a concern that we want to keep
concentrated in one place.
2021-04-07 11:06:34 -07:00
..
ArrayToTensor.cpp Add primitive ArrayToTensor (numpy-array-to-tensor) pass. 2021-04-05 17:56:35 -07:00
CMakeLists.txt Add RefinePublicReturn pass. 2021-04-07 11:06:34 -07:00
PassDetail.h Add NumpyPublicFunctionsToTensor pass. 2020-07-08 22:51:54 -07:00
Passes.cpp Bump submodule versions. 2020-09-08 13:26:42 -07:00
PublicFunctionToTensor.cpp Bump llvm-project to 16c6e9c58e9ae50a775945e6b407f1891f353d2f 2021-01-05 16:12:11 -08:00
RefinePublicReturn.cpp Add RefinePublicReturn pass. 2021-04-07 11:06:34 -07:00