onnxruntime/onnxruntime
Pranav Sharma f1528ea50f
Fix arithmetic overflow warning. (#12712)
Fix arithmetic overflow warning. Suggested fix by static analysis tool
Arithmetic overflow: Using operator '+' on a 4 byte value and then casting the result to a 8 byte value.
Cast the value to the wider type before calling operator '+' to avoid overflow (io.2).
2022-08-24 18:27:30 -07:00
..
contrib_ops [CUDA] Fuse add bias and transpose into one kernel in Attention (#12670) 2022-08-22 15:46:13 -07:00
core Fix arithmetic overflow warning. (#12712) 2022-08-24 18:27:30 -07:00
gsl
python Replace 'master' branch ref to 'main' in the code (#12547) 2022-08-22 10:48:12 -07:00
test Remove CUDNN path from CI build scripts (#12671) 2022-08-24 18:21:50 -07:00
tool/etw
wasm EP factory creation cleanup and enhancements. (#11798) 2022-06-16 07:01:41 +10:00
__init__.py Bump ort version number (#11948) 2022-07-22 12:55:53 -07:00
ReformatSource.ps1
ReformatSourcePython.bat
VSCodeCoverage.runsettings