raphaelDkhn
raphaelDkhn
Implement [MelWeightMatrix](https://github.com/onnx/onnx/blob/main/docs/Operators.md#MelWeightMatrix) operator.
Implement [MaxUnpool](https://github.com/onnx/onnx/blob/main/docs/Operators.md#MaxUnpool) operator.
Currently `Reshape` operator missing `allowzero` attribute to fit with the ONNX implementation. https://github.com/onnx/onnx/blob/main/docs/Operators.md#attributes-86
Implement [LpPool](https://github.com/onnx/onnx/blob/main/docs/Operators.md#LpPool) operator.
Implement [CenterCropPad](https://github.com/onnx/onnx/blob/main/docs/Operators.md#CenterCropPad) operator.
Implement [SequenceMap](https://github.com/onnx/onnx/blob/main/docs/Operators.md#SequenceMap) operator.
Implement [CategoryMapper](https://github.com/onnx/onnx/blob/main/docs/Operators.md#CategoryMapper) operator.
Implement [GroupNormalization](https://github.com/onnx/onnx/blob/main/docs/Operators.md#GroupNormalization) operator.
Implement [DeformConv](https://github.com/onnx/onnx/blob/main/docs/Operators.md#DeformConv) operator.
Atanh
# Feature Request **Describe the Feature Request** Calculates the hyperbolic arctangent of the given input tensor element-wise. Full description here: https://github.com/onnx/onnx/blob/main/docs/Operators.md#Atanh