Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Operator] group_norm and layer_norm don't support weight and bias as none #323

Open
StrongSpoon opened this issue Nov 25, 2024 · 0 comments

Comments

@StrongSpoon
Copy link
Collaborator

Describe the bug

LayerNorm executes contiguous whether weight and bias are tensors or not.
GroupNorm passes weight and bias as tensor data pointer even they are none.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant