From d8634f1bbef2cc86bff3cbade2a6d2372ab51796 Mon Sep 17 00:00:00 2001 From: triple Mu Date: Tue, 11 Jul 2023 00:28:02 +0800 Subject: [PATCH] Update Operators.md (#5402) ### Description Fix typo ### Motivation and Context --------- Signed-off-by: triple Mu Signed-off-by: triple-Mu --- docs/Changelog.md | 6 +++--- docs/Operators.md | 2 +- onnx/defs/math/defs.cc | 2 +- onnx/defs/math/old.cc | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/Changelog.md b/docs/Changelog.md index 87758761ad9..afeb3331fd2 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -7150,7 +7150,7 @@ This version of the operator has been available since version 7 of the default O
X : T
Input tensor
slope : T
-
Slope tensor. The shape of slope can be smaller then first input X; if so, its shape must be unidirectional broadcastable to X
+
Slope tensor. The shape of slope can be smaller than first input X; if so, its shape must be unidirectional broadcastable to X
#### Outputs @@ -8746,7 +8746,7 @@ This version of the operator has been available since version 9 of the default O
X (differentiable) : T
Input tensor
slope (differentiable) : T
-
Slope tensor. The shape of slope can be smaller then first input X; if so, its shape must be unidirectional broadcastable to X
+
Slope tensor. The shape of slope can be smaller than first input X; if so, its shape must be unidirectional broadcastable to X
#### Outputs @@ -20319,7 +20319,7 @@ This version of the operator has been available since version 16 of the default
X (differentiable) : T
Input tensor
slope (differentiable) : T
-
Slope tensor. The shape of slope can be smaller then first input X; if so, its shape must be unidirectional broadcastable to X
+
Slope tensor. The shape of slope can be smaller than first input X; if so, its shape must be unidirectional broadcastable to X
#### Outputs diff --git a/docs/Operators.md b/docs/Operators.md index 6526228b05f..1e2eb08671c 100644 --- a/docs/Operators.md +++ b/docs/Operators.md @@ -18071,7 +18071,7 @@ Other versions of this operator: 1,