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

Branch 152703253 #9112

Merged
merged 132 commits into from Apr 10, 2017
Merged

Branch 152703253 #9112

merged 132 commits into from Apr 10, 2017

Conversation

drpngx
Copy link
Contributor

@drpngx drpngx commented Apr 10, 2017

Manually reviewed and merged, from possibly previous faulty merge. Took google internal versions.

Not sure why it shows the same commits again from previous push (9059).

tensorflow/tools/graph_transforms/README.md
tensorflow/tensorboard/backend/application.py
tensorflow/tensorboard/backend/application_test.py
tensorflow/core/grappler/optimizers/BUILD
tensorflow/core/grappler/optimizers/auto_parallel.h
tensorflow/core/grappler/optimizers/meta_optimizer.cc
tensorflow/core/ops/array_ops.cc
tensorflow/python/layers/normalization.py
tensorflow/tensorboard/plugins/debugger
tensorflow/core/protobuf/rewriter_config.proto
tensorflow/contrib/layers/python/layers/embedding_ops.py

ebrevdo and others added 30 commits April 4, 2017 11:57
Automatically translate some python errors into corresponding TF errors at runtime.
Change: 152156821
knowledge of the internal libpng data structures.
Change: 152167754
- If there are fewer than 41 runs, enable them all by default
- If there are 41 runs or more, disable them all by default

This is in response to user complaints that having it enable only the first ten runs by default was confusing, because it was not obvious to users that some runs had been disabled.
However, it still solves the initial user complaint that having very many runs simultaneously enabled would lag the UI.

I also changed the "toggle all runs" button to try to turn everything off before turning everything on.
Also, I improved the logic for detecting when the runs selection is back in the default state, so that we can avoid generating long URI strings wherever possible.
Change: 152188948
…bles.

Remove colocation constraint from resource variable cached value with the
variable itself.
Change: 152192203
…t folding to meta optimizer.

Change: 152193646
Change: 152200430
In addition to modify graph_constructor.cc, this patch adds some other
functionality to enable importing fucntions:
* Ability to add FunctionDefLibraries to Graphs and
  FunctionLibraryDefinitions (in addition to existing functions)
* FunctionDefsEqual() utility function
Change: 152205258
…ns, by avoiding the short-circuit

std::any_of.
Change: 152232810
Also a few cleanups to RNN code.
Change: 152267628
Change: 152272801
…ms to be

the exception used in the simplejson module, not the json module.
Change: 152278012
Change: 152281471
1. Add %workspace% in .bazelrc file when using import statement
2. Write action_env into bazelrc file for required environment variables for OpenCL support
Change: 152290700
asimshankar and others added 24 commits April 7, 2017 17:46
Do the sorting inplace and return the same vector to avoid any copies.
On larger streams it is about 50% faster.
Change: 152576112
Also adds a unit test for tf.add_n.
Change: 152577190
- Adds a "strict" mode which disables silent unpacking of singleton lists.
- Adds shape inference to tf.case.
- Adds a lot of unit tests.
Change: 152581097
…ny one of the optimizers is on.

Change: 152598517
Previously, adding a dashboard to TensorBoard involved changing logic in several places.

As part of this effort, added constructors to dashboards. Tweaked logic in various dashboards to preserve original behavior. For instance, the graph dashboard can only perform fitting after the dashboard is attached to the DOM.
Change: 152658532
1: The calculation of the scroll command in the scroll bar didn't take into account that the y-coordinate of the scroll block is in the ScrollBar coordinate system, while the mouse click y-coordinate is in the screen coordinate system.

2: The y position of the ScrollBar was off by one.

3: The command box is not re-created after mouse-triggered commands, leading to strange-looking cursor position.
Change: 152684294
validate_indices is ignored, so it shouldn't appear in new code.
Change: 152691948
This feature is currently not open-source anyway.
Change: 152700267
TensorFlow from python coroutines.
Change: 152701623
error is equal to
  range_min - round(range_min / range_scale) * range_scale
Change: 152702015
Change: 152703253
Conflicts, merged manually, from previous faulty merge.
I manually reviewed, and took google internal versions.
tensorflow/tools/graph_transforms/README.md
tensorflow/tensorboard/backend/application.py
tensorflow/tensorboard/backend/application_test.py
tensorflow/core/grappler/optimizers/BUILD
tensorflow/core/grappler/optimizers/auto_parallel.h
tensorflow/core/grappler/optimizers/meta_optimizer.cc
tensorflow/core/ops/array_ops.cc
tensorflow/python/layers/normalization.py
tensorflow/tensorboard/plugins/debugger
tensorflow/core/protobuf/rewriter_config.proto
tensorflow/contrib/layers/python/layers/embedding_ops.py
@drpngx
Copy link
Contributor Author

drpngx commented Apr 10, 2017

Jenkins, test this please.

@drpngx drpngx merged commit 9e7bf40 into tensorflow:master Apr 10, 2017
@drpngx drpngx deleted the branch_152703253 branch April 10, 2017 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet