onnxruntime/onnxruntime
Edward Chen 483c490ec4
Refine error checks in onnxruntime/core/providers/coreml/model/model.mm. (#18620)
#18606 updated the original error checks to check that the returned object != nil to appease the static analyzer. However, per the API docs, checking `error != nil` is the way to determine whether an error occurred. This change adds back the `error != nil` check to be safe.
2023-11-29 14:38:44 -08:00
..
contrib_ops [ROCm] Some fixes in tunable (#18575) 2023-11-24 17:22:00 +08:00
core Refine error checks in onnxruntime/core/providers/coreml/model/model.mm. (#18620) 2023-11-29 14:38:44 -08:00
python Support LoRA and Control Net in Stable Diffusion demo (#18593) 2023-11-28 15:46:42 -08:00
test Add float16 type support to SplitToSequence and make code type independent (#18594) 2023-11-29 10:44:59 -08:00
tool/etw
wasm [js/web/training] Add CreateTrainingSession (#17891) 2023-10-26 09:22:10 -07:00
__init__.py Removed all the deprecated python training code and related tests and utils (#18333) 2023-11-17 18:19:21 -08:00
ReformatSource.ps1
ReformatSourcePython.bat
VSCodeCoverage.runsettings