-
Notifications
You must be signed in to change notification settings - Fork 933
Add REDUCE_MIN to reduce kernel #3113
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
Conversation
@tensorflow/micro Add the REDUCE_MiN operator to the reduce kernel. Refactor reduce kernel to decrease number of methods in tflite namespace. Add REDUCE_MIN unit tests. Fix unit test axis data to match tensor shape. Make Xtensa reduce kernel use reference common code for REDUCE_MIN. bug=fixes Missing support for ReduceMin op tensorflow#3108
This pull request has been removed from the queue for the following reason: The merge conditions cannot be satisfied due to failing checks. You may have to fix your CI before adding the pull request to the queue again. |
@ddavis-2015 seems to be some error after syncing latest, could you take a look |
@suleshahid I updated the generic benchmark op resolver to fix the issue. |
@tensorflow/micro
Add the REDUCE_MiN operator to the reduce kernel.
Refactor reduce kernel to decrease number of methods in tflite namespace. Add REDUCE_MIN unit tests.
Fix unit test axis data to match tensor shape.
Make Xtensa reduce kernel use reference common code for REDUCE_MIN.
Update all op resolvers.
bug=fixes #3108