aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Add api_docs_relpath option.Gravatar Mark Daoust2018-09-17
* Fix _check_is_tensor like _check_is_tensor_or_operation was fixed in #22264.Gravatar A. Unique TensorFlower2018-09-17
* Add benchmarks comparing Mkl vs Default Conv2D ops.Gravatar Eugene Zhulenev2018-09-17
* Fix testing bug where partitioned primals wasn't actually being tested (const...Gravatar Eddie Zhou2018-09-17
* Merge pull request #22061 from perfinion:install_headersGravatar TensorFlower Gardener2018-09-17
|\
* | Keep only weak references to variables in graph functionsGravatar Allen Lavoie2018-09-17
* | Use a single thread in eager if inter_op_parallelism_threads isn't specified.Gravatar Akshay Modi2018-09-17
* | Improve the error messages in custom_export_strategy.Gravatar A. Unique TensorFlower2018-09-17
* | Tweak test tolerance in segment_reduction_ops_test.py, which is otherwise flaky.Gravatar A. Unique TensorFlower2018-09-17
* | Compute `axes` and `free` statically during graph creation.Gravatar A. Unique TensorFlower2018-09-17
* | Add support for predicting models with learning_phase.Gravatar Jianwei Xie2018-09-17
* | Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-17
* | Add missing `watch` call to GradientTape documentation.Gravatar Akshay Agrawal2018-09-17
* | Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-17
* | Raise error on encountering bad indentation during Autograph parsing.Gravatar A. Unique TensorFlower2018-09-17
* | [XLA] Add ReduceWindow test.Gravatar Michael Kuperstein2018-09-17
* | GradientTape: Documentation formatting tweak.Gravatar Asim Shankar2018-09-17
* | [XLA] Allow adding extra instructions in HloComputation::CloneWithReplacementsGravatar Michael Kuperstein2018-09-17
* | Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-17
* | Do not segfault in Conv2d/3d if cuDNN version is too low.Gravatar Reed Wanderman-Milne2018-09-17
* | Numerics tweak to symmetric quantization.Gravatar Alan Chiao2018-09-17
* | Merge pull request #22264 from dave-msk:est_spec_metrics_ops_check_tensorGravatar TensorFlower Gardener2018-09-17
|\ \
* | | Fix and complete StreamExecutor's DoFusedConvolve:Gravatar Tim Shen2018-09-17
* | | [Java]: Release 1.11.0-rc0Gravatar Asim Shankar2018-09-17
* | | Minor docstring change: update link to saved_model_cli.Gravatar Karmel Allison2018-09-17
* | | Increase tolerance in linalg_grad_test to fix #19935Gravatar Gunhan Gulsoy2018-09-17
* | | [tf.data] Adding support for `tf.data.AUTOTUNE` as a special value for the `n...Gravatar Jiri Simsa2018-09-17
* | | Removing unused code comment in AutoGraph error rewriting.Gravatar A. Unique TensorFlower2018-09-17
* | | Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-17
* | | Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-17
* | | README s/tensorflow.contrib/tensorflow.python/.Gravatar A. Unique TensorFlower2018-09-17
* | | [XLA:TF] Enable int8 and uint8 support in the bridge for CPU/GPUGravatar Benjamin Kramer2018-09-17
* | | Merge pull request #22289 from wangsiyu:estimator_concat_fixGravatar TensorFlower Gardener2018-09-17
|\ \ \
* | | | compat: Update forward compatibility horizon to 2018-09-17Gravatar A. Unique TensorFlower2018-09-17
* | | | Add fill to schema.Gravatar A. Unique TensorFlower2018-09-17
* | | | Implement ZerosLikeGravatar A. Unique TensorFlower2018-09-17
* | | | Merge pull request #22253 from yongtang:codeownersGravatar TensorFlower Gardener2018-09-16
|\ \ \ \
* | | | | Add ZerosLike to schema.Gravatar A. Unique TensorFlower2018-09-16
* | | | | Improve TFLite iOS doc.Gravatar Yu-Cheng Ling2018-09-16
* | | | | Fix some typos in the doc for XlaDynamicSliceGravatar Sanjoy Das2018-09-16
* | | | | Merge pull request #21149 from Intel-tensorflow:shaohua/fix_gcc6.3_build_link...Gravatar TensorFlower Gardener2018-09-16
|\ \ \ \ \
* | | | | | Conditionally allow changing a non-fusion computation root_instruction shape.Gravatar A. Unique TensorFlower2018-09-16
* | | | | | Introduce gmock matchers for TensorFlow nodesGravatar Sanjoy Das2018-09-16
* | | | | | compat: Update forward compatibility horizon to 2018-09-16Gravatar A. Unique TensorFlower2018-09-16
* | | | | | Merge pull request #22255 from wdirons:ppc64le_use_cuda92Gravatar TensorFlower Gardener2018-09-15
|\ \ \ \ \ \
* | | | | | | [TPU] Deprecate the computation_shape attribute to the TpuReplicate op in lie...Gravatar Peter Hawkins2018-09-15
* | | | | | | compat: Update forward compatibility horizon to 2018-09-15Gravatar A. Unique TensorFlower2018-09-15
| | | | * | | fix bug of lacking axis when using array.ops.concat in unwrap_and_concat func...Gravatar wangsiyu2018-09-15
| | | | * | | Merge pull request #1 from tensorflow/masterGravatar wangsiyu2018-09-15
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | |
* | | | | | | Make accessed variable ordering deterministic again when constructing defunsGravatar Allen Lavoie2018-09-14