aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Link to Datasets doc in release notesGravatar Mark Daoust2017-10-17
* Preserve metadata_ when using HloInstruction::CloneWithNewOperands.Gravatar A. Unique TensorFlower2017-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
* 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
* 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
* Better error message for eager-specific APIsGravatar A. Unique TensorFlower2017-10-16
* Uses head.name in name_scope. This improves the graph naming for MultiHead.Gravatar A. Unique TensorFlower2017-10-16
* Add return_nodes option to ImportGraphDefGravatar Skye Wanderman-Milne2017-10-16
* Add cc file with definition of tensorflow::gtl::nullopt.Gravatar Justin Lebar2017-10-16
* Default to procuring ResourceVariables in variable_scope.variable whenGravatar Akshay Agrawal2017-10-16
* Enable C API for gradients_test.pyGravatar Skye Wanderman-Milne2017-10-16
* [TF2XLA] Expand comparator and use consistently in sorting arguments.Gravatar Jacques Pienaar2017-10-16
* Batch norm folding immediately fails if FusedBatchNorm ops are present.Gravatar A. Unique TensorFlower2017-10-16
* Respect __array__ and __array_interface__ for string typesGravatar Mark Daoust2017-10-16
* Close session on infeed error. This should fix most of the cases where the c...Gravatar Russell Power2017-10-16
* Add support for saving DT_VARIANT tensors in TensorBundle.Gravatar Saurabh Saxena2017-10-16
* Move global_step_read dependency to model_fn instead of input_fn.Gravatar Mustafa Ispir2017-10-16
* Remove broken link.Gravatar A. Unique TensorFlower2017-10-16
* Implement set_shape for EagerTensors for compatibiity with ops that call itGravatar Akshay Agrawal2017-10-16
* make_vjp in eagerGravatar Alexandre Passos2017-10-16
* Fix divergence between core.data and contrib.data Python tests.Gravatar Jiri Simsa2017-10-16
* [tf.contrib.seq2seq] Some light cleanup in beam search decoder code.Gravatar Eugene Brevdo2017-10-16
* Add tf.contrib.distributions.bijectors.Gumbel.Gravatar A. Unique TensorFlower2017-10-16
* [TF2XLA] Keep Switch and Merge nodes in own clusters.Gravatar Jacques Pienaar2017-10-16