aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Enable tf.equal and tf.not_equal GPU kernels for complex types.Gravatar RJ Ryan2017-04-12
* Add an error message when queue runner threads return errors.Gravatar Yuefeng Zhou2017-04-12
* Adding a license header to a python file.Gravatar A. Unique TensorFlower2017-04-12
* Add helper method XlaDevice::GetMetadata for retrieving the XlaDevice metadat...Gravatar Peter Hawkins2017-04-12
* Add var name to errors on variable restore.Gravatar A. Unique TensorFlower2017-04-12
* Fix typo in docstringGravatar Asim Shankar2017-04-12
* Thoroughly skip testWarnings for Python version >=3.6Gravatar Shanqing Cai2017-04-12
* keras:integration_test: Replace assertTrue with assertGreaterGravatar Shanqing Cai2017-04-12
* Simplified XLA tests by using gmock matchers.Gravatar A. Unique TensorFlower2017-04-12
* Speed up linear_operator_udvh_update_test by removing the tests for 10x10Gravatar Ian Langmore2017-04-12
* Remove unnecessary copy-assignment in GetSessionHandleOp::Compute()Gravatar Shanqing Cai2017-04-12
* Minor internal change.Gravatar Jeffrey A. Dean2017-04-12
* tfdbg: fix broken link in python/debug/examples/README.mdGravatar Shanqing Cai2017-04-12
* Switch the benchmark in direct_session_test.cc to use Placeholder (not V2).Gravatar Derek Murray2017-04-12
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-04-12
* tfdbg core: refactor polling method into testlib + some BUILD cleanupGravatar Shanqing Cai2017-04-12
* Reshape all dense features to a rank 2, shape (*,1) tensor to avoid concatGravatar A. Unique TensorFlower2017-04-12
* Support dumping HLO graphs as TF GraphDefs in hlo_graph_dumperGravatar A. Unique TensorFlower2017-04-12
* Make the contrib.RunConfig as a child class of core.RunConfig.Gravatar Jianwei Xie2017-04-11
* Ensure that moving_mean and moving_variance are grabbed before being updated....Gravatar A. Unique TensorFlower2017-04-11
* Change for internal compatibility.Gravatar A. Unique TensorFlower2017-04-11
* Add complex128 GPU registrations to tf.gather and tf.strided_slice.Gravatar RJ Ryan2017-04-11
* Internal changes.Gravatar A. Unique TensorFlower2017-04-11
* Add functions to tfdbg for parsing time and memory intervals.Gravatar A. Unique TensorFlower2017-04-11
* N/AGravatar A. Unique TensorFlower2017-04-11
* tfdbg: fix bug related to compiled Python filesGravatar Shanqing Cai2017-04-11
* Relabeling some tests.Gravatar Vinu Rajashekhar2017-04-11
* Add AudioSpectrogram op to TensorFlow for audio feature generationGravatar Pete Warden2017-04-11
* fix formatting errors and broken links inside "Getting Started With TensorFlow"Gravatar A. Unique TensorFlower2017-04-11
* Backport fixes and improvements from external Keras.Gravatar Francois Chollet2017-04-11
* Docs: Tutorial formatting and links fixGravatar Asim Shankar2017-04-11
* Update the docstring of tuner.Gravatar Jianwei Xie2017-04-11
* Add tf.unsorted_segment_sum GPU kernel for complex64/complex128.Gravatar RJ Ryan2017-04-11
* Deprecate PlaceholderV2 since we found a way to make the same changeGravatar Vijay Vasudevan2017-04-11
* Support two data types as inputs in RemoteFusedGraphExecuteOpGravatar A. Unique TensorFlower2017-04-11
* Allow passing custom hooks to 'evaluation_loop'.Gravatar Vijay Vasudevan2017-04-11
* SimpleGraphExecutionState::InitBaseGraph(): don't pass FunctionLibraryDefinit...Gravatar Skye Wanderman-Milne2017-04-11
* Gracefully exit on writing config file.Gravatar A. Unique TensorFlower2017-04-11
* Update release notes with mention of `tf.Session.make_callable()`.Gravatar Derek Murray2017-04-11
* Adding license headers to cmake files.Gravatar A. Unique TensorFlower2017-04-11
* Fix QuantizedToFloat to avoid bias.Gravatar A. Unique TensorFlower2017-04-11
* Add a tf.neg GPU kernel for complex64/complex128.Gravatar RJ Ryan2017-04-11
* [XLA] Fix cloning of tuples in HloInstruction::CloneWithNewOperands.Gravatar A. Unique TensorFlower2017-04-11
* Fixes tf.cond with nested return values inside while loops.Gravatar A. Unique TensorFlower2017-04-11
* Enable TensorArray GPU kernels for complex64/complex128.Gravatar RJ Ryan2017-04-11
* Using GMock matchers in XLA tests.Gravatar A. Unique TensorFlower2017-04-11
* Remove explicit FunctionLibraryDefinition from tfcompile_main.ccGravatar Skye Wanderman-Milne2017-04-11
* [XLA:CPU] Disable AVX512Gravatar David Majnemer2017-04-11
* [XLA:CPU] VLOG(1) the target CPU and its feature in SimpleOrcJIT's constructor.Gravatar Peter Hawkins2017-04-11
* Allow callers to control the names of the slot variables.Gravatar A. Unique TensorFlower2017-04-11