aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Merge changes from github.Gravatar Vijay Vasudevan2017-07-28
* Lower concatenate operations to memcpy.Gravatar A. Unique TensorFlower2017-07-28
* Minor improvements over cl/163390862: avoid storing unused data, and add aGravatar Benoit Steiner2017-07-28
* Add Poisson-LogNormal (approximate) compound distribution.Gravatar Joshua V. Dillon2017-07-28
* Handle num_rows < num_cols case in orthogonal_initializer properly (as the or...Gravatar A. Unique TensorFlower2017-07-28
* removing decorators that are no longer necessaryGravatar Olivia Nordquist2017-07-28
* Provide MetaGraphDef transformer, and call it from SavedModel export.Gravatar David Soergel2017-07-28
* [TF:XLA] Remove unused XlaBinaryMapOp class.Gravatar Peter Hawkins2017-07-28
* Optionally output a new TreePath proto during TensorForest inference for ulti...Gravatar A. Unique TensorFlower2017-07-28
* [TF:XLA] Fix flakiness of segment_reduction_ops_test by raising test timeout.Gravatar Peter Hawkins2017-07-28
* [XLA] Create CallInliner HLO pass to recursively force-inline kCall operations.Gravatar Chris Leary2017-07-27
* Use identity of param variable in cudnn_rnn.RNNParamsSaveable instead of para...Gravatar A. Unique TensorFlower2017-07-27
* Increase bound on tf.contrib.signal.inverse_stft gradient error to avoid flak...Gravatar RJ Ryan2017-07-27
* [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