Commits


Scott McKay authored and GitHub committed 8e9188e2656
Add SessionOptions use_deterministic_compute to the C and C++ APIs. (#18944) ### Description <!-- Describe your changes. --> SessionOptions use_deterministic_compute can be set via the python API. User request to enable setting via C API. ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> #17416