aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Remove OS X code from CUDA stream executor because that platform is no longer...Gravatar A. Unique TensorFlower2018-06-12
* Unify cuDNN descriptor wrapper names.Gravatar A. Unique TensorFlower2018-06-12
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2018-06-12
* Fix one unused C++ BUILD dependency found in tensorflow/compiler/xla/service/...Gravatar Adrian Kuegel2018-06-12
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-06-12
* Remove unused variable from HloComputation::MakeInstructionPostOrderGravatar A. Unique TensorFlower2018-06-12
* Modified Bessel functions of order zero and one.Gravatar A. Unique TensorFlower2018-06-12
* Fixes documentation of multi_label_head to render accepted labels as markdown...Gravatar A. Unique TensorFlower2018-06-12
* [XLA:GPU] Check the reduce input shape when multi-output fusing reducesGravatar Benjamin Kramer2018-06-12
* Exposes toco_flags and model_flags as optional parameters to allow fine grain...Gravatar A. Unique TensorFlower2018-06-11
* Rollback of changelist checking for static shapes for model function.Gravatar A. Unique TensorFlower2018-06-11
* Use activation in MUL and ADD operationsGravatar A. Unique TensorFlower2018-06-11
* Re-enable trainer TPU test.Gravatar A. Unique TensorFlower2018-06-11
* TFLite should allow values of 0 for default_ranges_{min,max}.Gravatar Suharsh Sivakumar2018-06-11
* Add `move_dimension` utility to move a single dimension within a Tensor.Gravatar A. Unique TensorFlower2018-06-11
* Add module docstrings that have been missing since new API generation was added.Gravatar Anna R2018-06-11
* Checking that TPUEstimator model function features have static shapes.Gravatar A. Unique TensorFlower2018-06-11
* Minor refactoring - Put together the ops with no option structs.Gravatar Yu-Cheng Ling2018-06-11
* Add support for 8bit ResizeBilinear and Slice op to tflite and tocoGravatar A. Unique TensorFlower2018-06-11
* Split out HloConstantInstruction and HloTraceInstruction as subclasses from H...Gravatar A. Unique TensorFlower2018-06-11
* Correct generator pathGravatar A. Unique TensorFlower2018-06-11
* Remove memory leak in read variable call, and record gradient call.Gravatar Akshay Modi2018-06-11
* Allow silent copies during remote execution.Gravatar Akshay Modi2018-06-11
* Improve tfdbg's handling of runtime errorsGravatar Shanqing Cai2018-06-11
* [tf.data] Improve the error messages for `Dataset.from_generator()`.Gravatar Derek Murray2018-06-11
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-06-11
* Make test_locallyconnected_2d_channels_first run in graph and eager modes.Gravatar A. Unique TensorFlower2018-06-11
* SpaceToBatchND supports quantization, so make the transformation know that.Gravatar Suharsh Sivakumar2018-06-11
* While the DNN is training use that as the logit for evaluation.Gravatar A. Unique TensorFlower2018-06-11
* Allow adadelta, adagrad, adam, rmsprop, and gradient_descent optimizers take ...Gravatar A. Unique TensorFlower2018-06-11
* [XLA:GPU] Fuse scalar constantsGravatar Benjamin Kramer2018-06-11
* Fix 'cc_op_gen' to use static storage for constant arrays.Gravatar Ilya Biryukov2018-06-11
* [XLA] Sanitize HloComputation and HloInstruction names.Gravatar A. Unique TensorFlower2018-06-11
* Internal Change.Gravatar A. Unique TensorFlower2018-06-11
* Make cond_v2 work with no input tensors.Gravatar Skye Wanderman-Milne2018-06-11
* Copy dimensions array into GroupIterable instead of storing pointers to it.Gravatar Ilya Biryukov2018-06-11
* [XLA:GPU] Make (r)sqrt emission look through explicit broadcasts.Gravatar Benjamin Kramer2018-06-11
* [TF:XLA] Bump open source llvm revision to r334405Gravatar Sanjoy Das2018-06-11
* Check to ensure the Cloud TPU is ready before resolving.Gravatar Brennan Saeta2018-06-11
* [XLA] Inline constants into fusion nodes in graphviz dump.Gravatar Justin Lebar2018-06-11
* [XLA] Allow replay_computation to take an HLO textual string as input.Gravatar Justin Lebar2018-06-11
* Use the Keras session for saving/loading in TensorFlow formatGravatar Allen Lavoie2018-06-11
* Implement Shape and friends as a direct XLA kernelsGravatar Igor Ganichev2018-06-11
* [TF:XLA] Small clean up, removing unused variable in the Cholesky implementat...Gravatar A. Unique TensorFlower2018-06-11
* Add missing ` in docstring that led to misformatted documentation.Gravatar A. Unique TensorFlower2018-06-11
* [XLA] Fold consecutive reduces.Gravatar Blake Hechtman2018-06-11
* [TF:XLA] Small performance tweaks for tf.random_shuffle, but still too slow.Gravatar A. Unique TensorFlower2018-06-11
* Add link to TFlite's supported models table and some copyeditsGravatar A. Unique TensorFlower2018-06-11
* [XLA] Make Log1p & Expm1 available through pythonGravatar David Majnemer2018-06-11
* Remove a few redundant benchmark parameters.Gravatar Shashi Shekhar2018-06-11