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

Commit

Permalink
2019-01-25, Version 0.1.3 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
fs-eire authored Jan 26, 2019
1 parent 0be3102 commit 900db7a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ See [Compatibility](../README.md#Compatibility) for a list of the supported plat
| [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: |
| [Gather](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Gather) | :heavy_check_mark: | | |
| [Gather](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Gather) | :heavy_check_mark: | | :heavy_check_mark: |
| [Gemm](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Gemm) | | :heavy_check_mark: | :heavy_check_mark: |
| [GlobalAveragePool](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#GlobalAveragePool) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| [GlobalMaxPool](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#GlobalMaxPool) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
Expand Down Expand Up @@ -64,5 +64,5 @@ See [Compatibility](../README.md#Compatibility) for a list of the supported plat
| [Tanh](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Tanh) | :heavy_check_mark: | | :heavy_check_mark: |
| [Tile](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Tile) | :heavy_check_mark: | | :heavy_check_mark: |
| [Transpose](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Transpose) | :heavy_check_mark: | | :heavy_check_mark: |
| [Unsqueeze](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Unsqueeze) | :heavy_check_mark: | | |
| [Unsqueeze](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Unsqueeze) | :heavy_check_mark: | | :heavy_check_mark: |
| [Xor](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Xor) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
15 changes: 10 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onnxjs",
"version": "0.1.2",
"version": "0.1.3",
"description": "A Javascript library for running ONNX models on browsers and on Node.js",
"main": "./lib/api/index.js",
"browser": "./dist/onnx.min.js",
Expand Down

0 comments on commit 900db7a

Please sign in to comment.