aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fix gradient behavior of fully dynamic tensor arrays + stop_gradients on tf.s...Gravatar Eugene Brevdo2017-10-10
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-10-10
* Internal changeGravatar A. Unique TensorFlower2017-10-10
* Add uint32 and uint64 types to TensorFlow.Gravatar Peter Hawkins2017-10-10
* Minor cleanup (remove unused inclusions, NULL => nullptr)Gravatar A. Unique TensorFlower2017-10-10
* Fix ReshapeMover bug with reshaped constants; add HloVerifiedTestBase.Gravatar A. Unique TensorFlower2017-10-09
* [TF:XLA] Re-enable strided slice tests that now pass.Gravatar Peter Hawkins2017-10-09
* Use an external constant pool to reduce LLVM compile timesGravatar Sanjoy Das2017-10-09
* Cache last zero tensor in eager gradient computationGravatar Igor Ganichev2017-10-09
* [XLA:CPU] Let the elementwise concat op handle being emitted into a degenerat...Gravatar Justin Lebar2017-10-09
* [XLA:LLVM] Rename ops.h to tuple_ops.h.Gravatar Justin Lebar2017-10-09
* [XLA] Factor out repeated LatestNonGteAncestorAndIndex helper.Gravatar Justin Lebar2017-10-09
* Scheduler exports tensor size info to RunMetadata. In addition, tensor size h...Gravatar A. Unique TensorFlower2017-10-09
* Add scaled_softplus to the documented symbols so it can be accessed as tf.con...Gravatar A. Unique TensorFlower2017-10-09
* Benchmark for LSTMBlockCell's forward propagation.Gravatar A. Unique TensorFlower2017-10-09
* Make error message more explicit when running FusedConv2DBiasActivationOp wit...Gravatar A. Unique TensorFlower2017-10-09
* Removes the use of tf.cond in the SweepHook used in the WALSMatrixFactorizati...Gravatar A. Unique TensorFlower2017-10-09
* Fix the example in the RNN tutorial which left out one of the pieces of data.Gravatar Neal Wu2017-10-09
* Fix wasserstein gradient penalty name scope issue and add the proper name scope.Gravatar A. Unique TensorFlower2017-10-09
* Create a cuda9 cudnn 7 docker file, simpler, using ARGS.Gravatar Gunhan Gulsoy2017-10-09
* [Grappler] Optimize bitcasts.Gravatar Jingyue Wu2017-10-09
* TFE: Fix reference counts when copying to Numpy arrays.Gravatar Allen Lavoie2017-10-09
* New CUDA kernel for LSTMBlockCell's forward propagation.Gravatar A. Unique TensorFlower2017-10-09
* TFE: Fix reference counts when copying to Numpy arrays.Gravatar Allen Lavoie2017-10-09
* New CUDA kernel for LSTMBlockCell's forward propagation.Gravatar A. Unique TensorFlower2017-10-09
* Replace CHECK() with a WARNING in StepStatsCollector so that Save after Final...Gravatar A. Unique TensorFlower2017-10-09
* Removing side outputs from tape code.Gravatar Alexandre Passos2017-10-09
* [Grappler] Fixed two bugs in ArithmeticOptimizer.Gravatar Jingyue Wu2017-10-09
* [TF:XLA] Fix broken build of xla_interpreter_device.Gravatar Peter Hawkins2017-10-09
* Expose tfe.test, tfe.in_eager_mode, tfe.in_graph_modeGravatar Alexandre Passos2017-10-09
* Relanding change to add config to enable S3 file system support.Gravatar Michael Case2017-10-09
* Adding a binary classification exampleGravatar A. Unique TensorFlower2017-10-09
* [TF:XLA] Rename HLO visitor methods from LogicalX to XGravatar A. Unique TensorFlower2017-10-09
* [Grappler] Correctly replace control-dependency uses.Gravatar Jingyue Wu2017-10-09
* Rewrote the clip_by_norm op to avoid generating infinite intermediate resultsGravatar Benoit Steiner2017-10-09
* Make ops_test.py work with the C API enabled.Gravatar Skye Wanderman-Milne2017-10-09
* Validate input shapes for the graph_callable decoratorGravatar Akshay Agrawal2017-10-09
* [TF:XLA] Rename ComputationBuilder::LogicalX to XGravatar A. Unique TensorFlower2017-10-09
* Track persistent memory in constant op.Gravatar Yuefeng Zhou2017-10-09
* Estimator.predict should not generate warning if user uses TF dataset.Gravatar Jianwei Xie2017-10-09
* Print numpy value for variables when in Eager modeGravatar Akshay Agrawal2017-10-09
* Update docs of MomentumOptimizer about use_nesterov and of RMSProp aboutGravatar A. Unique TensorFlower2017-10-09
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-10-09
* [tf.data] Add new custom transformation: `tf.contrib.data.scan()`.Gravatar Derek Murray2017-10-09
* Correct documentation typo.Gravatar Asim Shankar2017-10-09
* [TF:XLA] Rename HloOpcode::kLogicalX to kXGravatar A. Unique TensorFlower2017-10-09
* Disable flaky cluster_function_library_runtime_test in opensource.Gravatar Gunhan Gulsoy2017-10-08
* [TFXLA] Don't discard status unless it is NotFound.Gravatar Jacques Pienaar2017-10-08
* Improve invalid size vocab ValueError by appending the vocab file.Gravatar A. Unique TensorFlower2017-10-08
* Disable kmeans test in tsan.Gravatar Gunhan Gulsoy2017-10-07