This repository was archived by the owner on Nov 16, 2023. It is now read-only.
File tree 3 files changed +101
-88
lines changed
3 files changed +101
-88
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,14 @@ See [Compatibility](../README.md#Compatibility) for a list of the supported plat
14
14
| [ AveragePool] ( https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#AveragePool ) | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : |
15
15
| [ BatchNormalization] ( https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#BatchNormalization ) | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : |
16
16
| [ 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 : |
17
18
| [ Concat] ( https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Concat ) | :heavy_check_mark : | | :heavy_check_mark : |
18
19
| [ Constant] ( https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Constant ) | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : |
19
20
| [ Conv] ( https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Conv ) | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : |
20
21
| [ Cos] ( https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Cos ) | :heavy_check_mark : | | :heavy_check_mark : |
21
22
| [ Div] ( https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Div ) | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : |
22
23
| [ 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 : |
23
25
| [ Equal] ( https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Equal ) | | | :heavy_check_mark : |
24
26
| [ Exp] ( https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Exp ) | :heavy_check_mark : | | :heavy_check_mark : |
25
27
| [ Floor] ( https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Floor ) | :heavy_check_mark : | | :heavy_check_mark : |
You can’t perform that action at this time.
0 commit comments