aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* | | | | | | | | | Adding int16 as a supported Select type.Gravatar A. Unique TensorFlower2018-07-10
* | | | | | | | | | Minor eager mode improvementsGravatar Akshay Modi2018-07-10
* | | | | | | | | | [XLA] Generalize sort semantics to Rk.Gravatar Michael Kuperstein2018-07-10
* | | | | | | | | | Internal changeGravatar A. Unique TensorFlower2018-07-10
* | | | | | | | | | More Tensor Java class refactoringGravatar Jared Duke2018-07-10
* | | | | | | | | | When calling numpy() on EagerTensor, don't record the copy.Gravatar Akshay Modi2018-07-10
* | | | | | | | | | Fix compilation of mkl kernels.Gravatar Eugene Zhulenev2018-07-10
* | | | | | | | | | Internal change.Gravatar Shashi Shekhar2018-07-10
* | | | | | | | | | Merge pull request #20488 from yashk2810:text_generationGravatar TensorFlower Gardener2018-07-10
|\ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | Do not pass raw binary data into text_format.Parse; use raw stringsGravatar A. Unique TensorFlower2018-07-10
* | | | | | | | | | | [eager]: Correctly handle slot variables inside a defun.Gravatar Asim Shankar2018-07-10
* | | | | | | | | | | Temporarily unexport tf.print (alias for tf.Print).Gravatar Asim Shankar2018-07-10
* | | | | | | | | | | Fix a typo in a commentGravatar Sanjoy Das2018-07-10
* | | | | | | | | | | Adding shape as alias for get_shape() for PartitionedVariable.Gravatar A. Unique TensorFlower2018-07-10
* | | | | | | | | | | Adding FakeQuant op support.Gravatar A. Unique TensorFlower2018-07-10
* | | | | | | | | | | Fix possible segfault in shape function for SymbolicGradientGravatar Alexandre Passos2018-07-10
* | | | | | | | | | | GradientTape.stop_recording should be temporaryGravatar Akshay Modi2018-07-10
* | | | | | | | | | | Remove the unused _like_rnncell function and prefer the assert_like_rnncellGravatar Scott Zhu2018-07-10
* | | | | | | | | | | Function shape inference for Grappler.Gravatar A. Unique TensorFlower2018-07-10
* | | | | | | | | | | Make tensorflow lite interpreter have more helpful errors.Gravatar Andrew Selle2018-07-10
* | | | | | | | | | | [SE] Re-enable acquiring real cpu frequencyGravatar A. Unique TensorFlower2018-07-10
* | | | | | | | | | | [XLA] Re-implement ShapeIndexView on top of ArraySliceGravatar Benjamin Kramer2018-07-10
* | | | | | | | | | | Disable failing gpu tests on WindowsGravatar A. Unique TensorFlower2018-07-10
* | | | | | | | | | | [tf.data / Bigtable] Parallel scan Bigtable tablesGravatar Brennan Saeta2018-07-10
* | | | | | | | | | | Add example benchmark colab.Gravatar A. Unique TensorFlower2018-07-10
* | | | | | | | | | | Teach HLO CSE about domain instructionsGravatar A. Unique TensorFlower2018-07-10
* | | | | | | | | | | Add IndRNN, IndyGRU and IndyLSTM cells.Gravatar A. Unique TensorFlower2018-07-10
* | | | | | | | | | | Add build rules that were accidentally removed.Gravatar A. Unique TensorFlower2018-07-10
* | | | | | | | | | | [tfgan] Deprecate GANHead and simplify GANEstimator.Gravatar A. Unique TensorFlower2018-07-10
* | | | | | | | | | | Implementation of arg_min.Gravatar A. Unique TensorFlower2018-07-10
| | | | | | * | | | | Merge branch 'master' into non_max_suppression_overlapsGravatar Christian Ertler2018-07-10
| | | | | | |\ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
* | | | | | | | | | | Removes duplicate initializers (glorot_normal and glorot_uniform) in KerasGravatar A. Unique TensorFlower2018-07-09
* | | | | | | | | | | Automated rollback of commit 19a98bf9054d9be58a3293b0390b18288a65a25cGravatar Noah Eisen2018-07-09
* | | | | | | | | | | Change "deprecation_message" to "deprecated: true" in api_def_*.pbtxt files.Gravatar Anna R2018-07-09
* | | | | | | | | | | Updating what belongs in textual_hdrs vs hdrsGravatar A. Unique TensorFlower2018-07-09
* | | | | | | | | | | Wrap ResourceVariable with MixedPrecisionVariable to support casting-reads; s...Gravatar James Qin2018-07-09
* | | | | | | | | | | Use full imports instead of relative imports when adding subdirectory importsGravatar Anna R2018-07-09
* | | | | | | | | | | Fixing PRelu and its disabled test.Gravatar Yu-Cheng Ling2018-07-09
* | | | | | | | | | | Add `synchronization` and `aggregation` args to the layer `add_weight()` API....Gravatar Pavithra Vijay2018-07-09
* | | | | | | | | | | [TF:XLA] Add implementation of ResourceApplyAdagradDA and ResourceApplyAdaMax.Gravatar A. Unique TensorFlower2018-07-09
* | | | | | | | | | | Teach the indexed array analysis about dot operationsGravatar Sanjoy Das2018-07-09
* | | | | | | | | | | Remove unused _SlimRNNCell.Gravatar Scott Zhu2018-07-09
* | | | | | | | | | | De-flake HloProfileTest.ProfileWhileComputationGravatar Sanjoy Das2018-07-09
* | | | | | | | | | | [XLA] BFloat16 propagation: add de-aliasing copies before while loop inputs.Gravatar Yuanzhong Xu2018-07-09
* | | | | | | | | | | Add NNAPI transpose op supportGravatar Jared Duke2018-07-09
| | | * | | | | | | | Now caching properly and fixed a typo (def BahdanauAttention -> class Bahdana...Gravatar Yash Katariya2018-07-09
* | | | | | | | | | | Fix NVVM libdevice detection in open source build with CUDA 8.Gravatar A. Unique TensorFlower2018-07-09
* | | | | | | | | | | Allow passing in an IPv6 address in server def.Gravatar Akshay Modi2018-07-09
* | | | | | | | | | | Merge pull request #20649 from tensorflow:alextp-patch-2Gravatar TensorFlower Gardener2018-07-09
|\ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | Add WithToken variants to Send/Recv/Infeed/Outfeed ops in XLA builder.Gravatar Mark Heffernan2018-07-09