tensorflow / mlir

"Multi-Level Intermediate Representation" Compiler Infrastructure
1.74k stars 258 forks source link

Fix the shape of the outcome in the example code. #227

Closed ombre5733 closed 4 years ago

ombre5733 commented 4 years ago

The toy language uses element-wise multiplication. Transposing and multiplying two tensors with shape <2, 3> gives a tensor with shape <3, 2>.