onnxruntime/onnxruntime
fxmarty 4d2dc8bbbd
Replace all numpy.bool by python builtin bool (#14014)
`numpy.bool` has been removed as from 1.24.0.

It was before an alias for python's `bool`.

Fixes https://github.com/huggingface/optimum/issues/610

### Motivation and Context

Numpy 1.24.0 breaks for example IO binding helpers.
2022-12-23 09:27:23 +10:00
..
contrib_ops Support (Bias)SkipLayerNormalization fusion in GPT2 (#13988) 2022-12-21 23:04:44 -08:00
core Optimize computation orders (#13672) 2022-12-22 15:12:52 +08:00
python Replace all numpy.bool by python builtin bool (#14014) 2022-12-23 09:27:23 +10:00
test Replace all numpy.bool by python builtin bool (#14014) 2022-12-23 09:27:23 +10:00
tool/etw
wasm [wasm] fix session option setting of mem_pattern (#13858) 2022-12-07 13:15:44 -08:00
__init__.py Bumping up version number to 1.14.0 on main branch (#13401) 2022-10-21 19:16:44 -04:00
ReformatSource.ps1
ReformatSourcePython.bat
VSCodeCoverage.runsettings