aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | | * | Move SimplifyAggregation to separate aggregation stage.Gravatar Eugene Zhulenev2018-06-05
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 199346067
| | | * | Clarifies how to pass training hooks to TPUEstimator in the docstring for ↵Gravatar Jianwei Xie2018-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TPUEstimator. PiperOrigin-RevId: 199341721
* | | | | Fix for Raspberry Pi build breakage (#19782)Gravatar Pete Warden2018-06-05
| | | | |
| | | * | Fixing typo in Subtract Kernel.Gravatar A. Unique TensorFlower2018-06-05
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 199340127
* | | | | Merge pull request #19781 from tensorflow/fix_adamaxGravatar Amit Patankar2018-06-05
|\ \ \ \ \ | |/ / / / |/| | | | Fixing the adamax_test rtol to be more lenient.
| | | * | Move ReplaceMulWithSquare to a separate optimizer stage.Gravatar Eugene Zhulenev2018-06-05
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 199338297
| | | * | Implementation of the symmetrically quantized LSTM TFLite Op.Gravatar A. Unique TensorFlower2018-06-05
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 199337082
| | | * | Extend and refactor reader_ops_testGravatar A. Unique TensorFlower2018-06-05
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 199335030
| | | * | Add core/util/exec_on_stall.h a tool for debugging deadlocks withGravatar A. Unique TensorFlower2018-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | less logging. PiperOrigin-RevId: 199334548
| | | * | Fix bug in which uncompiled tf.keras.Models cannot be savedGravatar Shanqing Cai2018-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This bug seems to be specific to tf.keras, i.e., it doesn't happen to keras. PiperOrigin-RevId: 199334073
* | | | | Merge pull request #19780 from tensorflow/change_orderGravatar Amit Patankar2018-06-05
|\ \ \ \ \ | | | | | | | | | | | | Change order of installations.
| | * | | | Fixing line too long.Gravatar Amit Patankar2018-06-05
| | | | | |
| | * | | | Fixing the adamax_test rtol to be more lenient.Gravatar Amit Patankar2018-06-05
| |/ / / / |/| | | |
| | | * | Do not enable tensor ops for cuDNN RNN unless explicitly specified.Gravatar A. Unique TensorFlower2018-06-05
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 199321021
| | | * | Respect name scopes opened in tower mode when creating vars in cross tower mode.Gravatar Anjali Sridhar2018-06-05
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 199319758
| * | | | Making setuptools the last install to ensure it's accurate.Gravatar Amit Patankar2018-06-05
| | | | |
| * | | | Change order of installations.Gravatar Amit Patankar2018-06-05
|/ / / /
| | * | Internal change.Gravatar Shashi Shekhar2018-06-05
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 199316885
| * | | Merge commit for internal changesGravatar Patrick Nguyen2018-06-05
|/| | | | |/ /
| * | Fix docstring formatting.Gravatar A. Unique TensorFlower2018-06-05
| | | | | | | | | | | | PiperOrigin-RevId: 199311231
| * | Edit error message to make it clear which yaml module you need.Gravatar Mark Daoust2018-06-05
| | | | | | | | | | | | PiperOrigin-RevId: 199310214
| * | Eliminate nested try/catch's in Distribution._call_prob and friends. These ↵Gravatar Christopher Suter2018-06-05
| | | | | | | | | | | | | | | | | | nested try/catches have the unintended effect of hiding any downstream NotImplementedErrors and replacing them with an earlier exception. PiperOrigin-RevId: 199308457
| * | Automated g4 rollback of changelist 199244092Gravatar Gunhan Gulsoy2018-06-05
| | | | | | | | | | | | PiperOrigin-RevId: 199308328
| * | Delete "RuntimeWarning" it is not having the intended effect.Gravatar Mark Daoust2018-06-05
| | | | | | | | | | | | | | | | | | These `RuntimeWarning` are being interpreted as arguments to the string formatting, raising "TypeError: not all arguments converted during string formatting" errors. PiperOrigin-RevId: 199307228
| * | Add computed receptive field parameters from popular convnets.Gravatar A. Unique TensorFlower2018-06-05
| | | | | | | | | | | | PiperOrigin-RevId: 199306977
| * | Expose `@tfe.run_all_tests_in_graph_and_eager_modes`.Gravatar Tom Hennigan2018-06-05
| | | | | | | | | | | | PiperOrigin-RevId: 199302255
| * | Address compiler warnings in tensorflow/core/distributed_runtime.Gravatar Derek Murray2018-06-05
| | | | | | | | | | | | PiperOrigin-RevId: 199299538
| * | Remove _USE_C_API staging from ops.py.Gravatar Skye Wanderman-Milne2018-06-05
| | | | | | | | | | | | PiperOrigin-RevId: 199298594
| * | Fix generated_zip_test failure caused by regex matching failures.Gravatar A. Unique TensorFlower2018-06-05
| | | | | | | | | | | | PiperOrigin-RevId: 199296333
| * | Remove test dependencies that are no longer needed.Gravatar Dan Moldovan2018-06-05
| | | | | | | | | | | | PiperOrigin-RevId: 199293694
| * | Handle scalar input to assert_equal in eager.Gravatar Tom Hennigan2018-06-05
| | | | | | | | | | | | PiperOrigin-RevId: 199274329
| * | Added missing backtick in tf.ones_like documentationGravatar A. Unique TensorFlower2018-06-05
| | | | | | | | | | | | PiperOrigin-RevId: 199262414
| * | Windows: Refactor bazel_test_lib.sh and common_env.shGravatar A. Unique TensorFlower2018-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed workaround for https://github.com/bazelbuild/bazel/issues/2182 since it's fixed - Removed setting CUDA related environment variables. Assume they are already set. If not, configure.py will set default values for them. - Removed obsolete variables for cc_test targets. PiperOrigin-RevId: 199256482
| * | [TF:XLA] Add method CreateNewModule to HloVerifiedTestBase, and remember all ↵Gravatar Dimitris Vardoulakis2018-06-04
| | | | | | | | | | | | | | | | | | created modules, to verify at TearDown. PiperOrigin-RevId: 199244092
| * | Resolve device names when passed into DistributionStrategy methods.Gravatar A. Unique TensorFlower2018-06-04
| | | | | | | | | | | | PiperOrigin-RevId: 199241723
| * | Enable XLA fusions as a Grappler optimization.Gravatar A. Unique TensorFlower2018-06-04
| | | | | | | | | | | | PiperOrigin-RevId: 199230907
* | | Merge pull request #19757 from av8ramit/branch_199194260Gravatar drpngx2018-06-04
|\ \ \ | | | | | | | | Branch 199194260
| | * | [XLA] Don't dump subgraphs twice in hlo_graph_dumper.Gravatar Justin Lebar2018-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Surprisingly a subgraph twice mostly worked. But it broke the rollover edge highlighting, and it also drew all the edges in the subgraph twice. PiperOrigin-RevId: 199221368
| | * | HloParser: use uint16 in U16 caseGravatar Yunxing Dai2018-06-04
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 199220422
* | | | Merge pull request #19708 from rongjiecomputer/patternGravatar Martin Wicke2018-06-04
|\ \ \ \ | | | | | | | | | | [XLA] Explicitly use ::xla::Layout
* | | | | Periodic resample operation gradients and optimization (#16520)Gravatar vchigrin2018-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement gradient of periodic resample operation. * Set fully defined output shape for periodic_resample when possible. * Speed up periodic_resample operation. Use incremental updates in index computation where possible. * Allow periodic_resample run on multiple CPU kernels. * Small refactoring. * Add test for periodic_resample shape inference. * Fix issues after review. * Add shape inference C++ test. * Code style fix
| | | * | Updated include path for internal protobuf implementation.Gravatar A. Unique TensorFlower2018-06-04
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 199216721
| | | * | Fix an floating point inaccuracy issue in ↵Gravatar A. Unique TensorFlower2018-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | precision_recall_at_equal_thresholds due to accumulating the tp/fp/tn/fn values in float32, which can become highly inaccurate as the number of values increases. In the common case, the method sums the value 1.0f to the tp/fp/tn/fn bucket for every value in the predictions tensor. If the tensor is large (say, it represents an image and we have one tp/fp/tn/fn value per pixel), then we are essentially adding many 1.0f's together, across the entire batch and also across all the batches. By doing it in float32 the value starts becoming inaccurate at around 16M, which is very small. In practice, we see a deviation of 100x when the total reaches about 3e10 (the previous code reports a number about 1e8 when the actual value should be 3e10). We avoid all these issues by always accumulating in float64. Also fix a bug that the method cannot be called with predictions dtype being anything other than float32. Preivously it would crash due to the eps code near the end. Added tests for using float64 and float16. PiperOrigin-RevId: 199216173
| | | * | Add TOKEN primitive type.Gravatar Mark Heffernan2018-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The token type will be threaded through side-effecting ops to order them. Subsequent cls will add new opcodes and change side effecting operations to support this ordering. This CL also does some cleanup in shape_util and layout_util where we have assumed that shapes are either arrays or tuples. PiperOrigin-RevId: 199215963
* | | | | Merge pull request #19649 from ↵Gravatar Martin Wicke2018-06-04
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | yongtang/19628-sequence_feature_column-normalizer_fn Add normalizer_fn support for sequence_numeric_column
| | | | * | Add support for kDomain parsing in HLO parser.Gravatar A. Unique TensorFlower2018-06-04
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 199208527
* | | | | | Merge pull request #19651 from yongtang/05282018-reduce_anyGravatar Martin Wicke2018-06-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix incorrect documentation for `tf.reduce_any`/`tf.reduce_all`
* \ \ \ \ \ \ Merge pull request #19753 from yongtang/15243-broadcast_toGravatar Martin Wicke2018-06-04
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Expose `tf.broadcast_to` op
| | | | | | * | More handle_data fixing.Gravatar Skye Wanderman-Milne2018-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm not sure why our existing tests didn't catch this... PiperOrigin-RevId: 199206183
| | | | | | * | nit: FlatBuffer -> FrozenGraphGravatar Suharsh Sivakumar2018-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 199205459