mlir-hlo/lib/Dialect/mhlo
Tres Popp 4251630426 Support CHLO broadcasting operations between scalar and unranked tensors.
This is done through reshaping the unranked tensor into a 1D ranked tensor which will result in a safe broadcast/indexing logic when the other operand is a scalar.

PiperOrigin-RevId: 322553661
2020-07-30 22:34:40 +00:00
..
IR Change cast to dyn_cast in hlo::ReshapeOp's verification. 2020-07-30 22:34:36 +00:00
transforms Support CHLO broadcasting operations between scalar and unranked tensors. 2020-07-30 22:34:40 +00:00