aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | 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
* | 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