Commits


Luis E. P. authored and GitHub committed 1bc546af61d
Add SetEpDynamicOptions and remove workload_type from run/session options (#22282) ### Description Add SetEpDynamicOptions and Remove workload_type from run/session options. ### Motivation and Context Added SetEpDynamicOptions as a dynamic way of changing EP settings even in the middle of a Run Using workload_type run/session options to set Efficient/Default mode for workloads does not cover all the scenarios and can lead to priority inversions. Working on a new API to support setting Efficient/Default mode for workloads. --------- Co-authored-by: Luis E. Pena <luispena@microsoft.com>