aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* | | | | | | | | Give EagerTensor a fully qualified name so __module__ doesn't generate an errorGravatar Akshay Modi2018-07-16
* | | | | | | | | Two speed test notebooks: MNIST training loop and Collatz.Gravatar Dan Moldovan2018-07-16
* | | | | | | | | Merge pull request #20794 from samikama:KeepInputsGravatar TensorFlower Gardener2018-07-16
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | BEGIN_PUBLICGravatar A. Unique TensorFlower2018-07-16
* | | | | | | | | [tf.data] Add handling for gzip & zlib compression types in CsvDataset and ma...Gravatar Rachel Lim2018-07-16
* | | | | | | | | Fix reaching_definitions to correctly mark the definition of modified symbols...Gravatar Dan Moldovan2018-07-16
* | | | | | | | | Bring the workshop notebook to date.Gravatar Dan Moldovan2018-07-16
* | | | | | | | | Fix bug in masked_autoregressive_default_template where custom name was not c...Gravatar A. Unique TensorFlower2018-07-16
* | | | | | | | | Bring the dev summit notebook to date.Gravatar Dan Moldovan2018-07-16
* | | | | | | | | Missing import and pip install of tf-nightly in workshop notebookGravatar A. Unique TensorFlower2018-07-16
* | | | | | | | | Enable test that was accidentally misnamed.Gravatar Dan Moldovan2018-07-16
* | | | | | | | | Add experimental config field to output interpolatable error messagesGravatar James Keeling2018-07-16
* | | | | | | | | Make the HloDomainRemover pass more configurableGravatar A. Unique TensorFlower2018-07-16
* | | | | | | | | add int32 support for subGravatar A. Unique TensorFlower2018-07-15
* | | | | | | | | [XLA] Enable the semantic for cross-modeul AllReduce.Gravatar A. Unique TensorFlower2018-07-15
* | | | | | | | | Comment cleanup.Gravatar Max Galkin2018-07-15
* | | | | | | | | Merge pull request #20542 from rongjiecomputer:exceptionGravatar TensorFlower Gardener2018-07-15
|\ \ \ \ \ \ \ \ \
* | | | | | | | | | Partial update of tf.keras to the Keras 2.2.0 API.Gravatar Pavithra Vijay2018-07-15
| | | | | | | * | | Adding MKL DNN license from Intel's repo: https://github.com/intel/mkl-dnn/bl...Gravatar Nafis Sadat2018-07-14
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Update default cuda compute capability while installing from sources to cover...Gravatar Smit Hinsu2018-07-14
* | | | | | | | | Link NCCL 2.x lib and header where ./configure expects them.Gravatar Toby Boyd2018-07-14
* | | | | | | | | [XLA:AMDGPU] Enable the AMDGPU backend for open source buildsGravatar Benjamin Kramer2018-07-14
* | | | | | | | | Disable broken model_analyzer_testGravatar Gunhan Gulsoy2018-07-14
* | | | | | | | | [Java]: Support ConfigProto and RunOptions when loading SavedModels.Gravatar Asim Shankar2018-07-14
| | * | | | | | | Remove unnecessary for loopGravatar Sami Kama2018-07-13
* | | | | | | | | Add wrapper to help export model trained with estimator as SavedModel for TPU.Gravatar A. Unique TensorFlower2018-07-13
| | * | | | | | | Add all keep nodes to output listsGravatar Sami Kama2018-07-13
* | | | | | | | | Broad refactor (part 7): Swap in the new CFG implementation, along with the n...Gravatar Dan Moldovan2018-07-13
* | | | | | | | | Merge pull request #20759 from ROCmSoftwarePlatform:upstream-staging-xla-gpu-...Gravatar TensorFlower Gardener2018-07-13
|\ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ Merge pull request #20754 from ROCmSoftwarePlatform:upstream-staging-xla-glob...Gravatar TensorFlower Gardener2018-07-13
|\ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | Automated rollback of commit fde3f09e3080a28b9a06ee219474957ba149a20dGravatar Revan Sopher2018-07-13
* | | | | | | | | | | Internal change.Gravatar A. Unique TensorFlower2018-07-13
| |_|_|/ / / / / / / |/| | | | | | | | |
| | | | | * | | | | Make protocol used in estimator customizable.Gravatar Li Liangbin2018-07-14
| |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | [XLA] Move implementation of ThreeFry stateless PRNG into xla/client/libGravatar Peter Hawkins2018-07-13
* | | | | | | | | Exclude util/stats_calculator.* from :framework_internal_implGravatar A. Unique TensorFlower2018-07-13
* | | | | | | | | Add linear estimator colab entry to tutorials.Gravatar Billy Lamberta2018-07-13
* | | | | | | | | Qualify all names fully in registration macro. Otherwise the macro cannot be ...Gravatar A. Unique TensorFlower2018-07-13
* | | | | | | | | [Cloud TPU / Keras]: Support experimental tf.data integration.Gravatar Brennan Saeta2018-07-13
* | | | | | | | | [XLA] Use shfl.sync.down instead of shfl.sync.Gravatar Justin Lebar2018-07-13
* | | | | | | | | Automated rollback of commit d98b99d1cd4337ee11e7cbc4c9b6324f0e381502Gravatar Reed Wanderman-Milne2018-07-13
* | | | | | | | | [XLA] Update bad-ptxas-version warning to warn for anything less than 9.2.88.Gravatar Justin Lebar2018-07-13
* | | | | | | | | Add support for metric_ops that are Operations when exporting TRAIN or EVAL S...Gravatar Karmel Allison2018-07-13
* | | | | | | | | Merge pull request #20284 from perfinion:unbundleGravatar TensorFlower Gardener2018-07-13
|\ \ \ \ \ \ \ \ \
* | | | | | | | | | Add a few TODOs based on discussion with Andrew.Gravatar Dan Moldovan2018-07-13
* | | | | | | | | | Merge pull request #20576 from Intel-tensorflow:mabuzain/avx-performance-fixGravatar TensorFlower Gardener2018-07-13
|\ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | TPUEstimator: Run tpu.initialize_system() in its own graph whenever the mainGravatar Jeremy Lau2018-07-13
* | | | | | | | | | | Disable flaky tests on windows.Gravatar Gunhan Gulsoy2018-07-13
* | | | | | | | | | | Allow non-index slices to be used without conversion, instead of rejecting th...Gravatar Dan Moldovan2018-07-13
* | | | | | | | | | | Merge pull request #20725 from yongtang:20722-TFSA-2018-001Gravatar TensorFlower Gardener2018-07-13
|\ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | Disable flaky random seed testGravatar Gunhan Gulsoy2018-07-13