Commits


Hector Li authored and GitHub committed 8931854528b
Move some QNN EP provider options to session options (#18877) Move QNN EP provider options to session options ### Description Need to use session option to support multi-partition for context cache feature. To smooth the transaction, move the provider options to session options first. This is the first step for PR: PR https://github.com/microsoft/onnxruntime/pull/18865