aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | | | | | [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
* | | | | | | Fix failing test.Gravatar Revan Sopher2018-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214875840
* | | | | | | Let feature columns correctly handle rank-1 sparse tensors from an empty batch.Gravatar A. Unique TensorFlower2018-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reshape can't determine the size of the last dimension when reshaping shape (0) to (0, 1). PiperOrigin-RevId: 214872677
* | | | | | | Merge pull request #21244 from smatzek:eager_in_fit_generatorGravatar TensorFlower Gardener2018-09-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214869987
* | | | | | | | Change test size as it has been timing out consistentlyGravatar Sourabh Bajaj2018-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214867453
* | | | | | | | Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2018-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214866490
* | | | | | | | Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214863042
* | | | | | | | [Java]: Release 1.11.0Gravatar Asim Shankar2018-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214862838
* | | | | | | | Remove testing non-core APIs from api_compatibility_test.Gravatar Michael Case2018-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some APIs are moving out of core TF repo. These APIs will have their own API compat tests. Adding flag --only_test_core_api=true which will not check for changes to non-core APIs. PiperOrigin-RevId: 214860984
* | | | | | | | Disable summary ops from lower-level xla.compile API rather than ↵Gravatar Yanan Cao2018-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | xla.estimator_model_fn PiperOrigin-RevId: 214860981
* | | | | | | | Merge pull request #22572 from NervanaSystems:fix-broken-unit-test-buildGravatar TensorFlower Gardener2018-09-27
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214860966
* | | | | | | | | Rename TFLite Extended -> TFLite FlexGravatar Yu-Cheng Ling2018-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214854303
* | | | | | | | | Support nested variants in CopyHostToDevice and CopyDeviceToHost.Gravatar Saurabh Saxena2018-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214853860
* | | | | | | | | Automated rollback of commit 750466c6e6624d279de7f9a43accd682d487509cGravatar Revan Sopher2018-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214853846
* | | | | | | | | Optimize ParseNodeNameAsStringPiece and related functions, since they are ↵Gravatar A. Unique TensorFlower2018-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the most costly functions in Grappler. PiperOrigin-RevId: 214853009
* | | | | | | | | [tf.data Introducing tf.data.Dataset.reduce() which reduces elements of a ↵Gravatar Jiri Simsa2018-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (finite) dataset to a single element. PiperOrigin-RevId: 214852364
* | | | | | | | | Support saving/restoring of string tensors with lengths greater than 2^32.Gravatar A. Unique TensorFlower2018-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214849978
* | | | | | | | | Automated rollback of commit 425e96f3ae4eb338268e3738260f9d79e4bdd893. ↵Gravatar A. Unique TensorFlower2018-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert #20539. PiperOrigin-RevId: 214849875
* | | | | | | | | [XLA] Use a result cache to speed up InstructionFusion::CanFuseOnAllPaths()Gravatar Yuanzhong Xu2018-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214848216
* | | | | | | | | Do not specify dilation rate to depthwise conv2d.Gravatar Suharsh Sivakumar2018-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214848057
* | | | | | | | | Added an experimental API for user to set an internal error status.Gravatar Mingsheng Hong2018-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/apple/swift/pull/19588/files#diff-923cd5ac82727b31d446c23641b3d749 for an example usage. Also removed an experimental API that's no longer needed. PiperOrigin-RevId: 214847132
* | | | | | | | | Update function registration with both inference function and ↵Gravatar Scott Zhu2018-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | forward/backward function pair. PiperOrigin-RevId: 214847027
* | | | | | | | | Fix heartbeat probing.Gravatar Russell Power2018-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214846488
* | | | | | | | | Updates Interpreter to be initialized with a MappedByteBuffer for backward ↵Gravatar A. Unique TensorFlower2018-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compatibility. PiperOrigin-RevId: 214843130
* | | | | | | | | Rename TFLite Eager delegate -> Flex delegateGravatar Yu-Cheng Ling2018-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214835588
* | | | | | | | | Migrate a few conv kernels to use new kernel signatures.Gravatar A. Unique TensorFlower2018-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214831837
* | | | | | | | | Enable worker heartbeat polling for all available workers.Gravatar Russell Power2018-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214831772
* | | | | | | | | Don't use tensorflow::Edge after freeing itGravatar Sanjoy Das2018-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Even with this bug we were accidentally doing the right thing (so the test case doesn't actually fail without the fix): deleting an Edge sets its input and output indices to kControlSlot-1 so we'd normally expect to fail when there is a control edge out of the TF cluster (because a control edge would be recognized as a data edge). But AddEdge(x, -1, y, -1) seems to do the right thing for both control and data edges. PiperOrigin-RevId: 214831204
| * | | | | | | | Fixed the broken unit testsGravatar avijit-nervana2018-09-27
|/ / / / / / / /
* | | | | | | | Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214824023