aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-09-13
* make `tf.sets` examples executableGravatar Mark Daoust2017-09-13
* Use a map instead of a vector of Children() in the BeamEntry.Gravatar A. Unique TensorFlower2017-09-13
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-09-13
* Implementing gradients for tf.image.resize_bicubic.Gravatar A. Unique TensorFlower2017-09-13
* Add the ability to warn only once if deprecated functionality is used, and ma...Gravatar Martin Wicke2017-09-13
* [XLA] Make shape inference error messages for the While HLO more readable. Bu...Gravatar Peter Hawkins2017-09-13
* Discard some unneccessary logging commands.Gravatar A. Unique TensorFlower2017-09-12
* Fix wrong format of logging message.Gravatar A. Unique TensorFlower2017-09-12
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-09-12
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-09-12
* Add crop_and_decode_jpeg_op that combines the crop and decode for betterGravatar Mingxing Tan2017-09-12
* [XLA] Make large params test only run in opt builds.Gravatar Chris Leary2017-09-12
* [XLA] Add tests for large numbers of parameter / return values and while loops.Gravatar Chris Leary2017-09-12
* Added test cases on R4 slice.Gravatar A. Unique TensorFlower2017-09-12
* Add cast S64 to F32 test.Gravatar Jacques Pienaar2017-09-12
* Add an automatically-generated "tensorflow.python.platform.build_info" script.Gravatar Derek Murray2017-09-12
* reenabling tests that are passingGravatar Olivia Nordquist2017-09-12
* Add const qualifiers whenever appropriate.Gravatar Henry Tan2017-09-12
* Use the scalar cache in MeanGrad.Gravatar Alexandre Passos2017-09-12
* reenabling test that passed after 100 runs w/o timing outGravatar Olivia Nordquist2017-09-12
* Generate error (instead of segfault) when trying to copy string tensorGravatar A. Unique TensorFlower2017-09-12
* Resurrects autograd-free eager gradients.Gravatar Alexandre Passos2017-09-12
* [TF:XLA] Cleanups to handling of arguments during XLA compilation:Gravatar Peter Hawkins2017-09-12
* Reduce cmake log mess.Gravatar Gunhan Gulsoy2017-09-12
* Use xla/tests:xla_internal_test_main for all tests under tf/compiler/xlaGravatar Mark Heffernan2017-09-12
* Comment and error message consistency cleanup.Gravatar Henry Tan2017-09-12
* Update tf.sparse_reset_shape so that when shrinking the shape of an emptyGravatar A. Unique TensorFlower2017-09-12
* FirstReadyManager for scheduling nodes in VirtualScheduler.Gravatar A. Unique TensorFlower2017-09-12
* eager: Initial support for iteration over tf.contrib.data.Dataset objects.Gravatar Asim Shankar2017-09-12
* eager: Remove unnecessary TFE_Context argument to TFE_OpSetDevice.Gravatar Asim Shankar2017-09-12
* Graph transform to flatten atrous (dilated) convolutions (i.e., a sequence of...Gravatar A. Unique TensorFlower2017-09-12
* Apply exported symbol filtering to the c++ API analogously toGravatar David G. Andersen2017-09-12
* [XLA:CPU] Remove code from parallel CPU backend outlining that was causing un...Gravatar A. Unique TensorFlower2017-09-12
* Simplify some code in grappler_item_builder.cc, no change in logic.Gravatar A. Unique TensorFlower2017-09-12
* Add flag parsing to more tests in xla/service specifically those which buildGravatar Mark Heffernan2017-09-12
* Relax the feed_nodes collection check, which triggers a false positive in som...Gravatar A. Unique TensorFlower2017-09-12
* Extend c++ gradient_checker to complex types.Gravatar A. Unique TensorFlower2017-09-12
* Migrate core TFGAN functions to opensource.Gravatar A. Unique TensorFlower2017-09-12
* Fix tuple_losses bug caused by Python bug.Gravatar A. Unique TensorFlower2017-09-12
* Migrate `leaky_relu` to `nn_ops.py`. Will be used for TFGAN.Gravatar A. Unique TensorFlower2017-09-12
* Do not export from eval on train data steps.Gravatar A. Unique TensorFlower2017-09-12
* Adding NCCL sum op, register all_sum gradient.Gravatar A. Unique TensorFlower2017-09-12
* Update gemmlowp hash as the commit history seems to have changed in theGravatar Gunhan Gulsoy2017-09-12
* [XLA] Fix bug in ShapeUtil::ShapeIs that would lead to type inference errors.Gravatar Chris Leary2017-09-11
* Tweak layer a bit to be eager friendly.Gravatar A. Unique TensorFlower2017-09-11
* Change conv_input_scale and side_input_scale from attributes to inputs for im...Gravatar A. Unique TensorFlower2017-09-11
* Adds dict support of eval metrics.Gravatar Jianwei Xie2017-09-11
* Move FusedConvBiasActivationShape out of common_shape_fns.cc to a lambda insi...Gravatar A. Unique TensorFlower2017-09-11
* [XLA] Augment metadata output with source-line info, as before.Gravatar A. Unique TensorFlower2017-09-11