aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fixed work size computation in Split and SplitV ops to avoid integer overflow.Gravatar A. Unique TensorFlower2017-10-18
* [XLA] Deterministically dump an executable.Gravatar Yunxing Dai2017-10-18
* Upgrade tensorflow pip dependency version to 3.4.0+Gravatar Shanqing Cai2017-10-18
* Implement ZlibInputStream::Tell() by keeping track of the number of bytesGravatar Saurabh Saxena2017-10-18
* Add TF_GraphGetOpDef() to C API and use in Operation.op_def()Gravatar Skye Wanderman-Milne2017-10-18
* Add expected keys to predictor exception if unexpected key detected.Gravatar A. Unique TensorFlower2017-10-18
* More changs to avoid flakes in random_shuffle_queue_testGravatar Gunhan Gulsoy2017-10-18
* Remove global step read dependency from model_fn. Estimator behavior still wi...Gravatar Mustafa Ispir2017-10-18
* Fixes test breakage.Gravatar Alexandre Passos2017-10-18
* Make `tf.contrib.distributions` quadrature family parameterized byGravatar Joshua V. Dillon2017-10-18
* Don't emit fusion computations separately in HloModule::ToString. These compu...Gravatar Mark Heffernan2017-10-18
* Stub support for retrieving LossFunction by name.Gravatar A. Unique TensorFlower2017-10-18
* Update inception score to match the openAI version from https://github.com/op...Gravatar A. Unique TensorFlower2017-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
* 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