Fix an issue that QNN models shared from other session use the session logger from that session (#22170)
### Description
Fix an issue that QNN models shared from other session use the session logger from that producer session also which cause confusion. Make QNN model compute function use the session logger from current session.