aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Add a few more eager test coverage.Gravatar A. Unique TensorFlower2017-08-30
* Remove duplicate line in gcs_smoke.shGravatar Shanqing Cai2017-08-30
* Delete tf.contrib.training.python_input.Gravatar Eugene Brevdo2017-08-30
* [TF:XLA] Implement SqrtGrad.Gravatar Peter Hawkins2017-08-30
* Don't remove trivial dimensions if they require no broadcast.Gravatar A. Unique TensorFlower2017-08-30
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-08-30
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-08-30
* Add support for saving/restoring states of iterators.Gravatar Saurabh Saxena2017-08-30
* Guards references to tensor.op to avoid calling them in eager mode.Gravatar Alexandre Passos2017-08-29
* Supporting control flow ops in eager mode.Gravatar Alexandre Passos2017-08-29
* Fixes stray isinstance(_, Tensor) check in math_ops.Gravatar Alexandre Passos2017-08-29
* Fixes to quantile ops in TFT.Gravatar A. Unique TensorFlower2017-08-29
* The GPU devices have been renamed devices:GPU. Update the code accordinglyGravatar Benoit Steiner2017-08-29
* Use size_t for string sizeGravatar Igor Ganichev2017-08-29
* Add support for equal() and not_equal() to tf.contrib.util.constant_value().Gravatar A. Unique TensorFlower2017-08-29
* Modified variable scopes to work with Eager mode.Gravatar Ali Yahya2017-08-29
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-08-29
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-08-29
* Add int32 gpu registrations for SetZero & SetOne functors.Gravatar Eugene Brevdo2017-08-29
* Add simple cudaMalloc based allocator useful for memory debugging with existingGravatar A. Unique TensorFlower2017-08-29
* Add extract_jpeg_shape such that we can get the image shape without actuallyGravatar Mingxing Tan2017-08-29
* Fix bug with second derivatives in eager mode.Gravatar Alexandre Passos2017-08-29
* Add QUINT16 support to FillGravatar Ben Lee2017-08-29
* Make node const in tensorflow::OutputTensorGravatar Igor Ganichev2017-08-29
* Add ArgDefCase conversion to tensorflow::str_utilGravatar Igor Ganichev2017-08-29
* Better handling of default dtypes for eager.Gravatar A. Unique TensorFlower2017-08-29
* Automated g4 rollback of changelist 166487124Gravatar A. Unique TensorFlower2017-08-29
* [XLA] Make RunDFSMemoryScheduler more accurateGravatar David Majnemer2017-08-29
* [XLA] Add an '--xla_reduce_precision' option to TF_XLA_FLAGS.Gravatar A. Unique TensorFlower2017-08-29
* Make adding function/gradient definitions atomicGravatar Igor Ganichev2017-08-29
* Making tf.pad eager-safe.Gravatar Alexandre Passos2017-08-29
* Annotate the performance database with expected distribution of values.Gravatar Benoit Steiner2017-08-29
* Add tfdbg support to slim.learning.trainGravatar Shanqing Cai2017-08-29
* Add a `corpus_size` argument to tf.contrib.text.skip_gram_sample_with_text_vo...Gravatar A. Unique TensorFlower2017-08-29
* Does not silently turn None into NaNs when aggregating gradients.Gravatar Alexandre Passos2017-08-29
* Using -fomit-frame-pointer on ARM to make sure Assembly has enough registers.Gravatar A. Unique TensorFlower2017-08-29
* Refactor Avg/MaxPoolShape(), adding MakeShapeFromFormat() and preparing for N...Gravatar A. Unique TensorFlower2017-08-29
* Improves the reliability of RunConfig.uidGravatar Jianwei Xie2017-08-29
* Introduce C++ API while loop builder methodGravatar Skye Wanderman-Milne2017-08-29
* Disable the 'output size too large' check for the CPU path of depthwise convo...Gravatar A. Unique TensorFlower2017-08-29
* Support loop for layout optimizer.Gravatar Yao Zhang2017-08-28
* Optimize convert_to_tensor.Gravatar A. Unique TensorFlower2017-08-28
* Avoid duplicating the functionality in GrapplerItem::NodesToPreserve()Gravatar Benoit Steiner2017-08-28
* Double the tolerance in nn_grad_test to avoid flakes.Gravatar Gunhan Gulsoy2017-08-28
* Remove a duplicated node in test.Gravatar Yao Zhang2017-08-28
* Tweak profiler for the UIGravatar A. Unique TensorFlower2017-08-28
* Implement Sum and Mean math gradients.Gravatar A. Unique TensorFlower2017-08-28
* Added a sanity check to make it easier to debug graph corruptionsGravatar Benoit Steiner2017-08-28
* Adding a function to compute the natural log of the determinant for hermitian...Gravatar A. Unique TensorFlower2017-08-28
* Add debug flag to disable expensive LLVM optimization passes.Gravatar A. Unique TensorFlower2017-08-28