-
Notifications
You must be signed in to change notification settings - Fork 376
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
Replace vscaleexpminusmax yaml with header #7409
base: master
Are you sure you want to change the base?
Conversation
eda8b81
to
ab42c5a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comments as #7408
cbdc5f8
to
2543af9
Compare
Address the review comments and pushed the commit. |
2d6ecc5
to
773892e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete this file
c520980
to
aaf41aa
Compare
#endif | ||
|
||
#if XNN_ARCH_X86 || XNN_ARCH_X86_64 | ||
XNN_UKERNEL_WITH_PARAMS(xnn_arch_x86_avx2, xnn_f32_vscaleexpminusmax_ukernel__avx2_p5_u8, 8, float, struct xnn_f32_default_params, xnn_f32_vscaleexpminusmax_ukernel_fn) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand the last parameter of these, xnn_f32_vscaleexpminusmax_ukernel_fn
? Why is this here?
768ce6c
to
97c65fa
Compare
- Include table header and remove yaml file
97c65fa
to
46320e2
Compare
No description provided.