Commits

Dwayne Robinson authored ae15c366872
Merged PR 4500055: Fix autopilot WinML::Engine::Test::BenchmarkProtobuf#onnxzoo_ssd#1.5#GPU Model node "Slice-505" specifies a 64-bit INTMAX value (9223372036854775807) to mean essentially unbounded. The proper response in this case is to clamp it to 32-bit INTMAX, not bitwise truncate it, which yields -1. Related work items: #24672220