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

Commit

Permalink
update version to 0.1.2 (#74)
Browse files Browse the repository at this point in the history
* bump version to 0.1.2

* doc: update operator table
  • Loading branch information
fs-eire authored Jan 11, 2019
1 parent 653fc9e commit 4d5dce9
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 19 deletions.
20 changes: 10 additions & 10 deletions docs/operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,26 +43,26 @@ See [Compatibility](../README.md#Compatibility) for a list of the supported plat
| [Pad](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Pad) | | | :heavy_check_mark: |
| [Pow](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Pow) | | | :heavy_check_mark: |
| [PRelu](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#PRelu) | :heavy_check_mark: | | :heavy_check_mark: |
| [ReduceLogSum](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#ReduceLogSum) | :heavy_check_mark: | | |
| [ReduceMax](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#ReduceMax) | :heavy_check_mark: | | |
| [ReduceMean](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#ReduceMean) | :heavy_check_mark: | | |
| [ReduceMin](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#AReduceMin) | | | |
| [ReduceProd](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#AReduceProd) | | | |
| [ReduceSum](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#AReduceSum) | | | |
| [ReduceSumSquare](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#AReduceSumSquare) | | | |
| [ReduceLogSum](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#ReduceLogSum) | :heavy_check_mark: | | :heavy_check_mark: |
| [ReduceMax](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#ReduceMax) | :heavy_check_mark: | | :heavy_check_mark: |
| [ReduceMean](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#ReduceMean) | :heavy_check_mark: | | :heavy_check_mark: |
| [ReduceMin](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#AReduceMin) | | | :heavy_check_mark: |
| [ReduceProd](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#AReduceProd) | | | :heavy_check_mark: |
| [ReduceSum](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#AReduceSum) | | | :heavy_check_mark: |
| [ReduceSumSquare](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#AReduceSumSquare) | | | :heavy_check_mark: |
| [Relu](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Relu) | :heavy_check_mark: | | :heavy_check_mark: |
| [Reshape](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Reshape) | :heavy_check_mark: | | :heavy_check_mark: |
| [Sigmoid](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Sigmoid) | :heavy_check_mark: | | :heavy_check_mark: |
| [Sin](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Sin) | :heavy_check_mark: | | :heavy_check_mark: |
| [Slice](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Slice) | :heavy_check_mark: | | |
| [Slice](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Slice) | :heavy_check_mark: | | :heavy_check_mark: |
| [Softmax](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Softmax) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| [Split](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Split) | | | :heavy_check_mark: |
| [Sqrt](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Sqrt) | :heavy_check_mark: | | :heavy_check_mark: |
| [Sub](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Sub) | :heavy_check_mark: | | :heavy_check_mark: |
| [Sum](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Sum) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| [Tan](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Tan) | :heavy_check_mark: | | :heavy_check_mark: |
| [Tanh](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Tanh) | :heavy_check_mark: | | |
| [Tile](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Tile) | :heavy_check_mark: | | |
| [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: | | |
| [Xor](https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Xor) | :heavy_check_mark: | | :heavy_check_mark: |
30 changes: 22 additions & 8 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.1",
"version": "0.1.2",
"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 4d5dce9

Please sign in to comment.