aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Updated the nGraph version.Gravatar avijit-nervana2018-09-24
* Update kernel evals to use new kernel signatures.Gravatar A. Unique TensorFlower2018-09-24
* Unpack output of cond_v2 if it is a singleton to match behavior of cond.Gravatar Saurabh Saxena2018-09-24
* Do not assume Node.in_edges() is sorted by dst_input.Gravatar Tong Shen2018-09-24
* Increase the tolerance to deflake fused_conv2d testGravatar Benjamin Kramer2018-09-24
* Update kernel evals to use new kernel signatures.Gravatar A. Unique TensorFlower2018-09-24
* Add validation that input shapes should be fully defined when using TPU strat...Gravatar Priya Gupta2018-09-24
* Documentation for tf.map_fn in Eager mode.Gravatar Debidatta Dwibedi2018-09-24
* [TF:XLA] Introduce CollectivePermute op.Gravatar Youlong Cheng2018-09-24
* Fix memory leak of a Var resource in the multiple variable-handling kernels.Gravatar Derek Murray2018-09-24
* Internal change.Gravatar Anna R2018-09-24
* Update tensorboard dependency to 1.11.xGravatar Nick Felt2018-09-24
* Allow callers to specify a preferred dtype when calling convert_to_tensor.Gravatar Brian Patton2018-09-24
* Ensure tf.range has semantics consistent with range, which allows start and e...Gravatar Dan Moldovan2018-09-24
* [XLA] Use \n rather than <br/> for linebreaks in graphviz tooltips.Gravatar Justin Lebar2018-09-24
* Automated rollback of commit 7a1096f424b1adcb4152db80a01a163ddb1a0173Gravatar Anna R2018-09-24
* Add cuDNN fused convolution forward support.Gravatar Tim Shen2018-09-24
* Update the functional rnn API to add a fast path when cell function is noop f...Gravatar A. Unique TensorFlower2018-09-24
* Upgrade cloud tpu profiler to 1.11.Gravatar A. Unique TensorFlower2018-09-24
* Short-circuit AllOf as well. This fixes a crash in ConstantScalar, as itGravatar Tim Shen2018-09-24
* Replace usage of base::GetFlag with Abseil Flags public API absl::GetFlag.Gravatar A. Unique TensorFlower2018-09-24
* Automated rollback of commit edbc6e078ad306021eeb95827a7451892b35f859Gravatar A. Unique TensorFlower2018-09-24
* [TF:XLA] Bump open source abseil revision to e01d95528ea2137a4a27a88d1f57c6cb...Gravatar Sanjoy Das2018-09-24
* Fix Hlo pattern matcher's AnyOf, so that a sub-pattern doesn't captureGravatar Tim Shen2018-09-24
* BEGIN_PUBLICGravatar Alexandre Passos2018-09-24
* Remove the public uses of CreateCudnnConv* in the favor ofGravatar Tim Shen2018-09-24
* Fix typo in error message.Gravatar Sanjoy Das2018-09-24
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2018-09-24
* Portability preparation for more cross-platform prototyping.Gravatar Pete Warden2018-09-24
* Remove the "constants" input group from _XlaRun; NFCGravatar Sanjoy Das2018-09-24
* PolymorphicFunction cache key is changed to use the init graph instead of the...Gravatar Katherine Wu2018-09-24
* Disable PinToHostOptimizer for any TPU graphs.Gravatar A. Unique TensorFlower2018-09-24
* Speed up DedupComputation in arithmetic optimizer.Gravatar A. Unique TensorFlower2018-09-24
* Change indicator used to note Google-OSS header inclusionsGravatar Austin Anderson2018-09-24
* Merge pull request #22006 from facaiy:CLN/remove_print_for_assertGravatar TensorFlower Gardener2018-09-24
|\
* | Inline kernel tracing logic into `ExecutorState::Process()`.Gravatar Derek Murray2018-09-24
* | Merge pull request #21479 from yongtang:08052018-op_scopeGravatar TensorFlower Gardener2018-09-24
|\ \
* | | Fixes typo in docstring to correctly name the new Estimator method export_sav...Gravatar Karmel Allison2018-09-24
* | | Fixes a bug in tf.train.Saver() where it couldn't use CheckpointableGravatar A. Unique TensorFlower2018-09-24
* | | Merge pull request #22416 from yongtang:09182018-squeeze_dimsGravatar TensorFlower Gardener2018-09-24
|\ \ \
* | | | Automated rollback of commit 7bbd69fd16d4e97afd417786c1ee2fff27d92703Gravatar Rohan Jain2018-09-24
* | | | Split up SPARSE_DEPS, adding each individual dependency only to the sparseGravatar A. Unique TensorFlower2018-09-24
* | | | Make sure broken tests are filtered out in XLA tests suites.Gravatar Gunhan Gulsoy2018-09-24
* | | | [XLA] Update Scatter to ignore out-of-bound indices.Gravatar A. Unique TensorFlower2018-09-24
* | | | Updated to newest FlatBuffers and FlexBuffers.Gravatar A. Unique TensorFlower2018-09-24
* | | | Wrap forward and backward pass in a defun for L2HMC.Gravatar Akshay Modi2018-09-24
* | | | Further simplify the cuDNN wrappers. Instead of passing aroundGravatar Tim Shen2018-09-24
* | | | Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-24
* | | | This CL adds an init_scope to the Keras set & get learning phase functions. T...Gravatar A. Unique TensorFlower2018-09-24
* | | | [Java]: Release 1.11.0-rc2Gravatar Asim Shankar2018-09-24