Open
Description
Would love a way to print out tensor
s, in a similar way to vector.print
.
Seems like the alternative (relatively simple way) would be to first lower to memref (after talking to @makslevental), then print it out there - which is not super ideal.
For me, it would help a lot with debugging and validation, I imagine it'd be quite useful for others too!