summaryrefslogtreecommitdiff
path: root/chapters/core/soundness-proof/02-soundness-of-translation.tex
diff options
context:
space:
mode:
Diffstat (limited to 'chapters/core/soundness-proof/02-soundness-of-translation.tex')
-rw-r--r--chapters/core/soundness-proof/02-soundness-of-translation.tex3
1 files changed, 1 insertions, 2 deletions
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
$$