mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
### Description Adding new operators and enhances operators, also. ### Motivation and Context The operators of CANN EP is modified as follows: The list of enhanced operators is as follows: - Add - Sub - Mul - Div - Gemm - MatMul - AveragePool - GlobalAveragePool - MaxPool - GlobalMaxPool - Dropout The new operators are as follows: - Abs - Neg - Floor - Ceil - Reciprocal - Sqrt - Log - Exp - Erf - Round - Sin - Cos - Cast - Reshape - Transpose The remaining operators will be supported in the next PRs. |
||
|---|---|---|
| .. | ||
| contrib_ops | ||
| core | ||
| python | ||
| test | ||
| tool/etw | ||
| wasm | ||
| __init__.py | ||
| ReformatSource.ps1 | ||
| ReformatSourcePython.bat | ||
| VSCodeCoverage.runsettings | ||