aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Sparse adam for resource variables.Gravatar Alexandre Passos2017-04-07
| | | | Change: 152525327
* Clarify doc on tf.assign.Gravatar Vijay Vasudevan2017-04-07
| | | | Change: 152523909
* addresses the divide by zero bugGravatar Olivia Nordquist2017-04-07
| | | | Change: 152522488
* Move a few random op helper functions to header filesGravatar Geoffrey Irving2017-04-07
| | | | | | 1. shape_inference::RandomShape 2. OpKernel::MakeShape(Tensor, TensorShape*) Change: 152522156
* Update API after changing default step couter frequency before.Gravatar Lukasz Kaiser2017-04-07
| | | | Change: 152517535
* Merge changes from github.Gravatar Rohan Jain2017-04-07
| | | | Change: 152508170
* Move MNIST pointers to mirror hosted by the CVDF on Google Cloud.Gravatar Vincent Vanhoucke2017-04-07
| | | | | Fixes: #9031 Change: 152504901
* Make projector plugin backend read assets saved via the PluginAssets API.Gravatar Dan Smilkov2017-04-07
| | | | | At the same time, keep backwards compatibility with the old way of looking up assets. Change: 152504793
* [TF:XLA] Increase shard count of ↵Gravatar Peter Hawkins2017-04-07
| | | | | | //third_party/tensorflow/compiler/tests:spacetobatch_test to reduce flakiness when built under ASAN. Change: 152496244
* Add a tool that converts HLO computations to tensorflow GraphDef which can ↵Gravatar A. Unique TensorFlower2017-04-07
| | | | | | | be visualized on Tensorboard. This CL defines basic tensorflow::OpDef for each HLO instruction/node. More attributes (e.g. shapes, colors) will be added in the future. Change: 152477918
* Remove superfluous mode argument.Gravatar A. Unique TensorFlower2017-04-06
| | | | Change: 152467334
* Fix getting started guideGravatar Andrew Selle2017-04-06
| | | | | | Explain numerical differences in loss fix one example to print Change: 152466119
* Fix shape inference fn on _ParallelConcatStart.Gravatar A. Unique TensorFlower2017-04-06
| | | | Change: 152466076
* Automated rollback of change 152465346Gravatar A. Unique TensorFlower2017-04-06
| | | | Change: 152465844
* Fixes documentation to note that the in case of ties the identity of the ↵Gravatar A. Unique TensorFlower2017-04-06
| | | | | | return value of ArgMin and ArgMaxis not guaranteed . Change: 152465346
* Log steps/sec every 100 steps in MonitoredSession, as before.Gravatar Lukasz Kaiser2017-04-06
| | | | Change: 152465320
* Allow any iterable for `export_strategies` arg.Gravatar A. Unique TensorFlower2017-04-06
| | | | Change: 152461826
* When using ImportGraphDef with a passed in ShapeRefiner, use theGravatar Vijay Vasudevan2017-04-06
| | | | | | | | | | producer version of the GraphDef when importing; the ShapeRefiner may be initialized with a different graph_def_version, so we need to be able to override it. The test failed without the change to graph_constructor and passes with it. The test uses a legacy graph that is supported (reduction shape). Change: 152459169
* Adds batch renormalization.Gravatar A. Unique TensorFlower2017-04-06
| | | | | NOTE: if you use renormalization, you might want to use faster moving average updates, i.e. lower `decay` values. Change: 152458872
* Internal changeGravatar A. Unique TensorFlower2017-04-06
| | | | Change: 152458104
* Make rnn directions slightly easier to follow.Gravatar A. Unique TensorFlower2017-04-06
| | | | Change: 152456296
* tfdbg: update doc for new command list_source/lsGravatar Shanqing Cai2017-04-06
| | | | Change: 152456128
* Colocate ResourceVariable reads with their handles.Gravatar A. Unique TensorFlower2017-04-06
| | | | Change: 152455939
* Allow to set session ConfigProto in RunConfig and use it in Estimator.Gravatar Lukasz Kaiser2017-04-06
| | | | Change: 152454548
* Added the ability to retrieve the amount of usable gpu memoryGravatar Benoit Steiner2017-04-06
| | | | Change: 152453470
* Add a route to TensorBoard for fetching plugin namesGravatar A. Unique TensorFlower2017-04-06
| | | | | | | | | | | Specifically, we add a /data/plugins_listing route to the TensorBoard application. This route responds with an object mapping the name of each initialized plugin to whether it is active. This route could help the frontend avoid issuing requests to inactive plugins. Ordered the listing of routes within application.py so there is a little more organization. Refactored the test for application to use a fake plugin. Change: 152451390
* Automated rollback of change 152439984Gravatar A. Unique TensorFlower2017-04-06
| | | | Change: 152450929
* Register more types for tf.image_crop_and_resize(). Resolves #9020.Gravatar A. Unique TensorFlower2017-04-06
| | | | Change: 152448160
* Disable failing test cases in pooling_ops_test.Gravatar Gunhan Gulsoy2017-04-06
| | | | Change: 152447322
* tfcompile: Be a little more verbose about missing required flags.Gravatar Asim Shankar2017-04-06
| | | | | Fixes #9014 Change: 152446338
* tfdbg CLI: add command list_source (ls) + UI fixes and improvementsGravatar Shanqing Cai2017-04-06
| | | | | | | | | | | | | | | | | The new list_source (shorthand: ls) command lists Python source files responsible for constructing the nodes and tensors encountered in the run() call. It divides the source files into two categories and list them separately. 1) files that are not part of the TensorFlow Python library, and 2) files that are a part of it. The list contains information about how many nodes, tensors and dumps of tensors the files is responsible for. The file paths contain clickable links to the existing print_source/ps command. The list_source/ls command supports filtering by file-path and node-name regex patterns. UI fixes: * Fixed inconsistent black vs. transparent background color that made the layout look messy on some terminal types. Now using the transparent color for default font color consistently. * In the print_source command output, add clickable links to expand source lines and graph elements. Change: 152446002
* Support quantized reshape in hexagon runtimeGravatar A. Unique TensorFlower2017-04-06
| | | | Change: 152445539
* Inherit use_resource from scope for partitioned variables.Gravatar A. Unique TensorFlower2017-04-06
| | | | Change: 152442103
* Choosing a saner default for min_eval_frequency in the constructor for ↵Gravatar A. Unique TensorFlower2017-04-06
| | | | | | Experiment for the GCS file system, because the default of 1 causes performance problems. Change: 152439984
* Unhide bijectors. Correct TransformedDistribution docstring.Gravatar Joshua V. Dillon2017-04-06
| | | | Change: 152424418
* Fix layers_test exception regex matching.Gravatar A. Unique TensorFlower2017-04-06
| | | | Change: 152422855
* Estimator saves relative paths in checkpoint.Gravatar A. Unique TensorFlower2017-04-06
| | | | Change: 152420211
* [TF:XLA] Implement BatchToSpace, BatchToSpaceND, SpaceToBatch, SpaceToBatchND.Gravatar Peter Hawkins2017-04-06
| | | | | Fix crashes in core implementations of the same operators for zero-sized blocks. Change: 152416903
* Replace a gather op for shapes by a stack op so dilated convolutions can beGravatar Lukasz Kaiser2017-04-06
| | | | | placed on GPU even with strict placing (before the gather went to CPU). Change: 152411159
* Add an is_active method to pluginsGravatar A. Unique TensorFlower2017-04-06
| | | | | This method determines whether a plugin is active. A plugin may be inactive if say it lacks data. This new is_active method allows us to add a route to TensorBoard noting which plugins are active. The frontend could then avoid querying routes of inactive plugins. Change: 152406232
* matrix_adjoint added to contrib/linalg/linear_operator_utilGravatar Ian Langmore2017-04-06
| | | | Change: 152404828
* tensor_bundle: propagrates errors related to directory creation.Gravatar Zongheng Yang2017-04-06
| | | | Change: 152401909
* Add more detailed error message for rank assertion in _sparse_inner_flatten.Gravatar A. Unique TensorFlower2017-04-06
| | | | Change: 152397909
* Fixed test. ('broadcast_dims' has size 1)Gravatar A. Unique TensorFlower2017-04-06
| | | | Change: 152383633
* Add Elu ops in XLA.Gravatar A. Unique TensorFlower2017-04-06
| | | | Change: 152383201
* libtensorflow.so: Don't export private symbols.Gravatar Asim Shankar2017-04-06
| | | | | | | | | | | | With this change, libtensorflow.so will only export functions defined in c_api.h. This also results in a decreased binary size of libtensorflow.so. On Linux the decrease was from roughly 150MB to 67MB. On OS X it was from roughly 101MB to 82MB. Also fixes #8923 Change: 152366053
* Remove all 64/32 bit compiler warnings from core/ops.Gravatar Suharsh Sivakumar2017-04-06
| | | | Change: 152353506
* Automated rollback of change 152332812Gravatar Suharsh Sivakumar2017-04-05
| | | | Change: 152349057
* [XLA] Change HloPassPipeline to disallow Add* calls after Run.Gravatar A. Unique TensorFlower2017-04-05
| | | | Change: 152345578
* [TF contrib seq2seq] Initial, incomplete implementation of beam search decoder.Gravatar Eugene Brevdo2017-04-05
| | | | | **DOES NOT WORK, pushed for collaboration only** Change: 152343927