Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: isdanni <leedanni@gmail.com>
  • Loading branch information
isdanni committed May 7, 2024
1 parent d64b347 commit 34821ae
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
58 changes: 29 additions & 29 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -25735,35 +25735,6 @@ This version of the operator has been available since version 21 of the default
<dd>Constrain output to int64 tensor.</dd>
</dl>

### <a name="Swish-22"></a>**Swish-22**</a>

Swish function, takes one input data (Tensor<T>) and produces one output data (Tensor<T>) 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

<dl>
<dt><tt>X</tt> (differentiable) : T</dt>
<dd>Input tensor</dd>
</dl>

#### Outputs

<dl>
<dt><tt>Y</tt> (differentiable) : T</dt>
<dd>Output tensor</dd>
</dl>

#### Type Constraints

<dl>
<dt><tt>T</tt> : tensor(float16), tensor(float), tensor(double)</dt>
<dd>Constrain input and output types to float tensors.</dd>
</dl>

### <a name="Size-21"></a>**Size-21**</a>

Takes a tensor as input and outputs a int64 scalar that equals to the total number of elements of the input tensor.
Expand Down Expand Up @@ -28191,6 +28162,35 @@ This version of the operator has been available since version 22 of the default
<dd>Constrain input and output types to float tensors.</dd>
</dl>

### <a name="Swish-22"></a>**Swish-22**</a>

Swish function, takes one input data (Tensor<T>) and produces one output data (Tensor<T>) 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

<dl>
<dt><tt>X</tt> (differentiable) : T</dt>
<dd>Input tensor</dd>
</dl>

#### Outputs

<dl>
<dt><tt>Y</tt> (differentiable) : T</dt>
<dd>Output tensor</dd>
</dl>

#### Type Constraints

<dl>
<dt><tt>T</tt> : tensor(float16), tensor(float), tensor(double)</dt>
<dd>Constrain input and output types to float tensors.</dd>
</dl>

### <a name="Tan-22"></a>**Tan-22**</a>

Calculates the tangent of the given input tensor, element-wise.
Expand Down
2 changes: 1 addition & 1 deletion docs/TestCoverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 34821ae

Please sign in to comment.