aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* Change the state_is_tuple default to True for the remaining 3 cells: ↵Gravatar A. Unique TensorFlower2017-04-03
| | | | | | CoupledInputForgetGateLSTMCell, GridLSTMCell and AttentionCellWrapper. Change: 152086191
* Add function test to tfcompile.Gravatar Skye Wanderman-Milne2017-04-03
| | | | | | This will serve as a regression test for future CLs changing how functions are instantiated in tfcompile. Change: 152085567
* Modify the TensorBoard text dashboard so that it can support non-scalar ↵Gravatar Dandelion Mané2017-04-03
| | | | | | | string tensors. If the string tensor passed to the text dashboard is not a scalar, then the data is automatically organized into a table. Change: 152081823
* Add support for creating objects inside the resource manager of an XLA ↵Gravatar A. Unique TensorFlower2017-04-03
| | | | | | compilation device. Change: 152080944
* Register OnesLike kernel in XLA.Gravatar Suharsh Sivakumar2017-04-03
| | | | Change: 152079500
* Eliminating some 64 bit to 32 bit silent downconversions.Gravatar David G. Andersen2017-04-03
| | | | | | | Continuing the effort to let people train neural networks the size of a small galaxy, or get coherent errors when they can't. Change: 152079358
* Automated rollback of change 152048597Gravatar Suharsh Sivakumar2017-04-03
| | | | Change: 152068577
* [TF distributions] Add Binomial CDF support.Gravatar Eugene Brevdo2017-04-03
| | | | Change: 152067138
* Update pypi description to reflect that our manylinux1 wheel does not conformGravatar A. Unique TensorFlower2017-04-03
| | | | | | to PEP531. Fix #8802 Change: 152066556
* Add a xla tf graph utility to treat xla representation as tf graph to ↵Gravatar A. Unique TensorFlower2017-04-03
| | | | | | support mobile SOC experiments and leverage tf tools Change: 152066347
* Splitting scalar strict test into an internal and external version.Gravatar A. Unique TensorFlower2017-04-03
| | | | Change: 152064895
* Add kernel_methods package to contribGravatar Petros Mol2017-04-03
| | | | Change: 152064888
* Fix a bunch of compiler warnings.Gravatar Suharsh Sivakumar2017-04-03
| | | | Change: 152059475
* Simplified the testImportIntoNamescope testGravatar Benoit Steiner2017-04-03
| | | | Change: 152054364
* Expand contrib build to more than just python.Gravatar A. Unique TensorFlower2017-04-03
| | | | Change: 152053815
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-04-03
| | | | Change: 152052325
* Adding Python3.6 support to ci_param_build script.Gravatar A. Unique TensorFlower2017-04-03
| | | | Change: 152048672
* Make one_like python op call ones_like kernel.Gravatar Suharsh Sivakumar2017-04-03
| | | | | Same as how zeros_like works. Change: 152048597
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-04-03
| | | | Change: 152047135
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-04-03
| | | | Change: 152046621
* Remove extra blank lines from auto-generated Python documentation.Gravatar A. Unique TensorFlower2017-04-03
| | | | Change: 152046128
* Fix build broken by cl/151008918 by adding missing #include.Gravatar A. Unique TensorFlower2017-04-03
| | | | Change: 152045097
* Expand MVN broadcast logic to broadcast batch shape between loc/scale args.Gravatar Joshua V. Dillon2017-04-03
| | | | Change: 152043476
* Add support for running an end of training hook, specified as aGravatar A. Unique TensorFlower2017-04-03
| | | | | finalize_training method. Change: 152043420
* Increase kMaxRecursionDepth.Gravatar A. Unique TensorFlower2017-04-03
| | | | Change: 152042191
* Improve docstring for eval_metrics.Gravatar A. Unique TensorFlower2017-04-03
| | | | Change: 152035648
* Add backprop of betainc op w.r.t. the x argumentGravatar Eugene Brevdo2017-04-03
| | | | | (a, b gradients require hypergeom functions which aren't implemented). Change: 152032766
* Fix the circular dependency tf/contrib/tensorboard <--> tf/tensorboard.Gravatar Dan Smilkov2017-04-03
| | | | | | | tf/tensorboard should not depend on tf/contrib/.. This is resolved by moving projector_config.proto from tf/contrib/tensorboard/plugins/projector to tf/tensorboard/plugins/projector. The user-facing API hasn't changed. `ProjectorConfig` is still exposed as `tensorflow.contrib.tensorboard.plugins.projector.ProjectorConfig`. Change: 152030381
* Fix unbound <table> tag.Gravatar A. Unique TensorFlower2017-04-03
| | | | Change: 152029426
* Adding check_types option to nest's assert_same_structure, map_structure and ↵Gravatar A. Unique TensorFlower2017-04-03
| | | | | | assert_shallow_structure. Change: 151988685
* Remove unused transcription array.Gravatar A. Unique TensorFlower2017-04-02
| | | | Change: 151959018
* Java: Bump version to 1.1.0-rc1 in Maven POMsGravatar Asim Shankar2017-04-02
| | | | Change: 151952775
* Set cpu family, model and frequency in the op info.Gravatar Yuefeng Zhou2017-04-01
| | | | Change: 151923693
* Don't fold nodes that have no outgoing edges.Gravatar Yao Zhang2017-04-01
| | | | Change: 151919765
* [XLA:HLO] Change HloModule to ensure computation names are unique.Gravatar A. Unique TensorFlower2017-04-01
| | | | Change: 151919366
* Fix reference to proto2 in boosted_trees.Gravatar A. Unique TensorFlower2017-04-01
| | | | Change: 151917679
* Fix bug where we ignore errors in RecvOutputsAsync.Gravatar Suharsh Sivakumar2017-03-31
| | | | Change: 151899658
* Change calls to use status.Update.Gravatar Suharsh Sivakumar2017-03-31
| | | | Change: 151899404
* Handle stack of TensorArray with empty elements. Previously caused a SIGFPE.Gravatar Adam Roberts2017-03-31
| | | | Change: 151895125
* Don't prune nodes that are driven by control dependencies to avoid potentiallyGravatar Benoit Steiner2017-03-31
| | | | | | increasing the number of control edges Keep pruned nodes in the graph in case someone wants to fetch their value Change: 151891305
* Add an option to color graph explorer nodes by XLA cluster.Gravatar A. Unique TensorFlower2017-03-31
| | | | | | | The XLA Cluster coloring option is only enabled if the graph contains at least 1 node with an XLA cluster specified. Added tooltips to clarify this. The tooltips appear when a user hovers over some of the radio buttons. Updated screen diff tests, some of which are not related to this change, but are worth updating. Change: 151889939
* Refactor factorization_ops_test in contrib/factorization.Gravatar A. Unique TensorFlower2017-03-31
| | | | Change: 151887259
* Fix typo.Gravatar A. Unique TensorFlower2017-03-31
| | | | Change: 151885257
* [TF:XLA] Add a VLOG() to log the operators registered by the XlaOpRegistry.Gravatar Peter Hawkins2017-03-31
| | | | Change: 151877152
* Add link to SignatureDef documentation for TensorFlow Serving from SavedModel.Gravatar Sukriti Ramesh2017-03-31
| | | | Change: 151876185
* Fix links in docs.Gravatar A. Unique TensorFlower2017-03-31
| | | | Change: 151876042
* Add a public `clone()` method to AttentionCellWrapper.Gravatar Eugene Brevdo2017-03-31
| | | | | | This makes it easier to create a zero_state and insert, say, the encoder's state directly into it, using public methods. Change: 151868236
* Make GridLSTM and BidirectionalGridLSTM use dynamic batch size.Gravatar A. Unique TensorFlower2017-03-31
| | | | Change: 151867685
* Reshape input tensors to match output_rank for `_input_from_feature_columns`.Gravatar A. Unique TensorFlower2017-03-31
| | | | Change: 151865814
* [XLA] Don't crash when analyzing ops with no layout contained in a fused op.Gravatar A. Unique TensorFlower2017-03-31
| | | | Change: 151864663