torch-mlir/test/Dialect
Ramiro Leal-Cavazos 413e6000d2
[LINALG] Add value tensor variant to `bernoulli_.float` (#597)
This commit adds the op `PseudoAtenBernoulliFloatOp` that represents
`AtenBernoulli_FloatOp` without the underscore. This is needed to make
sure that the `ReduceOpVariants` pass turns the in-place op into an op
that takes value tensors as inputs, otherwise the
`MaximizeValueSemantics` pass will not be able to add value semantics
correctly.
2022-02-14 18:58:48 -08:00
..
Torch [LINALG] Add value tensor variant to `bernoulli_.float` (#597) 2022-02-14 18:58:48 -08:00
TorchConversion [Torch][Linalg] Add basic support for RNG 2022-01-31 18:56:42 -05:00