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

-WShadow errors #2689

Open
thomaspj101796 opened this issue Sep 19, 2024 · 0 comments
Open

-WShadow errors #2689

thomaspj101796 opened this issue Sep 19, 2024 · 0 comments

Comments

@thomaspj101796
Copy link

I get -WShadow build errors when compiling from tensorflow/lite/kernels/internal/reference/mul.h and tensorflow/lite/kernels/internal/reference/sub.h from a few functions that use the word 'params' twice in the header. I worked around this issue by changing the const ArithmeticParams& params to const ArithmeticParams& params1 and its subsequent calls to params1 where it occurs.

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