* Add shape inference for Ops used by BERT * Erf * Pow * ReduceMean * Dropout * Expand https://github.com/onnx/onnx/blob/master/docs/Operators.md#expand Deduce the value of the shape operand by looking at the producer of the operand. Currently supported producers are: onnx.Constant and onnx.Shape. * Add corresponding tests for each op. * Sort the list of ops with shape inference in gen_onnx_mlir.py in alphabetic order for clarity. * Restart CI Co-authored-by: Tian Jin <tjingrant@gmail.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| build-mlir.cmd | ||
| build-mlir.sh | ||
| clone-mlir.sh | ||
| debug.py | ||
| gen_onnx_mlir.py | ||
| install-mlir.cmd | ||
| install-mlir.sh | ||
| install-onnx-mlir.cmd | ||
| install-onnx-mlir.sh | ||
| setup-onnx-mlir-windows.cmd | ||