Closed tianleiwu closed 3 days ago
Replace INFINITY by std::numeric_limits<float>::infinity() to avoid build errors with Visual Studio 2022 v17.12 Preview 5
std::numeric_limits<float>::infinity()
https://github.com/microsoft/onnxruntime/issues/22728
Description
Replace INFINITY by
std::numeric_limits<float>::infinity()
to avoid build errors with Visual Studio 2022 v17.12 Preview 5Motivation and Context
https://github.com/microsoft/onnxruntime/issues/22728