aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Merge branch 'master' into avijit/add-cpu-backendGravatar avijit-nervana2018-09-04
|\
| * Internal change.Gravatar Dan Moldovan2018-09-04
| * compat: Update forward compatibility horizon to 2018-09-04Gravatar A. Unique TensorFlower2018-09-04
| * [XLA:GPU] Make sure the input for ThenMemcpy stays alive when it executesGravatar Benjamin Kramer2018-09-04
| * Introduce auxiliary input and allow "cross-linking" in the bidirectional RNN Op.Gravatar A. Unique TensorFlower2018-09-03
| * [TF:XLA] Bump open source llvm revision to r341305Gravatar Sanjoy Das2018-09-03
| * Update unidirectional sequential LSTM to support state API.Gravatar A. Unique TensorFlower2018-09-03
| * Update bidirectional sequential LSTM to support state API.Gravatar A. Unique TensorFlower2018-09-03
| * Fix a test.Gravatar Shashi Shekhar2018-09-03
| * [XLA:GPU] Flush out any pending work before starting autotuneGravatar Benjamin Kramer2018-09-03
| * Fix floating point ordering in the Sort HLO op in the GPU backend.Gravatar Adrian Kuegel2018-09-03
| * Call Cudnn also for grouped convolutions.Gravatar Adrian Kuegel2018-09-03
| * compat: Update forward compatibility horizon to 2018-09-03Gravatar A. Unique TensorFlower2018-09-03
| * Rollforward of rollback:Gravatar A. Unique TensorFlower2018-09-02
| * [XLA] Simplify effective scalar iota to zeroGravatar David Majnemer2018-09-02
| * compat: Update forward compatibility horizon to 2018-09-02Gravatar A. Unique TensorFlower2018-09-02
| * Merge pull request #20237 from Intel-tensorflow:nhasabni/gatherndGravatar TensorFlower Gardener2018-09-01
| |\
| * | Only watch tensors on the current tape rather than all of them.Gravatar Tom Hennigan2018-09-01
| * | Automated rollback of commit 9e2ce8f4c483e68309a60dc89739bb1b79b4a12eGravatar A. Unique TensorFlower2018-09-01
| * | [XLA] Remove remaining StringPiece references.Gravatar Benjamin Kramer2018-09-01
| * | compat: Update forward compatibility horizon to 2018-09-01Gravatar A. Unique TensorFlower2018-09-01
| * | [XLA] Use absl::CUnescapeGravatar Benjamin Kramer2018-09-01
| * | Fixed a typo in README.Gravatar Yuefeng Zhou2018-08-31
| * | Remove per-tower ready op since concat doesn't have a GPU kernel for DT_STRING.Gravatar Yuefeng Zhou2018-08-31
| * | Fix lambda capture.Gravatar Shashi Shekhar2018-08-31
| * | [tf.data] Avoiding serialization of (potentially large) tensors during optimi...Gravatar Jiri Simsa2018-08-31
| * | Merge pull request #21956 from Intel-tensorflow:sriniva2/stringpiece_fixGravatar TensorFlower Gardener2018-08-31
| |\ \
| * | | Minor cleanup: Simplify declaration of transformation.Gravatar Suharsh Sivakumar2018-08-31
| * | | [XLA:CPU] Don't use "temps" to refer to the table of buffer allocationsGravatar Sanjoy Das2018-08-31
| * | | Merge pull request #20108 from yongtang:19910-glorot_uniform_initializerGravatar TensorFlower Gardener2018-08-31
| |\ \ \
| * | | | Improve documentation for tf.custom_gradient.Gravatar Alexandre Passos2018-08-31
| * | | | Add benchmarks for Spatial/Cuboid backward-kernel convolutions.Gravatar Eugene Zhulenev2018-08-31
| * | | | Add keras example to distribution strategy readme.Gravatar Priya Gupta2018-08-31
| * | | | A temporary fix to auto-sharding for synthetic data.Gravatar Yuefeng Zhou2018-08-31
| * | | | Add a run_standard_tensorflow_server method for users who start their cluster...Gravatar Yuefeng Zhou2018-08-31
| * | | | Add documentation for multi-worker training.Gravatar Yuefeng Zhou2018-08-31
| * | | | Usability improvements to @recompute_gradGravatar A. Unique TensorFlower2018-08-31
| * | | | Re-enable hoisting of coeff-wise unary chains out of Split and into Concat.Gravatar A. Unique TensorFlower2018-08-31
| * | | | CHECK that the thread locality of the call matches thread locality of the calleeGravatar Sanjoy Das2018-08-31
| * | | | Fix normalization in Shampoo when dealing with differently sized tensors.Gravatar A. Unique TensorFlower2018-08-31
| * | | | BEGIN_PUBLICGravatar Ayush Dubey2018-08-31
| * | | | Add weight decay version of Shampoo.Gravatar A. Unique TensorFlower2018-08-31
| * | | | Merge multiple concat into one.Gravatar A. Unique TensorFlower2018-08-31
| * | | | Improving logging of tensors being quantized.Gravatar Suharsh Sivakumar2018-08-31
| * | | | Fixing Any operator.Gravatar A. Unique TensorFlower2018-08-31
| * | | | Clean up: remove cluster_spec, task_type and task id in the __init__ method o...Gravatar Yuefeng Zhou2018-08-31
| * | | | Add support for TPU Pods in TPU Strategy but running per host infeed.Gravatar Sourabh Bajaj2018-08-31
| * | | | [Cloud TPU / Keras]: Pipeline inputs for performance.Gravatar Brennan Saeta2018-08-31
| * | | | Remove test dependencies from TFLite Android samplesGravatar Jared Duke2018-08-31
| * | | | Benchmarks for CuboidConvolutions.Gravatar Eugene Zhulenev2018-08-31