Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 80 additions & 0 deletions tmva/sofie/ONNX_OPERATOR_STATUS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
# ONNX Operators Status

This file provides the status of the support of ONNX operators in TMVA/SOFIE.

## Supported operators
See the supported list in [`README.md`](README.md) (or obtain it programmatically via `GetRegisteredOperators()`).

## Missing ONNX operators

- And
- ArgMax
- ArgMin
- Ceil
- Clip
- Compress
- ConvInteger
- CosH
- CumSum
- DequantizeLinear
- DepthToSpace
- Det
- Dropout
- Floor
- GatherElements
- GatherND
- GlobalLpPool
- GlobalMaxPool
- GridSample
- HardSigmoid
- Hardmax
- InstanceNormalization
- IsInf
- IsNaN
- LRN
- Loop
- LpNormalization
- LpPool
- MatMulInteger
- MaxRoiPool
- MaxUnpool
- MeanVarianceNormalization
- Mod
- Multinomial
- NonMaxSuppression
- NonZero
- Not
- OneHot
- Optional
- OptionalGetElement
- OptionalHasElement
- Or
- PRelu
- QLinearConv
- QLinearMatMul
- QuantizeLinear
- ReduceL1
- ReduceL2
- ReduceLogSum
- ReduceLogSumExp
- ReduceMax
- ReduceMin
- Resize
- ReverseSequence
- RoiAlign
- Round
- Scan
- ScatterND
- Shrink
- Sign
- Sinh
- Size
- Softplus
- Softsign
- SpaceToDepth
- StringNormalizer
- Tan
- ThresholdedRelu
- Trilu
- Unique
- Xor
1 change: 1 addition & 0 deletions tmva/sofie/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ SOFIE::RModelParser_ONNX parser;
parser.CheckModel("example_model.ONNX");
```

For a tracker of missing operator coverage, see [ONNX Operator Support Status](ONNX_OPERATOR_STATUS.md).


## Additional Links
Expand Down