onnxruntime/onnxruntime/core
Dmitri Smirnov 754dba2674
Change to std::fill (#21759)
### Description
Replace `memset(0)` with `std::fill(T{})`. This would ensure that all
the types are initialized in a portable way.

### Motivation and Context
Some platforms exhibit intermittent failures with NaN results.
Follow up to: https://github.com/microsoft/onnxruntime/pull/21525

Cc: @ranjitshs
2024-08-15 16:16:54 -07:00
..
codegen Fix typos according to reviewdog report. (#21335) 2024-07-22 13:37:32 -07:00
common Fix typos according to reviewdog report. (#21335) 2024-07-22 13:37:32 -07:00
dll
dlpack
eager
flatbuffers Remove core/common/gsl.h (#20894) 2024-07-08 18:09:39 -07:00
framework avoid redundant memory allocation for external initializers (#21682) 2024-08-13 23:13:49 -07:00
graph Enable exporting for inference when loading from buffer without behavior changes (#21601) 2024-08-09 16:59:50 -07:00
mickey Fix typos according to reviewdog report. (#21335) 2024-07-22 13:37:32 -07:00
mlas Fix typos so to call correct vnni functions under vnni condition (#21625) 2024-08-05 20:52:26 -07:00
optimizer Security Fuzz Test Fixes (#21608) 2024-08-11 03:28:41 -07:00
platform Fix ETW trace logging crash in multithreading situations (#21566) 2024-07-31 08:59:55 -07:00
providers Change to std::fill (#21759) 2024-08-15 16:16:54 -07:00
quantization
session bumps up version in main from 1.19 -> 1.20 (#21588) 2024-08-05 15:46:04 -07:00
util Fix typos according to reviewdog report. (#21335) 2024-07-22 13:37:32 -07:00