aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | | | Add support for TPU Pods in TPU Strategy but running per host infeed.Gravatar Sourabh Bajaj2018-08-31
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 211158585
* | | | [Cloud TPU / Keras]: Pipeline inputs for performance.Gravatar Brennan Saeta2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | With this pipelining change (and a little bit of re-tuning of input pipelines to have _less_ parallelism to avoid thread starvation), we are able to significantly reduce the overheads of supporting dynamic shapes with Keras. PiperOrigin-RevId: 211157531
* | | | Remove test dependencies from TFLite Android samplesGravatar Jared Duke2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These deps are unncessary and were causing unexpected breakage. Remove them. Fixes #20828 PiperOrigin-RevId: 211156706
* | | | Benchmarks for CuboidConvolutions.Gravatar Eugene Zhulenev2018-08-31
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 211156403
* | | | Mark tensorflow/contrib/distributions:sinh_arcsinh_test as a medium-sized test.Gravatar Justin Lebar2018-08-31
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 211154236
* | | | Fix docs.Gravatar Shashi Shekhar2018-08-31
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 211153502
* | | | Remove unused 'None' option for reduce destinations in DistributionStrategy.Gravatar A. Unique TensorFlower2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | If you want all-reduce, supply the `value` to the `destinations` argument. PiperOrigin-RevId: 211148002
* | | | Hybrid operations need either all or none of their tensors quantized.Gravatar Suharsh Sivakumar2018-08-31
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 211147312
* | | | Currently there are two formats for error reporting inside TensorFlow. This ↵Gravatar A. Unique TensorFlower2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | is first of a series of CL to merge these into one. In this change, we remove the format tag from the errors. PiperOrigin-RevId: 211146036
* | | | Fixes a shape issue within sparse_merge.Gravatar Mustafa Ispir2018-08-31
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 211145870
* | | | Updates the warning of default initializer in deprecated embedding_column.Gravatar Mustafa Ispir2018-08-31
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 211145700
* | | | Merge pull request #21970 from superbobry:pickleable-errorsGravatar TensorFlower Gardener2018-08-31
|\ \ \ \ | | | | | | | | | | | | | | | PiperOrigin-RevId: 211145467
* | | | | Fix instructions for building with Makefile.Gravatar Shashi Shekhar2018-08-31
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211145062
* | | | | Docs for quantize weights tool.Gravatar Suharsh Sivakumar2018-08-31
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211144861
* | | | | Update docsGravatar Alan Chiao2018-08-31
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211141764
* | | | | Merge pull request #21981 from Intel-tensorflow:ashraf/mkl_softmax_dim_fixGravatar TensorFlower Gardener2018-08-31
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211140155
* | | | | | Minor documentation fixes to TFLite.Gravatar Nupur Garg2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211140056
* | | | | | Allocate QuantizationParam when the input model doesn't have it.Gravatar Yunlu Li2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211139035
* | | | | | Fix doc links.Gravatar Shashi Shekhar2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211138690
* | | | | | Automated rollback of commit 7805e23c8416fe4ccccb48c37199a5631bee6d51Gravatar Guangda Lai2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211137964
* | | | | | [XLA] Update test timeouts so the tests pass with optimized + -UNDEBUGGravatar Benjamin Kramer2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211134202
* | | | | | Merge pull request #21950 from naurril:bugfix-memleakGravatar TensorFlower Gardener2018-08-31
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211134190
* | | | | | | Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211133532
* | | | | | | Fix formatting for StridedSlice op.Gravatar Reed Wanderman-Milne2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hopefully this makes the formatting of the end of https://www.tensorflow.org/api_docs/cc/class/tensorflow/ops/strided-slice not look messed up. PiperOrigin-RevId: 211132208
* | | | | | | Merge pull request #21890 from keishi:pix2pix_resizeGravatar TensorFlower Gardener2018-08-31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211131408
* | | | | | | | Add experimental replicated variable support for Keras/TPU.Gravatar Russell Power2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211129794
* | | | | | | | Add benchmarks for Eigen spatial convolutions.Gravatar Eugene Zhulenev2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211128725
* | | | | | | | Merge pull request #21690 from Intel-tensorflow:prim_reuse_disableGravatar TensorFlower Gardener2018-08-31
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211126300
* | | | | | | | | Add newton-shulz method for matrix square root.Gravatar A. Unique TensorFlower2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211126048
* | | | | | | | | Introduce post_training_quantize flag and deprecate quantize_weights flag.Gravatar Suharsh Sivakumar2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211124183
* | | | | | | | | Roll forward of commit 069f808e5c0462819bcd6c73c75491b00cdd42c2 (rolling ↵Gravatar Katherine Wu2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | back rollback cl/210656847). Fixing reference to _get_export_outputs_for_spec in TFMA (This function was refactored out, so the string has been removed from the list of methods that are copied from core Estimator). *** Original change description *** Automated rollback of commit 069f808e5c0462819bcd6c73c75491b00cdd42c2 PiperOrigin-RevId: 211122893
* | | | | | | | | Add the poisson log loss to the SDCA optimizer.Gravatar A. Unique TensorFlower2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211116606
* | | | | | | | | Remove unused docker files.Gravatar Guangda Lai2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211115883
* | | | | | | | | Register a fake GPU kernel for QR instead, which allows colocation ↵Gravatar Alexandre Passos2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | constraints to not be violated. PiperOrigin-RevId: 211112318
* | | | | | | | | Drop unused `_mirrored_container` property of variables that areGravatar A. Unique TensorFlower2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | components of a MirroredVariable. We switched to using `_distributed_container` set in the parent class `DistributedVariable`, but the code setting `_mirrored_container` was accidentally added back as a result of a merge. PiperOrigin-RevId: 211111147
* | | | | | | | | Alias gtl::optional to absl::optional and remove the old implementation.Gravatar Benjamin Kramer2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211110958
* | | | | | | | | More robust test of the SDCA ComputeUpdatedDual method.Gravatar A. Unique TensorFlower2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This exposed a sign error in the logistic loss and an error in the residual computation of the adaptive sampling algorithm. PiperOrigin-RevId: 211103287
* | | | | | | | | Fix (my) code owner github id.Gravatar Guangda Lai2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211103082
* | | | | | | | | [tf.data / Keras / Cloud TPU]: Support evaluating with a tf.data.DatasetGravatar Brennan Saeta2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211099558
* | | | | | | | | Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211094888
* | | | | | | | | Reduce overhead in Executor critical section.Gravatar Derek Murray2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change changes two incidences of `InlinedVector<TaggedNode>::push_back()` (of a newly constructed TaggedNode) into `InlinedVector<TaggedNode>::emplace_back()`. Since one of these instances happens in `ExecutorState::FrameState::ActivateNodes()`, which is called when the FrameState mutex is held, the serial performance improvement should compound with reduced contention on that mutex. PiperOrigin-RevId: 211094227
* | | | | | | | | Documentation fixes.Gravatar Nupur Garg2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211092680
* | | | | | | | | Renamed tensorflow::strings::PadSpec enum values to match absl::PadSpec enum ↵Gravatar A. Unique TensorFlower2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | values. This is necessary in order to replace tensorflow::strings::StrCat with absl::StrCat. PiperOrigin-RevId: 211087745
* | | | | | | | | Fixes to hybrid conv. Add additional tests for pointwise conv.Gravatar Alan Chiao2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211085787
* | | | | | | | | Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211084266
* | | | | | | | | Enable GPU support for Zeta and Polygamma ops.Gravatar A. Unique TensorFlower2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211082683
* | | | | | | | | Add a batch sequence example parsing op, part 2.Gravatar Patrik Sundberg2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211082479
* | | | | | | | | [XLA] Mark iota_test as optonly, iota_test_cpu takes forever in fastbuildGravatar Benjamin Kramer2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211071567
* | | | | | | | | compat: Update forward compatibility horizon to 2018-08-31Gravatar A. Unique TensorFlower2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211053319
* | | | | | | | | [XLA:GPU] Instruction fusion: Do not fuse into reduce input fusions if the ↵Gravatar Thomas Joerg2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | resulting kernels suffer from poor data locality. PiperOrigin-RevId: 211046900