aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Merge commit for internal changesGravatar Shanqing Cai2017-09-22
|\
| * Add ltensorflow_framework to the test_user_ops GPU buildGravatar Allen Lavoie2017-09-22
| * Fix sometimes overwriting the default bazel config arguments in Jenkins build...Gravatar Michael Case2017-09-22
| * Add libtensorflow_framework.so to a bunch of genrulesGravatar Allen Lavoie2017-09-22
| * Hide "re" from the docs system.Gravatar Mark Daoust2017-09-22
| * [XLA] Add show_metadata argument to hlo_graph_dumper::DumpGraph.Gravatar A. Unique TensorFlower2017-09-22
| * Replace assert_called() with called to fix python3 test failuresGravatar Shanqing Cai2017-09-22
* | Merge pull request #13236 from jbn/patch-1Gravatar Shanqing Cai2017-09-22
|\ \
* \ \ Merge pull request #13219 from gunan/mirrorGravatar Amit Patankar2017-09-22
|\ \ \
| | * | Fix documentation for `tf.case`Gravatar John B Nelson2017-09-22
| |/ / |/| |
| | * Include device name in XlaDevice::GetMetadata() error message.Gravatar Derek Murray2017-09-22
| | * Replace dependencies on core:tensorflow_opensource with :all_kernels inGravatar A. Unique TensorFlower2017-09-22
| | * Move the ExportStrategy API from .contrib to .core.Gravatar Igor Saprykin2017-09-22
| | * Run constant folding iteratively until it converges.Gravatar Benoit Steiner2017-09-22
* | | Update NCCL and Eigen sources for CUDA9 (#12834)Gravatar Nathan Luehr2017-09-22
* | | Merge pull request #13113 from resec/patch-18Gravatar Shanqing Cai2017-09-22
|\ \ \
| | * \ Merge branch 'master' into mirrorGravatar gunan2017-09-21
| | |\ \ | |_|/ / |/| | |
* | | | Fixes for Raspberry Pi cross-compilation issues (#13223)Gravatar Pete Warden2017-09-21
* | | | Update workspace.bzl to use latest farmhash commit to support s390x - farmhas...Gravatar Nayana Thorat2017-09-21
| | * | More fixes to makefile build script and use android docker image.Gravatar Gunhan Gulsoy2017-09-21
| | * | Install wget on makefile dockerfile.Gravatar Gunhan Gulsoy2017-09-21
| | * | Gemmlowp is now a zip file, and correctly handle zip archives.Gravatar Gunhan Gulsoy2017-09-21
| | | * Increase tolerance on nn_grad_test.Gravatar A. Unique TensorFlower2017-09-21
| | | * Fix memory leak if a node evaluation fails due to a divide by zero exception.Gravatar Yao Zhang2017-09-21
| | | * Fix typos in the API documentation for tensorflow::PendingCounts.Gravatar A. Unique TensorFlower2017-09-21
| | | * eager: Fix bug in tfe.gradients_function().Gravatar Asim Shankar2017-09-21
* | | | Merge commit for internal changesGravatar Shanqing Cai2017-09-21
|\ \ \ \ | | |_|/ | |/| |
| * | | Update R4 slice tests.Gravatar A. Unique TensorFlower2017-09-21
* | | | Add kernels for FusedBatchNormGrad when is_training=False (#12580)Gravatar Yuxin Wu2017-09-21
| | | * Update makefile build to be OK with bazel mirror URLs.Gravatar Gunhan Gulsoy2017-09-21
| * | | List the save/restore nodes in the set of nodes to preserveGravatar Benoit Steiner2017-09-21
| * | | Add methods to convert between Literals and ShapedBuffers to LocalClient. The...Gravatar Mark Heffernan2017-09-21
| * | | Fold fetch nodes.Gravatar Yao Zhang2017-09-21
| * | | Add run_ps in _TrainingExecutor.Gravatar Jianwei Xie2017-09-21
| * | | Skip control dependency edges when processing Restore node shapesGravatar Benoit Steiner2017-09-21
| * | | Add some logging to indicate misses in the XLA compilation cache.Gravatar Sanjoy Das2017-09-21
| | | * Also mirror nsync.Gravatar Gunhan Gulsoy2017-09-21
| * | | Don't assert on unsupported input typesGravatar Benoit Steiner2017-09-21
| * | | Change ValueError to warning for TPUEstimator.Gravatar Jianwei Xie2017-09-21
| | | * Remove github mirror links for all TF workspace dependencies.Gravatar Gunhan Gulsoy2017-09-21
| |_|/ |/| |
| * | Add new contrib/all_reduce directory with several implementationsGravatar A. Unique TensorFlower2017-09-21
| * | Adds head_name property to _Head.Gravatar A. Unique TensorFlower2017-09-21
| * | Add Weibull bijector.Gravatar A. Unique TensorFlower2017-09-21
| * | Make sure that the name used to collect activations of layers is unique when ...Gravatar Sergio Guadarrama2017-09-21
| * | If a cycle is detected, mention in the error message what the cycle is.Gravatar A. Unique TensorFlower2017-09-21
| * | Remove RTLD_GLOBAL when loading pywrap_tensorflowGravatar Allen Lavoie2017-09-21
| * | Add fixed space sparse class stats handling.Gravatar A. Unique TensorFlower2017-09-21
| * | Simplify tf.contrib.distributions.fill_triangular indexing calculation and ad...Gravatar Joshua V. Dillon2017-09-21
| * | Correct an issue in calculating Frechet Inception Distance.Gravatar A. Unique TensorFlower2017-09-21
| * | Add distribution utility functions: reduce_weighted_logsumexp,Gravatar Joshua V. Dillon2017-09-21