raphaelDkhn
raphaelDkhn
Implement [DynamicQuantizeLSTM](https://github.com/onnx/onnx/blob/main/docs/Operators.md#DynamicQuantizeLSTM) operator.
Implement [QLinearGlobalAveragePool](https://github.com/onnx/onnx/blob/main/docs/Operators.md#QLinearGlobalAveragePool) operator.
Implement [STFT](https://github.com/onnx/onnx/blob/main/docs/Operators.md#STFT) operator.
Tile
[Tile](https://github.com/onnx/onnx/blob/main/docs/Operators.md#tile)
Einsum
# Feature Request **Describe the Feature Request** Tensor contraction over specified indices and outer product. Here is a full description of Einsum in ONNX: https://github.com/onnx/onnx/blob/main/docs/Operators.md#einsum **Additional Context** You can take...