Fix the shape of the outcome in the example code.
The toy language uses element-wise multiplication. Transposing and multiplying two tensors with shape <2, 3> gives a tensor with shape <3, 2>. Closes tensorflow/mlir#227 COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/mlir/pull/227 from ombre5733:toy-ch1-docu-fix d79e5d3f9e3d5150a7ac8aac28b899df5a0d10a0 PiperOrigin-RevId: 281221671
Loading
Please register or sign in to comment