Thrsu opened a new pull request, #15894:
URL: https://github.com/apache/tvm/pull/15894

   This PR fixed two bugs:
   
   1. the KeyError: 'None' in the issue #15758
   2. nomalized_shape doesn't have the attribute values
   
   The original code assigned `gamma` variable without a conditional check for 
None. So I added it. Additionally, the `shape_tuple` calculation for `gamma` 
and `beta` is modified to use `normalized_shape` directly instead of 
`normalized_shape.values`.
   
   Please review and consider merging this PR. Thank you!
   @jikechao @Hzfengsy @leandron


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to