aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Changed FusedBatchNorm and FusedBatchNormGrad to use allowed_values for ↵Gravatar A. Unique TensorFlower2018-09-26
| | | | | | data_format attr. PiperOrigin-RevId: 214608039
* Refactoring of nest value getters.Gravatar A. Unique TensorFlower2018-09-26
| | | | PiperOrigin-RevId: 214587760
* Automated rollback of commit 7229d08f0b25e24e6dd4833a94a27f404b27a350Gravatar Gunhan Gulsoy2018-09-26
| | | | PiperOrigin-RevId: 214575129
* compat: Update forward compatibility horizon to 2018-09-26Gravatar A. Unique TensorFlower2018-09-26
| | | | PiperOrigin-RevId: 214574383
* Fixes for building with CUDA on ppc64le.Gravatar Gunhan Gulsoy2018-09-26
| | | | PiperOrigin-RevId: 214569615
* Adds a build flag to enable MKL (mkl_enabled=true).Gravatar A. Unique TensorFlower2018-09-25
| | | | PiperOrigin-RevId: 214557082
* Allow subslicing Tensors with a single dimension.Gravatar A. Unique TensorFlower2018-09-25
| | | | PiperOrigin-RevId: 214553359
* [XLA] In HloEvaluator, fix an issue where the return type and native type ↵Gravatar Kay Zhu2018-09-25
| | | | | | are assumed to be the same for HandleImag and HandleReal, when in fact they should be float and complex64 (or float for HandleReal's case), respectively. PiperOrigin-RevId: 214548051
* Switching Distribution strategies to use MultiDeviceIterator. Currently only ↵Gravatar Rohan Jain2018-09-25
| | | | | | | | supported in Graph mode using initializable iterators. In a subsequent change, we'll add in support for Eager mode as well. This removes prefetching_ops_v2 code. PiperOrigin-RevId: 214546754
* Remove integer dtypes from Soft{plus,sign} OpDefs.Gravatar Todd Wang2018-09-25
| | | | | | | These ops were never intended to support integer dtypes, and the OpKernels have already been removed in a previous patch. PiperOrigin-RevId: 214542750
* Set step_id in Executor Args to the step_id generated in MasterSession.Gravatar Ayush Dubey2018-09-25
| | | | PiperOrigin-RevId: 214542049
* Update BUILD files so that Estimator code depends on TF thru tf_no_contrib.Gravatar Michael Case2018-09-25
| | | | PiperOrigin-RevId: 214541221
* Support dynamic LR for Keras optimizer by setting the global Keras session.Gravatar A. Unique TensorFlower2018-09-25
| | | | PiperOrigin-RevId: 214532827
* Reland "Add Interpreter.Options Java API for interpreter configuration"Gravatar Jared Duke2018-09-25
| | | | | | | | The original CL broke the InterpreterTest due to use of a newly deprecated API. This has been fixed, and deprecated API usage in the samples has also been updated. PiperOrigin-RevId: 214532691
* Fix dynamic kernels dependencies for python build and test rules.Gravatar Gunhan Gulsoy2018-09-25
| | | | | | | | Bazel does not allow python rules to directly depend on c++ rules. So I have to separately manage static dependencies, unfortunately avoiding "kernels" option for now. PiperOrigin-RevId: 214532631
* [XLA:GPU] Pad convolution features of size 3 up to 4.Gravatar Justin Lebar2018-09-25
| | | | PiperOrigin-RevId: 214532043
* Add a caveat about using early stopping library in distributed mode.Gravatar Goutham Bhat2018-09-25
| | | | PiperOrigin-RevId: 214528768
* Remove unneeded locks in session logging.Gravatar Russell Power2018-09-25
| | | | PiperOrigin-RevId: 214521486
* Add a new pass after convolution rewriter and pad insertion, to patternGravatar Tim Shen2018-09-25
| | | | | | match convolution forward + relu. PiperOrigin-RevId: 214521083
* Update tb-nightly dep to >= 1.12.0a0, < 1.13.0a0Gravatar Nick Felt2018-09-25
| | | | | | Synchronize tf-nightly dep on current tb-nightly: https://pypi.org/project/tb-nightly/1.12.0a20180925/ PiperOrigin-RevId: 214521033
* Automated rollback of commit 20c71535c5f1ed1d918d6cc6e327ffbba49ecbd6Gravatar Anna R2018-09-25
| | | | PiperOrigin-RevId: 214519671
* Optimize function before functionalization.Gravatar Tong Shen2018-09-25
| | | | PiperOrigin-RevId: 214515610
* Move the correlation matrix volumes computation for testing the LKJ ↵Gravatar Alexey Radul2018-09-25
| | | | | | | | distribution from tf/contrib to tfp. Relevant to tensorflow/tensorflow#21909 PiperOrigin-RevId: 214511101
* Internal change.Gravatar Nupur Garg2018-09-25
| | | | PiperOrigin-RevId: 214507546
* Bug fix for OpOutputPortIdToArgId, include type_list_attr.Gravatar A. Unique TensorFlower2018-09-25
| | | | PiperOrigin-RevId: 214505566
* Merge pull request #22491 from NervanaSystems:ngraph-version-updateGravatar TensorFlower Gardener2018-09-25
|\ | | | | | | PiperOrigin-RevId: 214504400
* | Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2018-09-25
| | | | | | | | PiperOrigin-RevId: 214499338
* | Fix documentationGravatar A. Unique TensorFlower2018-09-25
| | | | | | | | PiperOrigin-RevId: 214499034
* | [tf.data] Adding a private method for (recursively) tracking dataset inputs.Gravatar Jiri Simsa2018-09-25
| | | | | | | | PiperOrigin-RevId: 214495925
* | Add outputs and target cross replica concat, so each core sees the same ↵Gravatar Jianwei Xie2018-09-25
| | | | | | | | | | | | output and targets and produces the same loss and metrics. PiperOrigin-RevId: 214494877
* | Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-09-25
| | | | | | | | PiperOrigin-RevId: 214493515
* | Optimize Resnet-50 infeed pipeline by adding sharding and cache.Gravatar A. Unique TensorFlower2018-09-25
| | | | | | | | PiperOrigin-RevId: 214489904
* | [XLA] Avoid recursion in global decreasing size best-fit heap.Gravatar Yuanzhong Xu2018-09-25
| | | | | | | | PiperOrigin-RevId: 214489542
* | Fix memory leaks of Var objects in the XlaCompileOnDemandOp and ↵Gravatar Derek Murray2018-09-25
| | | | | | | | | | | | SnapshotResourceVariables function. PiperOrigin-RevId: 214488033
* | - Upgrade flatbuffer schema and flatbuffer versions.Gravatar Shashi Shekhar2018-09-25
| | | | | | | | | | | | | | | | - Update the flatbuffer download URL to use a pinned version. - Had to provide a mirror url that doesn't exist, since it is required by the validation flow, the flatbuffer version will be added later. PiperOrigin-RevId: 214487576
* | - Add a doc for performance tips.Gravatar Shashi Shekhar2018-09-25
| | | | | | | | | | | | - Move the benchmarks doc to a different file. PiperOrigin-RevId: 214483393
* | Add "encoding" attribute to string length op, which controls how "string ↵Gravatar A. Unique TensorFlower2018-09-25
| | | | | | | | | | | | | | | | | | | | length" is defined: * BYTE: The number of bytes in each string. (Default) * UTF8: The number of UTF-8 encoded Unicode code points in each string. RELNOTES: Add option to calculate string length in Unicode characters PiperOrigin-RevId: 214478470
* | [TF TensorArray] TensorSetZero supports bool types.Gravatar Eugene Brevdo2018-09-25
| | | | | | | | PiperOrigin-RevId: 214478085
* | Temporarily disable float16 tests in depthwise_conv_op_test. They seem to be ↵Gravatar Anna R2018-09-25
| | | | | | | | | | | | failing when running with P100. PiperOrigin-RevId: 214477405
* | Fix keras_support.tpu_model example usages.Gravatar Ruoxin Sang2018-09-25
| | | | | | | | PiperOrigin-RevId: 214476713
* | [TF:XLA] Bump open source llvm revision to r342977Gravatar Sanjoy Das2018-09-25
| | | | | | | | PiperOrigin-RevId: 214476625
* | Skip translations for API docs: site and subsitesGravatar Billy Lamberta2018-09-25
| | | | | | | | | | | | Add translation.yaml config for site PiperOrigin-RevId: 214473776
* | Automated rollback of commit 954d6a0ace9b96cdd54659b99e9378a1138a7266Gravatar Jared Duke2018-09-25
| | | | | | | | PiperOrigin-RevId: 214463446
* | Merge pull request #21509 from facaiy:ENH/feature_importances_for_boosted_treeGravatar TensorFlower Gardener2018-09-25
|\ \ | | | | | | | | | PiperOrigin-RevId: 214462540
* | | Keep only weak references to TensorFlow Optimizer objects in tf.kerasGravatar Allen Lavoie2018-09-25
| | | | | | | | | | | | | | | | | | I don't think this annoyed anyone else yet, it's just a nit I noticed while making sure variables can be garbage collected when tracked via tf.keras. PiperOrigin-RevId: 214462105
* | | Flesh out TFLite Android sample docsGravatar Jared Duke2018-09-25
| | | | | | | | | | | | PiperOrigin-RevId: 214461578
* | | [XLA] Make HloComputation::instruction_count() constant-time.Gravatar Michael Kuperstein2018-09-25
| | | | | | | | | | | | | | | | | | | | | * Use a FlatMap for instruction_iterators_, and actually remove elements from it (which is cheap for a FlatMap). * Use the size of the map (which is O(1)) rather than the size of the list (which is O(n)) for instruction_count(). PiperOrigin-RevId: 214459259
* | | Add Interpreter.Options Java API for interpreter configurationGravatar Jared Duke2018-09-25
| | | | | | | | | | | | PiperOrigin-RevId: 214451901
* | | Fix a bug in debug_stripper.Gravatar Jingyue Wu2018-09-25
| | | | | | | | | | | | | | | | | | AsControlDependency accepts a node name not a tensor name. PiperOrigin-RevId: 214451885
* | | Allow empty arrays to occur as the first input to the concat op.Gravatar A. Unique TensorFlower2018-09-25
| | | | | | | | | | | | | | | | | | | | | The conversion process fails for graphs that use tf.boolean_mask(..., axis=0) -- this op calls tf.concat with an empty array as the first argument. PiperOrigin-RevId: 214451470