onnxruntime
6f85d3e5 - fix(onnx_export): Extract arg value from torch Value (#11471)

Commit
3 years ago
fix(onnx_export): Extract arg value from torch Value (#11471) **Description**: Extract arg value from torch Value **Motivation and Context** Input to gelu is `torch._C.Value` type values. This caused the `if approximate == "none"` check to always fail, preventing the optimized `com.microsoft::Gelu` op from being used.
Author
Parents
Loading