aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Add `int64` axis support for `tf.cumsum` and `tf.cumprod` (#13791)Gravatar Yong Tang2017-10-18
* Fix minor typos in TF Boosted Trees (#13792)Gravatar Sergii Khomenko2017-10-17
* Merge commit for internal changesGravatar Vijay Vasudevan2017-10-17
|\
| * Include <numeric> in transpose_functor.h to fix Windows build.Gravatar Derek Murray2017-10-17
| * [XLA] Try to pass layouts through reshapes.Gravatar A. Unique TensorFlower2017-10-17
| * Fix link in audio tutorial (no https for direct download.tensorflow.org links).Gravatar Martin Wicke2017-10-17
| * Remove thread ordering with sleep statements from coordinator_test.Gravatar Gunhan Gulsoy2017-10-17
| * EagerTensor.__array__Gravatar Alexandre Passos2017-10-17
| * should_use_result eager-safe. ResourceVariable.numpy()Gravatar Alexandre Passos2017-10-17
| * The new class will be used as the base class for the existing 2-4Gravatar A. Unique TensorFlower2017-10-17
| * Remove unused variable `i_` batch dataset ops.Gravatar Saurabh Saxena2017-10-17
| * Pass context handle, device name to EagerTensor constructor inGravatar Akshay Agrawal2017-10-17
| * Change GBDTClassifer to internally use twice differntiable implementation ofGravatar A. Unique TensorFlower2017-10-17
| * Use optimized functor for conjugate transpose in MatrixInverseOp.Gravatar A. Unique TensorFlower2017-10-17
| * Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-10-17
| * Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-10-17
| * Add bitwise LeftShift (aka. tf.bitwise.left_shift) and RightShift (tf.bitwise...Gravatar Peter Hawkins2017-10-17
| * Add environment variable to enable setting of CUDA context flags.Gravatar A. Unique TensorFlower2017-10-17
| * Fix a bug in BFCAllocator::Log2FloorNonZero() under non gnuc non windows mode...Gravatar Guangda Lai2017-10-17
| * Bugfix: add `fill_triangular`, `reduce_weighted_logsumexp`, `tridiag` toGravatar Joshua V. Dillon2017-10-17
| * Improve performance of tf.space_to_depth and tf.depth_to_space for typical bl...Gravatar A. Unique TensorFlower2017-10-17
| * Set estimator run_config default random seed to None. This will make it align...Gravatar Mustafa Ispir2017-10-17
| * A new flag `ignore_live_threads` is available on train. If set to True, it wi...Gravatar A. Unique TensorFlower2017-10-17
| * Preserve metadata_ when using HloInstruction::CloneWithNewOperands.Gravatar A. Unique TensorFlower2017-10-17
* | Fix crash when `tf.pad` is used with int64 paddings. (#13517)Gravatar Yong Tang2017-10-17
| * Make tensor_util.constant_value_as_shape compatible with Eager modeGravatar Akshay Agrawal2017-10-17
| * Remove remaining nomac tags for TFBT as the memory corruption issue is fixed.Gravatar A. Unique TensorFlower2017-10-17
| * Internal change.Gravatar A. Unique TensorFlower2017-10-17
| * Added an additional check on the length of the values and boundaries lists.Gravatar A. Unique TensorFlower2017-10-17
| * tfdbg: add missing -f flag of the pt command to the command tableGravatar Shanqing Cai2017-10-17
* | Improve shape inference with `DecodeAndCropJpeg` (#13750)Gravatar Yong Tang2017-10-17
* | Fix #13731 by adding HistogramdFixedWidth in hidden_ops.txt and create the py...Gravatar Yong Tang2017-10-17
| * Automated g4 rollback of changelist 172051437Gravatar A. Unique TensorFlower2017-10-17
| * Fix TF workspace issue that prevents submodules from using aws build targets ...Gravatar Kiril Gorovoy2017-10-17
| * Disable flaky gru_ops_test in opensource.Gravatar Gunhan Gulsoy2017-10-17
| * Create a macos py3 test script.Gravatar Gunhan Gulsoy2017-10-17
| * Reworks the imperative_grad interface.Gravatar Alexandre Passos2017-10-17
| * Disable flaky cluster tests in opensource.Gravatar Gunhan Gulsoy2017-10-17
| * [tf.contrib.seq2seq] Bugfixes to BeamSearchDecoder and GatherTree.Gravatar Eugene Brevdo2017-10-17
| * HParams: deprecates function set_from_map in favor of new functionGravatar A. Unique TensorFlower2017-10-17
| * Add the op->IsExpensive() argument to tracing calls.Gravatar A. Unique TensorFlower2017-10-16
| * Make Snappy header availableGravatar Justine Tunney2017-10-16
* | Merge commit for internal changesGravatar Vijay Vasudevan2017-10-16
|\|
| * Disable probable timeout flake on Ubuntu machines.Gravatar Vijay Vasudevan2017-10-16
| * math_grad: Fast path for when broadcasting is not needed.Gravatar A. Unique TensorFlower2017-10-16
| * Adding an ItemHandler that does lookups. This allows decoding of tf.Examples...Gravatar A. Unique TensorFlower2017-10-16
| * [XLA:GPU] Don't crash with --vmodule=gpu_compiler=2 if we can't run ptxas.Gravatar Justin Lebar2017-10-16
* | Add GPU and CPU implementation of `tf.histogram_fixed_width`. (#13731)Gravatar Yong Tang2017-10-16
| * Better error message for eager-specific APIsGravatar A. Unique TensorFlower2017-10-16
* | Update README.md (#13688)Gravatar michelleirvine2017-10-16