aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Automated g4 rollback of changelist 165504820Gravatar Pete Warden2017-08-16
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-08-16
* Allowing functions to run across devices. This change expands the ProcessFunc...Gravatar Rohan Jain2017-08-16
* Disable setround_test for optimized builds with Clang / LLVM.Gravatar A. Unique TensorFlower2017-08-16
* Improved sequence_mask error message.Gravatar A. Unique TensorFlower2017-08-16
* Merges eager and graph IndexedSlices.Gravatar Alexandre Passos2017-08-16
* Tests for eager execution of operations.Gravatar Alexandre Passos2017-08-16
* Use XLA While loop in Gather/Scatter tf2xla bridge ops, to prevent excessivel...Gravatar A. Unique TensorFlower2017-08-16
* Variant objects can now be used inside the TensorFlow execution graph.Gravatar Eugene Brevdo2017-08-16
* Add log messages to Graph::IsValidNodeGravatar Igor Ganichev2017-08-16
* Timeout if TPU initialization doesn't finish in 5 minutes.Gravatar A. Unique TensorFlower2017-08-16
* Fix hasattr check in saved_model_cliGravatar A. Unique TensorFlower2017-08-16
* Android demo app for speech recognitionGravatar Pete Warden2017-08-16
* Use the new grpc::ByteBuffer::Swap() operation to avoid a memory allocation inGravatar A. Unique TensorFlower2017-08-16
* Add set_hparam to tf.HParams.Gravatar A. Unique TensorFlower2017-08-16
* Adding xprof tracing for Dataset API.Gravatar Jiri Simsa2017-08-16
* Support second order gradient for fused batch norm.Gravatar Yao Zhang2017-08-16
* Allow setting fields in construction in estimator.RunConfig.Gravatar Jonathan Hseu2017-08-16
* Removes forced function definition for eager gradients.Gravatar Alexandre Passos2017-08-16
* Resolving TODO: raising an exception if enable_centered_bias==True and optimi...Gravatar A. Unique TensorFlower2017-08-16
* Added preliminary support for arithmetic simplificationsGravatar Benoit Steiner2017-08-16
* [CPU] HandleSlice(): Use EmitTransferElements(). This is better for twoGravatar A. Unique TensorFlower2017-08-16
* Add a function that returns whether an hlo is elementwise binary.Gravatar A. Unique TensorFlower2017-08-16
* Removed thread pinning code from sparse matrix multiplication op.Gravatar A. Unique TensorFlower2017-08-16
* Initial tests for gradient code.Gravatar Alexandre Passos2017-08-16
* Fix note formattingGravatar Mark Daoust2017-08-16
* Remove the dependency of cudnn_disable_conv_1x1_optimization flag of filter w...Gravatar Yangzihao Wang2017-08-16
* [XLA] Do not recompute points-to analysis in iterations of layout assignment.Gravatar Chris Leary2017-08-16
* No public change.Gravatar A. Unique TensorFlower2017-08-16
* Allow Defun to inherit enclosing XLA compilation scope.Gravatar A. Unique TensorFlower2017-08-16
* Remove incorrect comment related to `logits_input`.Gravatar A. Unique TensorFlower2017-08-16
* Speed up topK for the k == num_cols case.Gravatar A. Unique TensorFlower2017-08-16
* Fix parameter naming in docstring and quote it.Gravatar A. Unique TensorFlower2017-08-16
* Adds outfeed-based eval support on TpuEstimator.Gravatar Jianwei Xie2017-08-16
* Fix the bug where ExternalOptimizerInterface pops out 'method' option. Make...Gravatar A. Unique TensorFlower2017-08-16
* Add a CheckpointSaverListener subclass which evaluates and exports a modelGravatar A. Unique TensorFlower2017-08-16
* Remove unused codeGravatar A. Unique TensorFlower2017-08-16
* Convert unused headings to comments.Gravatar Mark Daoust2017-08-16
* Give an error instead of crashing when tfcompile is fed a tensor that is notGravatar A. Unique TensorFlower2017-08-15
* [XLA:tooling] Fake replay data generated on the host if sufficiently small.Gravatar Chris Leary2017-08-15
* 1. Support profiling nodes in RunMetadata but not in GraphDef.Gravatar A. Unique TensorFlower2017-08-15
* Add decode_jpeg benchmark and set the baseline for further optimizations.Gravatar Mingxing Tan2017-08-15
* Make small fixes to workspace.bzlGravatar Justine Tunney2017-08-15
* Return correct dynamic shape from CuDNN RNN ParamsToCanonical kernelGravatar James Qin2017-08-15
* Make indices placeholder in sparse_placeholder maintain rank information.Gravatar A. Unique TensorFlower2017-08-15
* 1. Adjust code view pprof image to better visualize backprop.Gravatar A. Unique TensorFlower2017-08-15
* eager: Handle both UTF8 strings and bytes in Python3 correctly.Gravatar Asim Shankar2017-08-15
* Introduce OutputTensor class to internal graph representationGravatar Skye Wanderman-Milne2017-08-15
* Expose TFE_DeleteContext in pywrap_tensorflow.Gravatar A. Unique TensorFlower2017-08-15
* C++ API: run shape inference as nodes are constructedGravatar Skye Wanderman-Milne2017-08-15