Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit b721d2e

Browse files
authored
2019-03-22, Version 0.1.5 (#110)
1 parent 563dbd6 commit b721d2e

File tree

3 files changed

+101
-88
lines changed

3 files changed

+101
-88
lines changed

docs/operators.md

+2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ See [Compatibility](../README.md#Compatibility) for a list of the supported plat
1414
| [AveragePool](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#AveragePool) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
1515
| [BatchNormalization](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#BatchNormalization) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
1616
| [Ceil](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Ceil) | :heavy_check_mark: | | :heavy_check_mark: |
17+
| [Clip](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Clip) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
1718
| [Concat](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Concat) | :heavy_check_mark: | | :heavy_check_mark: |
1819
| [Constant](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Constant) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
1920
| [Conv](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Conv) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
2021
| [Cos](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Cos) | :heavy_check_mark: | | :heavy_check_mark: |
2122
| [Div](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Div) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
2223
| [Dropout](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Dropout) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
24+
| [Elu](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Elu) | :heavy_check_mark: | | :heavy_check_mark: |
2325
| [Equal](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Equal) | | | :heavy_check_mark: |
2426
| [Exp](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Exp) | :heavy_check_mark: | | :heavy_check_mark: |
2527
| [Floor](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Floor) | :heavy_check_mark: | | :heavy_check_mark: |

0 commit comments

Comments
 (0)