aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Started a set of utilities to categorize op typesGravatar Benoit Steiner2017-04-05
| | | | Change: 152329057
* Added the memory optimizer to the meta optimizer.Gravatar Benoit Steiner2017-04-05
| | | | Change: 152323689
* [XLA] Add several reduction tests.Gravatar A. Unique TensorFlower2017-04-05
| | | | Change: 152323510
* Fix the problem that no enough placeholders for persistent tensorGravatar A. Unique TensorFlower2017-04-05
| | | | | | | | | | | batch delete The deleter_key is always a device_name, hence there is only one of it. Hence, we cannot delete >1 handles at one time. In the fix, it creates delete placeholder on demand, the max number of placeholders is _DEAD_HANDLES_THRESHOLD. Change: 152322770
* [TF:XLA] Add a test for an R3 -> R4 broadcast.Gravatar Peter Hawkins2017-04-05
| | | | Change: 152313967
* API backwards compatibility tests.Gravatar Gunhan Gulsoy2017-04-05
| | | | Change: 152310869
* Remove Keras config file saving.Gravatar Francois Chollet2017-04-05
| | | | Change: 152306552
* Extend quantization ranges to include 0.0f.Gravatar A. Unique TensorFlower2017-04-05
| | | | Change: 152304380
* Assert rank is at least equal to new_rank for `_sparse_inner_flatten`.Gravatar A. Unique TensorFlower2017-04-05
| | | | Change: 152303319
* Removed dead code in Estimator.Gravatar Mustafa Ispir2017-04-05
| | | | Change: 152297597
* Restore most of pull request #8606Gravatar Geoffrey Irving2017-04-05
| | | | | | | | | Pull request #8606 added str(Label(...)) for most dependencies in tensorflow.bzl, allowing most functions to be used from repositories which include TensorFlow as a submodule. Unfortunately, it broke when pulled into Google and was removed in cl/152200430. This CL restores the change, except for two Android-only functions; these were the only problematic bits. Change: 152297413
* Pointing a number of Tensorboard graph visualization-related help links to ↵Gravatar A. Unique TensorFlower2017-04-05
| | | | | | the new locations for the correspondent API documentation. Change: 152293459
* Fix ./configure scriptGravatar A. Unique TensorFlower2017-04-05
| | | | | | 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
* replica_device_setter should work for resource variablesGravatar Alexandre Passos2017-04-05
| | | | Change: 152289915
* [XLA] Force buffer sharing of separate while instructions.Gravatar A. Unique TensorFlower2017-04-05
| | | | Change: 152288540
* Internal change.Gravatar Dan Smilkov2017-04-05
| | | | Change: 152281471
* Change json.decode.JSONDecodeError to ValueError. JSONDecodeError seems to beGravatar A. Unique TensorFlower2017-04-05
| | | | | the exception used in the simplejson module, not the json module. Change: 152278012
* Add an auto parallelization grappler optimization pass.Gravatar Yao Zhang2017-04-05
| | | | Change: 152276787
* Fix flaky testsGravatar Kiril Gorovoy2017-04-05
| | | | Change: 152272801
* Fix dynamic_rnn transpose bug (can input/output non-3d tensors).Gravatar Eugene Brevdo2017-04-05
| | | | | Also a few cleanups to RNN code. Change: 152267628
* Allow reshape_mover and algebraic_simplifier to make multiple mutations, by ↵Gravatar A. Unique TensorFlower2017-04-05
| | | | | | | avoiding the short-circuit std::any_of. Change: 152232810
* Exclude enter and exit nodes from shape refiner's constant folding.Gravatar A. Unique TensorFlower2017-04-04
| | | | Change: 152213637
* Preserve graph version during optimizationGravatar Benoit Steiner2017-04-04
| | | | Change: 152213262
* Expand contrib test to more than just test targets.Gravatar A. Unique TensorFlower2017-04-04
| | | | Change: 152206822
* Make ImportGraphDef() work with functions.Gravatar Skye Wanderman-Milne2017-04-04
| | | | | | | | | 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
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-04-04
| | | | Change: 152203174
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-04-04
| | | | Change: 152200754
* Merge changes from github.Gravatar A. Unique TensorFlower2017-04-04
| | | | Change: 152200430
* Backport fixes and improvements from external Keras.Gravatar Francois Chollet2017-04-04
| | | | Change: 152198296
* Add a way to specify the optimization order; refactor and add constant ↵Gravatar Yao Zhang2017-04-04
| | | | | | folding to meta optimizer. Change: 152193646
* Make resource variable shared name consistent with non-resource variables.Gravatar A. Unique TensorFlower2017-04-04
| | | | | | Remove colocation constraint from resource variable cached value with the variable itself. Change: 152192203
* Remove warning that only happening with config cuda.Gravatar Suharsh Sivakumar2017-04-04
| | | | Change: 152189205
* Autogenerated Change: Change TensorBoard TAG to 52Gravatar Dandelion Mané2017-04-04
| | | | Change: 152189000
* Change default behavior of the tf runs selector:Gravatar Dandelion Mané2017-04-04
| | | | | | | | | | | | - 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
* Added a memory optimizer to grappler.Gravatar Benoit Steiner2017-04-04
| | | | Change: 152184170
* sample_stats.percentile DOCFIX.Gravatar Ian Langmore2017-04-04
| | | | Change: 152182295
* Drop loss from estimator_spec.eval_metric_ops, as required by core Estimator.Gravatar A. Unique TensorFlower2017-04-04
| | | | Change: 152179924
* Saving resource variables with a caching device.Gravatar Alexandre Passos2017-04-04
| | | | Change: 152171539
* Passes trainable flag to separable_conv2d biases.Gravatar A. Unique TensorFlower2017-04-04
| | | | Change: 152170239
* TensorBoard plugins now contain their own name/route prefix.Gravatar Dandelion Mané2017-04-04
| | | | Change: 152167807
* Update interaction with libpng so that we use the public API instead ofGravatar A. Unique TensorFlower2017-04-04
| | | | | knowledge of the internal libpng data structures. Change: 152167754
* Improve py_func error handling.Gravatar Eugene Brevdo2017-04-04
| | | | | Automatically translate some python errors into corresponding TF errors at runtime. Change: 152156821
* Fix all 64/32 bit warning in core/common_runtime.Gravatar Suharsh Sivakumar2017-04-04
| | | | Change: 152141388
* Fix two ongoing breakages in Jenkins postsubmitGravatar Shanqing Cai2017-04-04
| | | | Change: 152138513
* Adds a function in ModelFnOps to create an equivalent EstimatorSpec. This ↵Gravatar Zakaria Haque2017-04-04
| | | | | | will allow existing custom estimators to easily switch to core estimator until we provide better support (like moving heads to core). Change: 152133991
* Adds alt text for images of equations in mnist beginners tutorial.Gravatar A. Unique TensorFlower2017-04-04
| | | | Change: 152130650
* [TF:XLA] Failures from ComputationBuilder::IsConstant() and ↵Gravatar Peter Hawkins2017-04-04
| | | | | | | ComputationBuilder::ComputeConstant() should not be persistent. The reason to note failures via first_error_ is so that most methods can defer failure reporting until Build() time. However this makes no sense for methods such as ComputeConstant() that return a Status already -- such methods can just return their errors directly without "polluting" other callers. Change: 152129004
* tfdbg: exclude some nodes with apparently uninitialized tensors in ↵Gravatar Shanqing Cai2017-04-04
| | | | | | testDebugTrainingDynamicRNNWorks Change: 152119214
* Enable windows cmake build log print all the time.Gravatar A. Unique TensorFlower2017-04-04
| | | | Change: 152109123
* Fix the build in contrib/factorization.Gravatar A. Unique TensorFlower2017-04-03
| | | | Change: 152089511