aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* 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
* Fix tsan detected error in core/util/exec_on_stall_test.ccGravatar A. Unique TensorFlower2018-06-11
* CostGraphDef has been modified to keep track of the accuracy of the cost esti...Gravatar A. Unique TensorFlower2018-06-11
* Don't call back into python during insert (which will leave the set in a brok...Gravatar Akshay Modi2018-06-11
* Remove dead code to use a map in BatchnormExpanderGravatar Yunxing Dai2018-06-11
* Introducing a directives module, to contain marker functions such as set_elem...Gravatar Dan Moldovan2018-06-11
* Remove Bayesflow/Distribution/Bijector docs.Gravatar A. Unique TensorFlower2018-06-11
* Add interim runtime utility function for use during refactoring out of Dims.Gravatar A. Unique TensorFlower2018-06-11
* [XLA] Simplify lowering of kIsFiniteGravatar David Majnemer2018-06-11
* Enable overloading of the slice read and write operations.Gravatar Dan Moldovan2018-06-11
* [TuplePointsToAnalysis] Be less conservative on loop fusion nodes when reusin...Gravatar A. Unique TensorFlower2018-06-11
* Improve the loss_scale_optimizer docstring.Gravatar James Qin2018-06-10
* Add a registration mechanism for experimental executor implementations.Gravatar Derek Murray2018-06-09