Skip to content

Commit

Permalink
add squeeze to SUMMARY + fix Compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelDkhn committed Oct 2, 2023
1 parent 18d9bf8 commit bffe988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
* [tensor.quantize\_linear](framework/operators/tensor/tensor.quantize\_linear.md)
* [tensor.dequantize\_linear](framework/operators/tensor/tensor.dequantize\_linear.md)
* [tensor.nonzero](framework/operators/tensor/tensor.nonzero.md)
* [tensor.squeeze](framework/operators/tensor/tensor.squeeze.md)
* [tensor.unsqueeze](framework/operators/tensor/tensor.unsqueeze.md)
* [Neural Network](framework/operators/neural-network/README.md)
* [nn.relu](framework/operators/neural-network/nn.relu.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/framework/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ You can see below the list of current supported ONNX Operators:
| [Squeeze](operators/tensor/tensor.squeeze.md) | :white\_check\_mark: |
| [Unsqueeze](operators/tensor/tensor.unsqueeze.md) | :white\_check\_mark: |

Current Operators support: **48/156 (30%)**
Current Operators support: **49/156 (31%)**

0 comments on commit bffe988

Please sign in to comment.