onnxruntime
432a9912 - Fix LORT CI failure due to PyTorch change (#14367)

Commit
3 years ago
Fix LORT CI failure due to PyTorch change (#14367) As title. The fuser in LORT doesn't like "scalar". With a recent PyTorch change, scalar is intorduced somewhere it was there before. Now, a simple fix is to check if all inputs are tensors or some specially allowed cases before sending ops to ORT.
Author
Parents
Loading