aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #20755 from aaroey:segmentor_fixGravatar TensorFlower Gardener2018-07-23
|\ | | | | | | PiperOrigin-RevId: 205728147
* \ Merge pull request #20736 from dimaxano:masterGravatar TensorFlower Gardener2018-07-23
|\ \ | | | | | | | | | PiperOrigin-RevId: 205727861
* | | Work around gfile.Glob's divergent behavior in different environments.Gravatar Goutham Bhat2018-07-23
| | | | | | | | | | | | PiperOrigin-RevId: 205725301
* | | Split textual headers off of ":android_all_ops" into ↵Gravatar Timon Van Overveldt2018-07-23
| | | | | | | | | | | | | | | | | | | | | | | | ":android_all_ops_textual_hdrs". Also add some missing includes. PiperOrigin-RevId: 205718290
* | | Update description of TPUEstimator.Gravatar A. Unique TensorFlower2018-07-23
| | | | | | | | | | | | PiperOrigin-RevId: 205714060
* | | Internal changeGravatar A. Unique TensorFlower2018-07-23
| | | | | | | | | | | | PiperOrigin-RevId: 205712557
* | | Add explicit "-lz" linkopt for Android selective registration targets.Gravatar Timon Van Overveldt2018-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | tensorflow/core/lib/io/zlib_inputstream.cc uses zlib, and hence, if a binary is compiled that uses any of the symbols in zlib_inputstream.cc, then the binary needs zlib's symbols to be available. One way to do that is to specify "-lz" as a linkopt, making the binary use the system's zlib library. PiperOrigin-RevId: 205710390
* | | Fix file paths.Gravatar Dan Moldovan2018-07-23
| | | | | | | | | | | | PiperOrigin-RevId: 205709394
* | | Add main script training sampler on 2D energy landscapes.Gravatar Xuechen Li2018-07-23
| | | | | | | | | | | | PiperOrigin-RevId: 205707483
* | | Fix ShapeUtil::CompatibleIgnoringElementType for opaque typesGravatar A. Unique TensorFlower2018-07-23
| | | | | | | | | | | | | | | | | | | | | | | | Previously we had an assymetric comparision when comparing an array type with an opaque type returning false for array vs opaque while true for opaque vs array. PiperOrigin-RevId: 205706477
* | | Use code blocks in the swap_ts and reroute_ts docstrings.Gravatar Dan Ringwalt2018-07-23
| | | | | | | | | | | | | | | | | | This makes the diagrams readable in the HTML documentation. PiperOrigin-RevId: 205703761
* | | Fix sanity. Adding future imports.Gravatar Yifei Feng2018-07-23
| | | | | | | | | | | | PiperOrigin-RevId: 205703315
* | | Extend random pool to work with arbitrarily nested tensor structures.Gravatar A. Unique TensorFlower2018-07-23
| | | | | | | | | | | | PiperOrigin-RevId: 205703156
* | | Change partial reconstruction loss in cyclegan_loss to the standard abs_diff.Gravatar Wesley Qian2018-07-23
| | | | | | | | | | | | PiperOrigin-RevId: 205702476
* | | Broaden dropped exception set in error handler in `transformer.Base.visit`.Gravatar A. Unique TensorFlower2018-07-23
| | | | | | | | | | | | | | | | | | | | | | | | Test with an example that breaks error reporting in said `transformer.Base.visit` without this change. (Admittedly, by directly calling `visit` and committing a type error in the API.) PiperOrigin-RevId: 205702348
* | | Fix improperly forwarded argument.Gravatar Russell Power2018-07-23
| | | | | | | | | | | | PiperOrigin-RevId: 205695945
* | | Allow clustering ControlTrigger nodesGravatar Sanjoy Das2018-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With b/111092066 fixed, we should be able to cluster ControlTrigger since all inputs to the XLA computation (and thus all inputs to every internal node) should be live and in that case ControlTrigger is a no-op. PRESUBMIT=passed FIXED=111570009 CC=brain-reviews DELTA=9 (0 added, 9 deleted, 0 changed) DELTA_BY_EXTENSION=cc=0 PiperOrigin-RevId: 205681775
* | | Automated rollback of commit 8048b3a53d5a919fef74874fcffbec9039e6acd1Gravatar Russell Power2018-07-23
| | | | | | | | | | | | PiperOrigin-RevId: 205679162
* | | Refactor imagenet configurations.Gravatar Xuechen Li2018-07-23
| | | | | | | | | | | | PiperOrigin-RevId: 205675401
* | | Automated rollback of commit aee128fb46f2721b07e5fa04ed6fac4b67963807. ↵Gravatar A. Unique TensorFlower2018-07-23
| | | | | | | | | | | | | | | | | | Revert #20746. PiperOrigin-RevId: 205675194
* | | Allow scalar inputs for toco and TFLite zip testsGravatar Jared Duke2018-07-23
| | | | | | | | | | | | PiperOrigin-RevId: 205674334
* | | Fix meaningless "const" on return type.Gravatar James Keeling2018-07-23
| | | | | | | | | | | | | | | | | | Because this file is included in lots of places, this generates a large number of warnings during compilation. PiperOrigin-RevId: 205673744
* | | Specify minSdkVersion/targetSdkVersion in library manifestsGravatar Jared Duke2018-07-23
| | | | | | | | | | | | PiperOrigin-RevId: 205673447
* | | Use a error rendezvous wrapper to capture infeed/outfeed/training session ↵Gravatar Russell Power2018-07-23
| | | | | | | | | | | | | | | | | | errors. PiperOrigin-RevId: 205672414
* | | [XLA] Don't call into the allocator for 0 byte allocationsGravatar Sanjoy Das2018-07-23
| | | | | | | | | | | | | | | | | | | | | This makes it obvious that XLA does not depend on an allocator returning non-nullptr for zero sized allocations. PiperOrigin-RevId: 205672174
* | | Destroy tf.Session when the session is closed.Gravatar Russell Power2018-07-23
| | | | | | | | | | | | | | | | | | | | | | | | Previously session destruction was delayed until the destructor for the Python session object. If the session ends up requiring the Python cycle collector for deallocation, it could end up persisting for a long, non-deterministic period. This can tie up resources and lead to out of memory issues. This change introduces a SessionRef which causes session.close() to block until all outstanding run operations are finished and tears down the underlying session. PiperOrigin-RevId: 205670577
* | | Default .inputs .outputs of Network should be [] otherwise ↵Gravatar Sergio Guadarrama2018-07-23
| | | | | | | | | | | | | | | | | | uses_learning_phase fails. PiperOrigin-RevId: 205667812
* | | Merge pull request #21017 from Red-Portal:masterGravatar TensorFlower Gardener2018-07-23
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 205666185
| | | * Fix segment_test build dependency.Gravatar gracehoney2018-07-23
| | | |
* | | | [XLA:GPU] Make sure that buffers for tuple() have a unique top-level allocationGravatar Benjamin Kramer2018-07-23
| | | | | | | | | | | | | | | | | | | | | | | | There are edge cases where a top-level allocation exists but it's ambiguous. PiperOrigin-RevId: 205665320
* | | | Delegate L2Norm to nnapi.Gravatar A. Unique TensorFlower2018-07-23
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 205661557
* | | | Add C API for kernel infoGravatar James Keeling2018-07-23
| | | | | | | | | | | | | | | | | | | | | | | | This is part of the work to make available kernels possible to query, to support Swift For TensorFlow. There are also a number of github issues asking for the functionality. PiperOrigin-RevId: 205660862
* | | | Add GetFilteredRegisteredKernels and refactorGravatar James Keeling2018-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GetFilteredRegisteredKernels makes it easier for users to query at runtime which kernels are available which match some predicate. The most common usage will be querying which kernels are available for a given op, so we add the specialized GetRegisteredKernelsForOp. This is part of the work to make available kernels possible to query, to support Swift For TensorFlow. There are also a number of github issues asking for the functionality. I will add C API and Python API support in upcoming changes. PiperOrigin-RevId: 205656251
* | | | [XLA:CPU,GPU] Implement more cases of convertGravatar David Majnemer2018-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds support for {S32,U32,F32} -> PRED and adds test for several other cases as well. PiperOrigin-RevId: 205650630
* | | | Add support for `is_tensor_like` property to DistributedValues and add ↵Gravatar Anjali Sridhar2018-07-22
| | | | | | | | | | | | | | | | | | | | | | | | support for calling `assign` on TowerLocalVariables. PiperOrigin-RevId: 205595323
* | | | Add synchronization and aggregation arguments to variable creation methods ↵Gravatar Yuefeng Zhou2018-07-22
| | | | | | | | | | | | | | | | | | | | | | | | in contrib/layers. PiperOrigin-RevId: 205588849
* | | | [tf.data / Bigtable] Renamed BigTable class to BigtableTable for clarityGravatar Misha Brukman2018-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes the confusion between BigTable and Bigtable naming. Also cleaned up all other uses of BigTable in error messages. PiperOrigin-RevId: 205586899
* | | | Use paramaterized tests in `train_test.py`.Gravatar A. Unique TensorFlower2018-07-22
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 205555784
| | | * Fix formatting issuesGravatar gracehoney2018-07-21
| | | |
* | | | Add function crf_multitag_sequence_score which enables calculating scores ↵Gravatar A. Unique TensorFlower2018-07-21
| | | | | | | | | | | | | | | | | | | | | | | | with more than one tag at each index. PiperOrigin-RevId: 205551004
* | | | [tf.data / Bigtable] Document use of the Cloud Bigtable APIGravatar Brennan Saeta2018-07-21
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 205530581
* | | | Support while ops to be CSEd in HLO. Do so if they have same bodies, conditions,Gravatar A. Unique TensorFlower2018-07-21
| | | | | | | | | | | | | | | | | | | | | | | | and init conditions. PiperOrigin-RevId: 205524367
| * | | fixed build error on gcc-7Gravatar Ray Kim2018-07-21
|/ / /
* | | Merge pull request #21012 from gunan:win_fix_typoGravatar TensorFlower Gardener2018-07-21
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 205501735
* | | | Add a simple test for benchmark.Gravatar Shashi Shekhar2018-07-20
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 205497641
* | | | Merge pull request #20970 from yongtang:20247-or-toolsGravatar TensorFlower Gardener2018-07-20
|\ \ \ \ | | | | | | | | | | | | | | | PiperOrigin-RevId: 205497452
| | * | | Fix more typos.Gravatar Gunhan Gulsoy2018-07-20
| | | | |
* | | | | Enable a few oss profiler tests.Gravatar Shashi Shekhar2018-07-20
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 205495906
* | | | | Exclude (some) tensorrt tests from mac build and cuda_on_cpu build.Gravatar Guangda Lai2018-07-20
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 205494168
| | * | | Fix typo in windows build scripts.Gravatar Gunhan Gulsoy2018-07-20
| |/ / / |/| | |