-
Notifications
You must be signed in to change notification settings - Fork 75.2k
Branch 146325723 #7209
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
Merged
Merged
Branch 146325723 #7209
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This seems like a reasonable thing to do, as (1) they have been in existence for ~1 year, (2) people have added new fields to them since their inception, and (3) the C API supports them. Change: 146271432
We create a reservoir that organizes health pill values by node name. Also added a method onto the event multiplexor to fetch the health pills per run. Change: 146272468
Change: 146272519
…py insertion HLO passes. Switches implementation to use simple expression tree matching, and reduces the number of patterns to match to those that we care about in production (i.e. post fusion and copy insertion). // ExecuteThunks runtime FRNN forward pass (sequence_length=30) WhileThunk: 112ms // ExecuteThunks runtime FRNN forward pass (sequence_length=30) ForThunk: 6ms // ExecuteThunks runtime FRNN forward pass (sequence_length=100) WhileThunk: 585ms // ExecuteThunks runtime FRNN forward pass (sequence_length=100) ForThunk: 191ms Change: 146273048
Helps with tensorflow#6267 Change: 146277178
…leak. Change: 146278252
Resource variables are quite new, so this change should not affect any preexisting models. Follows up on the fix for Optimizers dealing with sparse gradients which have repeated indices. Change: 146279378
…ch is not numerically accurate for x near 0). Make some cleanups to unary_ops_test.py. Change: 146282294
…ll actions: training, evaluation, inference, serving. Change: 146285386
- Create the directory if it doesn't exist - Output formatted code Change: 146286990
Change: 146288841
Change: 146289701
…delete unused methods in contrib metrics. Change: 146294596
Change: 146298002
- Register attribute and op renames Change: 146298778
- Marked control flow ops as hidden Change: 146300232
Change: 146300684
Change: 146301808
Change: 146305718
Change: 146308381
Comment out all the overrides except what was in the first iteration of the change. Enable them after we've ensured there are no build breakages. Change: 146309050
Change: 146309688
Also makes resource variables dense-tensor-like. Change: 146310220
The better fix is to add Windows support to ParseURI, but that requires more significant changes, so leaving it as a TODO for now. Change: 146314223
…'s currently exposed in Python Change: 146314254
Change: 146314715
Change: 146316019
Change: 146316196
Change: 146318441
Change: 146318735
Change: 146320441
test_log_output_filename. This lets us create test_log_output_filename automatically if it is not passed in. Change: 146320874
Change: 146325322
Change: 146325723
rmlarsen
approved these changes
Feb 2, 2017
Merged
Contributor
|
The errors related to parser_test look weird. They stack trace do not reflect the state of the parser.py in the staging master branch. Maybe there's some branch/commit mess up here. I've created another push: |
Member
Author
|
I added some commits to this to fix some of these failures, that's why it's out of sync with staging. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.