torch-mlir/python
Ramiro Leal-Cavazos afdaa60dd4
Fix typo in `inputRank` check of `AtenBatchNormOp` (#1046)
The original conversion pattern for `AtenBatchNormOp` required that
the input rank be greater than 2; however, the only
expectation in the conversion pattern and in Pytorch is that the input
rank is greater than 1, since the second dimension of the input must
match the size of the `weight`, `bias`, `runningMean`, and
`runningVar` inputs. This commit fixes the `inputRank` check.
2022-07-15 09:35:59 -07:00
..
test torch_mlir.compile: Allow OutputType as a string. 2022-07-08 17:37:27 -07:00
torch_mlir [MLIR][TORCH] Add decomposition for aten.var.dim op 2022-07-15 09:53:42 +05:30
torch_mlir_e2e_test Fix typo in `inputRank` check of `AtenBatchNormOp` (#1046) 2022-07-15 09:35:59 -07:00
CMakeLists.txt Remove libtorch downloads (#1058) 2022-07-14 17:16:51 -07:00
TorchMLIRModule.cpp Dual license the torch-mlir project. 2021-10-01 10:46:08 -07:00