aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | | | 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
* | | | | [TF:XLA] Add comment explaining why there is no PrimitiveTypeToDataType ↵Gravatar Peter Hawkins2018-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | function. PiperOrigin-RevId: 214945748
* | | | | Build TF with XLA support by default.Gravatar Todd Wang2018-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Building binaries with XLA support does not enable it by default, it simply makes it accessible via default binary builds. PiperOrigin-RevId: 214942824
* | | | | internal change onlyGravatar A. Unique TensorFlower2018-09-28
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214941829
* | | | | [tf.data] Move `tf.contrib.data` C++ code to a core "experimental" directory.Gravatar Derek Murray2018-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOTE: All ops and kernels previously previously defined in tensorflow/contrib/data have had their name prefixed with "Experimental" to indicate that they are not (yet) stable, and thus not subject to backwards or forwards compatibility guarantees. PiperOrigin-RevId: 214940819
* | | | | Fix a latex render nitGravatar Brian Patton2018-09-28
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214940748
* | | | | Fixing a couple of small bugs with the multi device iterator having to dealGravatar Rohan Jain2018-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with the case when the background thread terminated because the iterator finished and yet some other requests were coming in. 1. The GetNextFromShard would see an empty buffer and return cancelled instead of OutOfRange errors 2. On shutdown, we weren't calling all the pending callbacks. Tested with runs_per_test=5000 PiperOrigin-RevId: 214939274
* | | | | Allow testManyCPUs to encounter non-CPU devices.Gravatar Todd Wang2018-09-28
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214932861
| | | * | remove slashGravatar wangsiyu2018-09-28
| | | | |
* | | | | compat: Update forward compatibility horizon to 2018-09-28Gravatar A. Unique TensorFlower2018-09-28
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214904795
* | | | | InternalGravatar A. Unique TensorFlower2018-09-28
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214895147
* | | | | Fix error that occurs when attempting to use TensorFlow optimizers with ↵Gravatar Anjali Sridhar2018-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keras and DistributionStrategy PiperOrigin-RevId: 214890580
* | | | | Remove AWS, GCP, Kafka and HDFS options from configure. Make them default onGravatar Gunhan Gulsoy2018-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for supported operating systems. PiperOrigin-RevId: 214886845
* | | | | Run buildifier on workspace.bzl.Gravatar Gunhan Gulsoy2018-09-27
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214886657
* | | | | Kernel signature reworking, remove Dims from tensor functions.Gravatar A. Unique TensorFlower2018-09-27
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214883775
* | | | | Allowing source_device to be set to /cpu:0 for multi device iterator in ↵Gravatar Rohan Jain2018-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | distribution strategies. That is always the appropriate option. In the existing code, we would set it to a partially specified "worker" name that was ambiguous and end up on the GPU. PiperOrigin-RevId: 214882658
* | | | | Creating a LinearModel that works with V2 feature columns.Gravatar Rohan Jain2018-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In subsequent change I'll change canned estimators to support FeatureColumn V2 and use this LinearModel. PiperOrigin-RevId: 214882241
* | | | | Move obsolete kernel code to legacy files.Gravatar A. Unique TensorFlower2018-09-27
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214879388
* | | | | Adding to tpu_lib depenencies to optimization_parameters_py, ↵Gravatar Daryl Ng2018-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tpu_embedding_configuration_py, and tpu_embedding_output_layout_py. PiperOrigin-RevId: 214879168
* | | | | Keras Lambda - enhancements to output_shape computationGravatar A. Unique TensorFlower2018-09-27
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214878428
* | | | | Fix visibilityGravatar Mark Daoust2018-09-27
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214878220
* | | | | Merge pull request #22521 from freedomtan:benchmark_model_doc_androidGravatar TensorFlower Gardener2018-09-27
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214877195