From 11f14a4763533dbc24b0e98d115071036025d4f6 Mon Sep 17 00:00:00 2001 From: ericmarin Date: Mon, 22 Jun 2026 00:43:45 +0200 Subject: refinement --- chapters/core/soundness-proof/02-soundness-of-translation.tex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chapters/core/soundness-proof/02-soundness-of-translation.tex') diff --git a/chapters/core/soundness-proof/02-soundness-of-translation.tex b/chapters/core/soundness-proof/02-soundness-of-translation.tex index 800e085..4477581 100644 --- a/chapters/core/soundness-proof/02-soundness-of-translation.tex +++ b/chapters/core/soundness-proof/02-soundness-of-translation.tex @@ -20,8 +20,7 @@ Which is identical to the ONNX definition. \end{lemma} \begin{lemma} -The ONNX Gemm (General Matrix Multiplication) operator for input tensors A, B, C, input $\alpha$ -and $\beta$ and output tensor Y is defined as: +The ONNX Gemm operator for input tensors A, B, C, input $\alpha$ and $\beta$ and output tensor Y is defined as: $$ Y = \alpha \cdot A \cdot B + \beta \cdot C $$ -- cgit v1.2.3