This repository was archived by the owner on Nov 16, 2023. It is now read-only.
File tree 3 files changed +13
-8
lines changed
3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ See [Compatibility](../README.md#Compatibility) for a list of the supported plat
23
23
| [ Equal] ( https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Equal ) | | | :heavy_check_mark : |
24
24
| [ Exp] ( https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Exp ) | :heavy_check_mark : | | :heavy_check_mark : |
25
25
| [ Floor] ( https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Floor ) | :heavy_check_mark : | | :heavy_check_mark : |
26
- | [ Gather] ( https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Gather ) | :heavy_check_mark : | | |
26
+ | [ Gather] ( https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Gather ) | :heavy_check_mark : | | : heavy_check_mark : |
27
27
| [ Gemm] ( https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Gemm ) | | :heavy_check_mark : | :heavy_check_mark : |
28
28
| [ GlobalAveragePool] ( https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#GlobalAveragePool ) | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : |
29
29
| [ GlobalMaxPool] ( https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#GlobalMaxPool ) | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : |
@@ -64,5 +64,5 @@ See [Compatibility](../README.md#Compatibility) for a list of the supported plat
64
64
| [ Tanh] ( https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Tanh ) | :heavy_check_mark : | | :heavy_check_mark : |
65
65
| [ Tile] ( https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Tile ) | :heavy_check_mark : | | :heavy_check_mark : |
66
66
| [ Transpose] ( https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Transpose ) | :heavy_check_mark : | | :heavy_check_mark : |
67
- | [ Unsqueeze] ( https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Unsqueeze ) | :heavy_check_mark : | | |
67
+ | [ Unsqueeze] ( https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Unsqueeze ) | :heavy_check_mark : | | : heavy_check_mark : |
68
68
| [ Xor] ( https://github.com/onnx/onnx/blob/rel-1.2.3/docs/Operators.md#Xor ) | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : |
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " onnxjs" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.1.3 " ,
4
4
"description" : " A Javascript library for running ONNX models on browsers and on Node.js" ,
5
5
"main" : " ./lib/api/index.js" ,
6
6
"browser" : " ./dist/onnx.min.js" ,
You can’t perform that action at this time.
0 commit comments