aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* [XLA] Use HloEvaluator for convolution in reference_util.Gravatar Kay Zhu2017-07-27
* Update API to traffic in unique_ptrs rather than owning raw pointersGravatar A. Unique TensorFlower2017-07-27
* Java: Update release to 1.3.0-rc1Gravatar Asim Shankar2017-07-27
* Test asserts should have `expected` first.Gravatar A. Unique TensorFlower2017-07-27
* Increase timeout to deflake the test.Gravatar A. Unique TensorFlower2017-07-27
* Properly include logging header in xla_internal_test_mainGravatar Eli Bendersky2017-07-27
* Consolidating the code to fill the partition's function libraryGravatar A. Unique TensorFlower2017-07-27
* Adds preliminary support for Cloud TPUs with Cluster Resolvers. This aims to ...Gravatar Frank Chen2017-07-27
* Don't prune nodes that have reference inputs.Gravatar A. Unique TensorFlower2017-07-27
* C API: Groundwork for experimenting with TF_Tensor in device memory.Gravatar Asim Shankar2017-07-27
* fix asan test failure in SingleMachineTest::ReleaseMemoryAfterDestruction.Gravatar Yuefeng Zhou2017-07-27
* [XLA] Change type to appease GPU builds.Gravatar Eli Bendersky2017-07-27
* Internal changeGravatar A. Unique TensorFlower2017-07-27
* PiperOrigin-RevId: 163366493Gravatar A. Unique TensorFlower2017-07-27
* Change to only run one round of matmul benchmark.Gravatar Yangzihao Wang2017-07-27
* Small changes to op framework.Gravatar A. Unique TensorFlower2017-07-27
* Further BUILD cleanupGravatar A. Unique TensorFlower2017-07-27
* Look inside functions to see which node types are used.Gravatar Pete Warden2017-07-27
* [tf.contrib.data] map expects a nested structure.Gravatar A. Unique TensorFlower2017-07-27
* [XLA] Consolidate all similar main()s in tests into a single target.Gravatar Eli Bendersky2017-07-27
* Remove ShapeWithoutPadding() utility function, as it is no longer needed.Gravatar Tayo Oguntebi2017-07-27
* Update Dataset API documentation.Gravatar Jiri Simsa2017-07-27
* ["Variable", "VariableV2", "VarHandleOp"] is the default for ps_ops=NoneGravatar Toby Boyd2017-07-27
* Fix TensorForest's saveable object names so loading a savedmodel works.Gravatar A. Unique TensorFlower2017-07-27
* [tpu profiler] Dump HLO graphs in profile responses to the log directory.Gravatar Eric Liu2017-07-27
* Supports lookup devices by fullname either in the canonical form or theGravatar A. Unique TensorFlower2017-07-26
* [XLA] Add Reduce, DynamicSlice and DynamicSliceUpdate to HloEvaluator.Gravatar Kay Zhu2017-07-26
* Sets the incarnation number even when the attribute is set.Gravatar A. Unique TensorFlower2017-07-26
* Remove platform bridge for grpc_response_reader.Gravatar Suharsh Sivakumar2017-07-26
* [XLA] Add TODO comment explaining why the IsScalar check exists.Gravatar A. Unique TensorFlower2017-07-26
* Remove unnecessary break statements.Gravatar A. Unique TensorFlower2017-07-26
* [XLA] Add regression test for a corner case using Reduce that currently fails...Gravatar A. Unique TensorFlower2017-07-26
* [TF:XLA] Add tf.cross support.Gravatar Chris Leary2017-07-26
* Remove final mentions of `get_shape` in docstring.Gravatar A. Unique TensorFlower2017-07-26
* BREAKING CHANGE: Fix semantic error in how maybe_batch* handles sparse tensors.Gravatar A. Unique TensorFlower2017-07-26
* Highlight incoming/outgoing edges on hover in HLO graphviz dumps, and other i...Gravatar Justin Lebar2017-07-26
* Update contrib/distributions/estimator_test build dependency.Gravatar Joshua V. Dillon2017-07-26
* Shorten docstring line.Gravatar A. Unique TensorFlower2017-07-26
* Fix comment ypoGravatar Asim Shankar2017-07-26
* [XLA] Fix a bug in cloning outfeeds, carried the wrong shape.Gravatar Chris Leary2017-07-26
* Rollback of GPU kernel implementation of transpose for tensors with one small...Gravatar Yangzihao Wang2017-07-26
* Set device for nodes added by LayoutOptimizer.Gravatar Yao Zhang2017-07-26
* [XLA] Refactor insert-ReducePrecisionInsertion-pass code into a separate func...Gravatar A. Unique TensorFlower2017-07-26
* Build fix for Android nightly buildGravatar A. Unique TensorFlower2017-07-26
* [tpu:profiler] Make duration of tracing changeable.Gravatar Eric Liu2017-07-26
* Reflow comments to avoid being too long.Gravatar A. Unique TensorFlower2017-07-26
* Fix arg lists for args and kwargs in docs.Gravatar Mark Daoust2017-07-26
* Updated the memory optimization config to introduce an explicit default value...Gravatar Benoit Steiner2017-07-26
* Introduced a default setting for constant folding, currently set to OFF. WillGravatar Benoit Steiner2017-07-26
* Setup a resource manager and enable the use of multiple threads during foldingGravatar Benoit Steiner2017-07-26