[QNN EP] Remove unnecessary std::move to fix warning/error (#24493)
### Description
Removes unnecessary std::move on an r-value expression. This caused a
compiler warning/error in the Linux Android QNN pipeline.
### Motivation and Context
Introduced by PR: https://github.com/microsoft/onnxruntime/pull/24466