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

Commit

Permalink
2019-03-22, Version 0.1.5 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
fs-eire authored Mar 23, 2019
1 parent 563dbd6 commit b721d2e
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 88 deletions.
2 changes: 2 additions & 0 deletions docs/operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ See [Compatibility](../README.md#Compatibility) for a list of the supported plat
| [AveragePool](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#AveragePool) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| [BatchNormalization](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#BatchNormalization) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| [Ceil](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Ceil) | :heavy_check_mark: | | :heavy_check_mark: |
| [Clip](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Clip) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| [Concat](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Concat) | :heavy_check_mark: | | :heavy_check_mark: |
| [Constant](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Constant) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| [Conv](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Conv) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| [Cos](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Cos) | :heavy_check_mark: | | :heavy_check_mark: |
| [Div](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Div) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| [Dropout](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Dropout) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| [Elu](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Elu) | :heavy_check_mark: | | :heavy_check_mark: |
| [Equal](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Equal) | | | :heavy_check_mark: |
| [Exp](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Exp) | :heavy_check_mark: | | :heavy_check_mark: |
| [Floor](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Floor) | :heavy_check_mark: | | :heavy_check_mark: |
Expand Down
Loading

0 comments on commit b721d2e

Please sign in to comment.