aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Add missing `watch` call to GradientTape documentation.Gravatar Akshay Agrawal2018-09-17
| | | | PiperOrigin-RevId: 213326503
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-17
| | | | | | | | self.test_session() has been deprecated in 9962eb5e84b15e309410071b06c2ed2d6148ed44 as its name confuses readers of the test. Moving to cached_session() instead which is more explicit about: * the fact that the session may be reused. * the session is not closed even when doing a "with self.test_session()" statement. PiperOrigin-RevId: 213326167
* Raise error on encountering bad indentation during Autograph parsing.Gravatar A. Unique TensorFlower2018-09-17
| | | | PiperOrigin-RevId: 213324570
* [XLA] Add ReduceWindow test.Gravatar Michael Kuperstein2018-09-17
| | | | PiperOrigin-RevId: 213322116
* GradientTape: Documentation formatting tweak.Gravatar Asim Shankar2018-09-17
| | | | PiperOrigin-RevId: 213318051
* [XLA] Allow adding extra instructions in HloComputation::CloneWithReplacementsGravatar Michael Kuperstein2018-09-17
| | | | PiperOrigin-RevId: 213316504
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-17
| | | | PiperOrigin-RevId: 213316034
* Do not segfault in Conv2d/3d if cuDNN version is too low.Gravatar Reed Wanderman-Milne2018-09-17
| | | | PiperOrigin-RevId: 213315830
* Numerics tweak to symmetric quantization.Gravatar Alan Chiao2018-09-17
| | | | PiperOrigin-RevId: 213314024
* Merge pull request #22264 from dave-msk:est_spec_metrics_ops_check_tensorGravatar TensorFlower Gardener2018-09-17
|\ | | | | | | PiperOrigin-RevId: 213311243
* | Fix and complete StreamExecutor's DoFusedConvolve:Gravatar Tim Shen2018-09-17
| | | | | | | | | | | | | | | | * bias_nd is set to have CUDNN_DATA_FLOAT, even though BiasType is not float. * double is supported but not exposed through the public interface. * DoFusedConvolveImpl has duplicated information in its template parameter list. PiperOrigin-RevId: 213308435
* | [Java]: Release 1.11.0-rc0Gravatar Asim Shankar2018-09-17
| | | | | | | | PiperOrigin-RevId: 213305616
* | Minor docstring change: update link to saved_model_cli.Gravatar Karmel Allison2018-09-17
| | | | | | | | PiperOrigin-RevId: 213296537
* | Increase tolerance in linalg_grad_test to fix #19935Gravatar Gunhan Gulsoy2018-09-17
| | | | | | | | | | | | Fixes #19935 PiperOrigin-RevId: 213286535
* | [tf.data] Adding support for `tf.data.AUTOTUNE` as a special value for the ↵Gravatar Jiri Simsa2018-09-17
| | | | | | | | | | | | | | | | `num_parallel_calls` argument of `tf.data.Dataset.map()`, `tf.data.Dataset.interleave()`, and `tf.contrib.data.map_and_batch()`. When `tf.data.AUTOTUNE` is specified, the level of parallelism is determined at runtime. The underlying mechanism instruments the input pipeline to build a performance model and then uses the model to find the optimal values for the parallelism knobs. PiperOrigin-RevId: 213283297
* | Removing unused code comment in AutoGraph error rewriting.Gravatar A. Unique TensorFlower2018-09-17
| | | | | | | | PiperOrigin-RevId: 213282302
* | Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-17
| | | | | | | | PiperOrigin-RevId: 213281730
* | Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-17
| | | | | | | | PiperOrigin-RevId: 213275003
* | README s/tensorflow.contrib/tensorflow.python/.Gravatar A. Unique TensorFlower2018-09-17
| | | | | | | | PiperOrigin-RevId: 213262445
* | [XLA:TF] Enable int8 and uint8 support in the bridge for CPU/GPUGravatar Benjamin Kramer2018-09-17
| | | | | | | | | | | | | | | | | | | | The test changes are awkward. None of these are XLA bugs, it's just that the op definitions in tensorflow are really inconsistent. I tried to infer whether the limitation is on signed types, index types or just arbitrary. In the latter case just int8/uint8 is blacklisted, we should probably lift that requirement at some point. PiperOrigin-RevId: 213243906
* | Merge pull request #22289 from wangsiyu:estimator_concat_fixGravatar TensorFlower Gardener2018-09-17
|\ \ | | | | | | | | | PiperOrigin-RevId: 213236122
* | | compat: Update forward compatibility horizon to 2018-09-17Gravatar A. Unique TensorFlower2018-09-17
| | | | | | | | | | | | PiperOrigin-RevId: 213234942
* | | Add fill to schema.Gravatar A. Unique TensorFlower2018-09-17
| | | | | | | | | | | | PiperOrigin-RevId: 213234759
* | | Implement ZerosLikeGravatar A. Unique TensorFlower2018-09-17
| | | | | | | | | | | | PiperOrigin-RevId: 213227615
* | | Merge pull request #22253 from yongtang:codeownersGravatar TensorFlower Gardener2018-09-16
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 213214616
* | | | Add ZerosLike to schema.Gravatar A. Unique TensorFlower2018-09-16
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 213212445
* | | | Improve TFLite iOS doc.Gravatar Yu-Cheng Ling2018-09-16
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 213210253
* | | | Fix some typos in the doc for XlaDynamicSliceGravatar Sanjoy Das2018-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | phawkins@ suggested these in cr/212715067 but I accidentally made the changes in another client. PiperOrigin-RevId: 213208811
* | | | Merge pull request #21149 from ↵Gravatar TensorFlower Gardener2018-09-16
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Intel-tensorflow:shaohua/fix_gcc6.3_build_link_issue PiperOrigin-RevId: 213208519
* | | | | Conditionally allow changing a non-fusion computation root_instruction shape.Gravatar A. Unique TensorFlower2018-09-16
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 213191899
* | | | | Introduce gmock matchers for TensorFlow nodesGravatar Sanjoy Das2018-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I need these to write readable unit tests for TF graph transformations. All of my use cases will live inside tensorflow/compiler so putting it in tensorflow/compiler/jit for now; but we can move these out if other users are interested. In the future we may want to auto-generate type safe versions of these from the op registrations like we generate C++ wrappers today. PiperOrigin-RevId: 213186810
* | | | | compat: Update forward compatibility horizon to 2018-09-16Gravatar A. Unique TensorFlower2018-09-16
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 213161736
* | | | | Merge pull request #22255 from wdirons:ppc64le_use_cuda92Gravatar TensorFlower Gardener2018-09-15
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 213128841
* | | | | | [TPU] Deprecate the computation_shape attribute to the TpuReplicate op in ↵Gravatar Peter Hawkins2018-09-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lieu of a new num_cores_per_replica. PiperOrigin-RevId: 213111326
* | | | | | compat: Update forward compatibility horizon to 2018-09-15Gravatar A. Unique TensorFlower2018-09-15
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 213100589
| | | | * | fix bug of lacking axis when using array.ops.concat in unwrap_and_concat ↵Gravatar wangsiyu2018-09-15
| | | | | | | | | | | | | | | | | | | | | | | | function
| | | | * | Merge pull request #1 from tensorflow/masterGravatar wangsiyu2018-09-15
| | | | |\ \ | |_|_|_|/ / |/| | | | | update to newest master
* | | | | | Make accessed variable ordering deterministic again when constructing defunsGravatar Allen Lavoie2018-09-14
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 213074939
* | | | | | Revert PR #21997: Fixes the formatting issue pointed out at #21762Gravatar James Qin2018-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It breaks. should be s/input_shape/inputs_shape. PiperOrigin-RevId: 213070141
* | | | | | Switch to Eigen::Index in Tensorflow kernels.Gravatar Eugene Zhulenev2018-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mixing index type doesn't work well with latest Eigen. PiperOrigin-RevId: 213067224
* | | | | | Makes tf.Variable arguments (non-captured) DT_RESOURCE function inputs.Gravatar Akshay Agrawal2018-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, tf.Variable arguments to a defun-d Python function were made captured inputs. This change makes it possible to parameterize functions on DT_RESOURCE inputs. PiperOrigin-RevId: 213064739
* | | | | | Fix spelling in error messageGravatar A. Unique TensorFlower2018-09-14
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 213062112
* | | | | | Fixed documentation of Optimizer.minimize() for eager mode to match behavior ↵Gravatar A. Unique TensorFlower2018-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of Optimizer.compute_gradients(). PiperOrigin-RevId: 213060585
* | | | | | Refactored some of the metrics code in compile function for better readability.Gravatar Pavithra Vijay2018-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Logic change: Moved getting metric name and function out of the training/eval loops in eager mode - Moved setting metric attributes on the model out the function which calls metric functions. PiperOrigin-RevId: 213060143
* | | | | | Disable flaky keras_test.Gravatar Gunhan Gulsoy2018-09-14
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 213053512
* | | | | | [TF:XLA] Remove special base case from BatchDot that has been redundant ever ↵Gravatar Peter Hawkins2018-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | since xla::DotGeneral was added. PiperOrigin-RevId: 213052269
* | | | | | Generalize TransformFilter method in preparation of NHWC Conv supportGravatar Smit Hinsu2018-09-14
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 213049674
* | | | | | Added TFE_OpSetAttrTensor() to eager C API.Gravatar Mingsheng Hong2018-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also added some experimental C APIs for facilitate the use of eager C APIs in S4TF compiler. PiperOrigin-RevId: 213041780
* | | | | | Disable flaky gpu_base_testGravatar Gunhan Gulsoy2018-09-14
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 213040362
* | | | | | Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-14
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 213037039