aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Add deprecation notice for BasicRNNCell, which will be replaced by ↵Gravatar Scott Zhu2018-10-01
| | | | | | keras.SimpleRNNCell. PiperOrigin-RevId: 215249611
* internal change onlyGravatar A. Unique TensorFlower2018-10-01
| | | | PiperOrigin-RevId: 215248985
* Automated rollback of commit 6a787235b95dd3040fc5ff7fb7104585e746c66aGravatar Christopher Olston2018-10-01
| | | | PiperOrigin-RevId: 215248737
* Fix typo.Gravatar Dan Moldovan2018-10-01
| | | | PiperOrigin-RevId: 215246174
* Make GCS filesystem/metadata lookup retries configurableGravatar Russell Power2018-10-01
| | | | PiperOrigin-RevId: 215243030
* Merge pull request #22122 from ↵Gravatar TensorFlower Gardener2018-10-01
|\ | | | | | | | | | | yongtang:22115-tf.contrib.image.transform-float16-gpu PiperOrigin-RevId: 215240869
* | Automated rollback of commit 5f822d694af6e4aa57fe8a426032a91dc61e30d6Gravatar Alexandre Passos2018-10-01
| | | | | | | | PiperOrigin-RevId: 215239710
* | Bugfix: When a subgraph is encapsulated and replaced by XlaLaunch op, the ↵Gravatar A. Unique TensorFlower2018-10-01
| | | | | | | | | | | | requested device placement of the XlaLaunch op must be derived from the subgraph. PiperOrigin-RevId: 215239672
* | Replace the tf.name_scope call with an internal context manager that can ↵Gravatar Dan Moldovan2018-10-01
| | | | | | | | | | | | contain additional boilerplate later on. Unfortunately it could not be extended to include the error handling. PiperOrigin-RevId: 215238369
* | Name fusion parameters simply "param_X".Gravatar Mark Heffernan2018-10-01
| | | | | | | | | | | | | | | | Where "X" is the parameter number. Previously, fusion parameter names including the name of the original instruction which produced the value which was confusing. PiperOrigin-RevId: 215238171
* | Remove outdated integration test in preparation for update of ↵Gravatar Francois Chollet2018-10-01
| | | | | | | | | | | | keras_preprocessing. PiperOrigin-RevId: 215231309
* | Update documentation.Gravatar Shashi Shekhar2018-10-01
| | | | | | | | | | | | | | | | - Use absolute links instead of relative links. Relative links break when published on website. - Correct NNAPI abbreviation. PiperOrigin-RevId: 215225415
* | Move from deprecated self.test_session() to self.cached_session() or ↵Gravatar A. Unique TensorFlower2018-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | | self.session(). * Move from self.test_session(graph=ops.Graph(), ...) to self.session(...) (semantically equivalent). * Move from self.test_session() to self.cached_session(config=self.config) when run_in_graph_and_eager_modes(config=config) is set to be consistent between eager and non eager modes. self.test_session() has been deprecated in 9962eb5e84b15e309410071b06c2ed2d6148ed44 as its name confuses readers of the test. Moving to cached_session() instead which is more explicit about: * the fact that the session may be reused. * the session is not closed even when doing a "with self.test_session()" statement. PiperOrigin-RevId: 215216964
* | Merge pull request #22473 from wangsiyu:assign_in_part_varsGravatar TensorFlower Gardener2018-10-01
|\ \ | | | | | | | | | PiperOrigin-RevId: 215211485
* | | In TensorFlow configure, write the .tf_configure.bazelrc into the ↵Gravatar A. Unique TensorFlower2018-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --workspace path if provided. This allows repositories that depend on TensorFlow to execute 'bazel run @org_tensorflow//:configure -- --workspace $(pwd)' to configure TensorFlow. END_PUBLIC Before this change, the .tf_configure.bazelrc ended up in the bazel exec root, and 'bazel clean' would undo the configuration. PiperOrigin-RevId: 215209207
* | | Automated rollback of commit 3f4423fad57694bc8d7adc427d65e5a18c8592b2Gravatar A. Unique TensorFlower2018-10-01
| | | | | | | | | | | | PiperOrigin-RevId: 215200418
* | | Add allowed optimizations to GrapplerItem.Gravatar Eugene Zhulenev2018-10-01
| | | | | | | | | | | | | | | | | | (1) Skip UnaryOpComposition rewrite if the optimized graph needs to have a gradient registered for all nodes. PiperOrigin-RevId: 215188461
* | | Moves the creation of regularizer ops in get_variable out of surrounding ↵Gravatar A. Unique TensorFlower2018-10-01
| | | | | | | | | | | | | | | | | | | | | | | | context. This resembles the behaviour for initializer ops. PiperOrigin-RevId: 215187942
* | | [TF:XLA] Teach deadness analysis more of distributive property.Gravatar A. Unique TensorFlower2018-10-01
| | | | | | | | | | | | PiperOrigin-RevId: 215183847
* | | compat: Update forward compatibility horizon to 2018-10-01Gravatar A. Unique TensorFlower2018-10-01
| | | | | | | | | | | | PiperOrigin-RevId: 215179315
* | | [HloOrdering] Make parameter always defined before other instructions.Gravatar Yunxing Dai2018-09-30
| | | | | | | | | | | | | | | | | | | | | - Make parameter always defined before other instructions. - Add extra indentations to the predecessor field in ToString() method to make it clear. PiperOrigin-RevId: 215162840
* | | Merge pull request #22571 from Intel-tensorflow:agramesh/fix_mkl_sliceGravatar TensorFlower Gardener2018-09-30
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 215161850
* | | | Bump the version of protobuf TF pip package depends on.Gravatar Gunhan Gulsoy2018-09-30
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #21719 PiperOrigin-RevId: 215154273
* | | | Parallel_for: fix converters for some ops that don't support broadcasting.Gravatar A. Unique TensorFlower2018-09-30
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 215133508
* | | | Removing the setuptools upper limit.Gravatar Amit Patankar2018-09-30
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 215120867
* | | | compat: Update forward compatibility horizon to 2018-09-30Gravatar A. Unique TensorFlower2018-09-30
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 215109054
* | | | Remove workaround for symlinked headers.Gravatar A. Unique TensorFlower2018-09-29
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 215083669
* | | | Disable PinToHostOptimizer for NoOp.Gravatar A. Unique TensorFlower2018-09-29
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 215079134
* | | | CleanupGravatar A. Unique TensorFlower2018-09-29
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 215073641
* | | | Automated rollback of commit d78595d333c9b5c8a0705ba6852c08b107d6c462Gravatar A. Unique TensorFlower2018-09-29
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 215073584
* | | | compat: Update forward compatibility horizon to 2018-09-29Gravatar A. Unique TensorFlower2018-09-29
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 215048726
* | | | Make cuda_py_test create a gpu and cpu target.Gravatar A. Unique TensorFlower2018-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, we run tests on machines with GPUs based on the "gpu" tag, and the tests automatically adapt to whether a GPU is available. Creating two targets, one tagged with "gpu" and one not, will make us run the tests in both modes. PiperOrigin-RevId: 215045035
* | | | Make tf.contrib.crf compatible with TPUs by using utils.smart_cond instead ↵Gravatar A. Unique TensorFlower2018-09-28
| | | | | | | | | | | | | | | | | | | | | | | | of tf.cond, which allows the static shape to be propagated correctly when available. PiperOrigin-RevId: 215034102
* | | | Add learning_rates input to the SendTPUEmbeddingGradients op. This allows theGravatar A. Unique TensorFlower2018-09-28
| | | | | | | | | | | | | | | | | | | | | | | | learning rate to be modified at runtime. The implementation is not yet complete. PiperOrigin-RevId: 215030536
* | | | Fix bad reference to self._name in TPUEstimator infeed loop.Gravatar Russell Power2018-09-28
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 215029224
* | | | Move TPU variables to the TPU device in TPUStrategy.Gravatar Jonathan Hseu2018-09-28
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 215027511
* | | | Automated rollback of commit 70f071f7afb2deffddbd9937d7a76b1e1c0b2b75Gravatar Revan Sopher2018-09-28
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 215026418
* | | | Added flag to enable non-lazy Adam optimizer implementation for TPU embeddingsGravatar A. Unique TensorFlower2018-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (actual implementation is pending). Added comments with pointers to C++ implementations of optimizers. PiperOrigin-RevId: 215026002
* | | | Internal change.Gravatar Revan Sopher2018-09-28
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 215025019
* | | | Internal change.Gravatar Revan Sopher2018-09-28
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 215021487
* | | | Disable jemalloc, and remove its configuration option.Gravatar Gunhan Gulsoy2018-09-28
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 215020524
* | | | [TF] Fix incorrect type constraint on _VarHandlesOp kernel on GPU. The ↵Gravatar Peter Hawkins2018-09-28
| | | | | | | | | | | | | | | | | | | | | | | | kernel supports any combination of the dtypes, and does not need a separate kernel for each dtype. PiperOrigin-RevId: 215019812
* | | | [tf.data] Use `std::make_shared` as appropriate in `ParallelMapIterator`.Gravatar Derek Murray2018-09-28
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 215019058
* | | | Bunch of micro move optimizationsGravatar Piotr Padlewski2018-09-28
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 215018984
* | | | Synchronize open source and closed source build with regard to flex delegate.Gravatar Andrew Selle2018-09-28
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 215016968
* | | | Add option to disable initialization/shutdown of the TPU.Gravatar Russell Power2018-09-28
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 215016286
* | | | Internal changeGravatar A. Unique TensorFlower2018-09-28
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 215015490
* | | | Add a rewrite_config option to disable meta_optimizer.Gravatar A. Unique TensorFlower2018-09-28
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 215014737
* | | | [tf.data] Use Graph instead of GraphDef/FunctionDef for vectorization transformsGravatar Rachel Lim2018-09-28
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 215011835
* | | | [TF:XLA] Bump open source abseil revision to ↵Gravatar Benjamin Kramer2018-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 48cd2c3f351ff188bc85684b84a91b6e6d17d896 This has absl::flat_hash_map in it. PiperOrigin-RevId: 215011713