-
Notifications
You must be signed in to change notification settings - Fork 19.5k
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
Added IS_THREAD_SAFE
backend flag
#20383
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #20383 +/- ##
==========================================
- Coverage 78.87% 73.50% -5.38%
==========================================
Files 512 513 +1
Lines 49266 49374 +108
Branches 7953 7962 +9
==========================================
- Hits 38861 36294 -2567
- Misses 8546 11279 +2733
+ Partials 1859 1801 -58
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
IS_THREAD_SAFE
backend flag
Relevant tensorflow issue: tensorflow/tensorflow#78338 |
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.
Neat, thank you for the fix.
Please run |
IS_THREAD_SAFE
backend flag with an accompanying test.