From 34821ae86f880613673aa9752f77315be94f0043 Mon Sep 17 00:00:00 2001 From: isdanni Date: Mon, 6 May 2024 22:48:13 -0500 Subject: [PATCH] update Signed-off-by: isdanni --- docs/Changelog.md | 58 ++++++++++++++++++++++---------------------- docs/TestCoverage.md | 2 +- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/docs/Changelog.md b/docs/Changelog.md index 6d1ec2f89be..7d30b3e7a83 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -25735,35 +25735,6 @@ This version of the operator has been available since version 21 of the default
Constrain output to int64 tensor.
-### **Swish-22** - - Swish function, takes one input data (Tensor) and produces one output data (Tensor) of the same shape, where $Swish(x) = x * sigmoid(beta * x)$. - -#### Version - -This version of the operator has been available since version 22 of the default ONNX operator set. - -#### Inputs - -
-
X (differentiable) : T
-
Input tensor
-
- -#### Outputs - -
-
Y (differentiable) : T
-
Output tensor
-
- -#### Type Constraints - -
-
T : tensor(float16), tensor(float), tensor(double)
-
Constrain input and output types to float tensors.
-
- ### **Size-21** Takes a tensor as input and outputs a int64 scalar that equals to the total number of elements of the input tensor. @@ -28191,6 +28162,35 @@ This version of the operator has been available since version 22 of the default
Constrain input and output types to float tensors.
+### **Swish-22** + + Swish function, takes one input data (Tensor) and produces one output data (Tensor) of the same shape, where $Swish(x) = x * sigmoid(beta * x)$. + +#### Version + +This version of the operator has been available since version 22 of the default ONNX operator set. + +#### Inputs + +
+
X (differentiable) : T
+
Input tensor
+
+ +#### Outputs + +
+
Y (differentiable) : T
+
Output tensor
+
+ +#### Type Constraints + +
+
T : tensor(float16), tensor(float), tensor(double)
+
Constrain input and output types to float tensors.
+
+ ### **Tan-22** Calculates the tangent of the given input tensor, element-wise. diff --git a/docs/TestCoverage.md b/docs/TestCoverage.md index eece0ac0e63..1bf5a4ddfc3 100644 --- a/docs/TestCoverage.md +++ b/docs/TestCoverage.md @@ -6,7 +6,7 @@ * [Overall Test Coverage](#overall-test-coverage) # Node Test Coverage ## Summary -Node tests have covered 179/192 (93.23%, 5 generators excluded) common operators. +Node tests have covered 180/193 (93.26%, 5 generators excluded) common operators. Node tests have covered 0/0 (N/A) experimental operators.