From d2aad310b9d40ff74fa737d29f3e9ce3f4e79f18 Mon Sep 17 00:00:00 2001 From: Justin Chu Date: Sat, 4 May 2024 07:59:34 -0700 Subject: [PATCH] Update rewrite_patterns.md --- docs/tutorial/rewriter/rewrite_patterns.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/tutorial/rewriter/rewrite_patterns.md b/docs/tutorial/rewriter/rewrite_patterns.md index 851e6046f..3fe06c31a 100644 --- a/docs/tutorial/rewriter/rewrite_patterns.md +++ b/docs/tutorial/rewriter/rewrite_patterns.md @@ -195,4 +195,9 @@ With all the necessary components in place, the pattern rewrite rule with the `m ``` The final graph with the applied rewrite looks as follows: -![broadcast_rewrite](examples/img/broadcast_02.png){align=center} + +```{image} examples/img/broadcast_02.png +:alt: broadcast_rewrite +:width: 100% +:align: center +```