You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IsNan and IsInf have been updated to support float types in ONNX 1.15.0: onnx/onnx#5583. Need to implement compute kernel once ONNX 1.15.0 is in ORT (#17125).
This issue shall include re-enable test of IsNan and IsInf op at
Describe the feature request
IsNan and IsInf have been updated to support float types in ONNX 1.15.0: onnx/onnx#5583. Need to implement compute kernel once ONNX 1.15.0 is in ORT (#17125).
This issue shall include re-enable test of IsNan and IsInf op at
onnxruntime/onnxruntime/test/testdata/onnx_backend_test_series_filters.jsonc
Line 286 in 276e873
Describe scenario use case
onnx_test_runner shal pass ONNX test cases for the IsNan and IsInf ops
The text was updated successfully, but these errors were encountered: