aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | | | | 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
* | | | | fix broken tests.Gravatar A. Unique TensorFlower2018-09-28
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 215010842
* | | | | Internal changes only.Gravatar A. Unique TensorFlower2018-09-28
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 215009955
* | | | | Add documentation of the ownership semantics to ↵Gravatar Derek Murray2018-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | {Lookup,Create,LookupOrCreate}Resource(). PiperOrigin-RevId: 215008650
* | | | | Internal change.Gravatar Anna R2018-09-28
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 215005698
* | | | | [tf.data] Merged contrib.data's DatasetTestBase with the DatasetTestBase in ↵Gravatar Rachel Lim2018-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | core (and added that as a base class for all the contrib tests). Also changed the assertDatasetsEqual functions so they are both graph and eager compatible (took the code from CSVDatasetTest) :) PiperOrigin-RevId: 215004892
* | | | | Handle noinline gradient function in control flow functionalization.Gravatar Tong Shen2018-09-28
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 215003704
* | | | | Adding FeatureColumn V2 support for linear canned estimators.Gravatar Rohan Jain2018-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since we now have support for FeatureColumnV2 for both DNN and Linear models, adding tests for the combined canned estimators as well. PiperOrigin-RevId: 215002573
* | | | | Copy shape into CollectiveParams only once per CollectiveReduce kernel.Gravatar Ayush Dubey2018-09-28
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214997213
* | | | | Update hooks for distributed jobs with a master node, to ensure thatGravatar A. Unique TensorFlower2018-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | summaries are written at the correct interval for jobs with long-running evaluations. PiperOrigin-RevId: 214993119
* | | | | Introduce the abstraction of RunHandler which each DirectSession can use forGravatar A. Unique TensorFlower2018-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the duration of a single RunInternal() call from RunHandlerPool. It is used for running inter-op closures with a global scheduler (which in the future) to improve both median and tail latency (for use-cases like CPU inference). In the case that global pools aren't used, this change should be a no-op. PiperOrigin-RevId: 214992852
* | | | | Automated rollback of commit 7f1d70d97f543d69a9f02cd6df0964f22f9278f3Gravatar Rohan Jain2018-09-28
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214989908
* | | | | Do not pass in the bazel default toolchain via extra_toolchains.Gravatar A. Unique TensorFlower2018-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this the default toolchain is used for a subset of the build and the tests do not actually run on GPUs. This uncovered a setup problem in the Docker image that needed fixing. PiperOrigin-RevId: 214987676
* | | | | Internal change.Gravatar A. Unique TensorFlower2018-09-28
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214986756
* | | | | Internal changeGravatar A. Unique TensorFlower2018-09-28
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214986255
* | | | | CleanupGravatar A. Unique TensorFlower2018-09-28
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214985873
* | | | | Merge pull request #22324 from Intel-tensorflow:fix_typo_envGravatar TensorFlower Gardener2018-09-28
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214983237
* | | | | | Simplify batch_dot logicGravatar Shanqing Cai2018-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove dead logical branch. PiperOrigin-RevId: 214980627
* | | | | | Add flag for enabling while_v2.Gravatar Saurabh Saxena2018-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a single test flag for enabling v2 control flow in tests since we do not plan to support v2 ops with legacy control flow. We have 2 test decorators now: @with_control_flow_v2: Enables all tests in a class to run with v2 control flow. @disable_control_flow_v2: Disables a test function from running in v2. I have removed the skiptests to avoid setup/teardown overheads. Enable tests in control_flow_ops_py_test that run with control_flow_v2. PiperOrigin-RevId: 214980108
* | | | | | Puts the keras optimizer weights on device.Gravatar Jianwei Xie2018-09-28
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214974535
* | | | | | internal change onlyGravatar A. Unique TensorFlower2018-09-28
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214967868
* | | | | | Remove @{} api_links and ban "@{}" from python and md files.Gravatar Mark Daoust2018-09-28
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214964988
* | | | | | [tf.data] Referencing an internal issue.Gravatar Jiri Simsa2018-09-28
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214964640
* | | | | | [tf.data] Throws appropriate error while trying to checkpoint input pipeline ↵Gravatar Shivani Agrawal2018-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with associated stats_aggregator. PiperOrigin-RevId: 214961678
* | | | | | Disable auto_shard for MirroredStrategy by default.Gravatar Yuefeng Zhou2018-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We will re-enable it when it is more robust. PiperOrigin-RevId: 214956066
* | | | | | Updating the V2 variables API for boosted_trees.Gravatar A. Unique TensorFlower2018-09-28
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214952666
* | | | | | Roll-forward of CL 214320700: Split up SPARSE_DEPS, adding each individual ↵Gravatar A. Unique TensorFlower2018-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dependency only to the sparse operators that need it. Automated rollback of commit 120620caf23a044b8aa2db6ba5984384ec936009 PiperOrigin-RevId: 214950946
* | | | | | Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2018-09-28
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214949709
* | | | | | Simplify eager/graph Layer.losses conditionalsGravatar Allen Lavoie2018-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes an issue where losses created while executing eagerly were returned as unevaluated lambdas in a defun. Lazily evaluates Layer losses by default when possible. Even when graph building this is generally a better thing to do (e.g. losses called in a while_loop). Allows calls to Layer.add_loss when executing eagerly, but only for losses which are not conditional on inputs (no activity regularizers). PiperOrigin-RevId: 214947108
* | | | | | Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-09-28
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214946257