onnxruntime/include/onnxruntime/core
Scott McKay ccfd90291b
Remove condition from ORT_RETURN_IF[_NOT] macro output. (#6563)
Remove condition from ORT_RETURN_IF[_NOT] macro output as repeating the condition doesn't add much value compared to the explicit error message, and the error message includes the file and line anyway so it's easy enough to find the condition if needed.
Update the few places where the macros were used without an explicit error message to provide an explicit error message.

Saves 12.5KB in a minimal MinSizeRel build with all DNN ops, 16KB in full release build.
2021-02-05 17:33:29 -08:00
..
common Remove condition from ORT_RETURN_IF[_NOT] macro output. (#6563) 2021-02-05 17:33:29 -08:00
framework Support to allow user to specify compute stream per session (#3723) 2021-02-05 15:48:18 -08:00
graph Let execution fall back to CPU EP if Compile of a partition on current EP fails (#6580) 2021-02-05 12:14:55 -08:00
optimizer Expose recompute configs to the frontend (#5318) 2020-10-02 09:49:47 -07:00
platform Cast Op performance fix. (#6509) 2021-02-04 14:52:37 -08:00
providers [CoreML EP] Add CI for CoreML EP (macOS) and add coreml_flags for EP options (#6481) 2021-01-28 12:25:46 -08:00
session Support to allow user to specify compute stream per session (#3723) 2021-02-05 15:48:18 -08:00