aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Make ReLU layer use nn.leaky_relu when appropriate.Gravatar Francois Chollet2018-09-14
* Define PreferBlockAccess enum to prepare for Eigen upgrade.Gravatar Eugene Zhulenev2018-09-14
* Automated rollback of commit 5f28bab20d303e9f815bbe8611c24b7f751e6f9eGravatar A. Unique TensorFlower2018-09-14
* Updates to parameters, and to kernel helper functions.Gravatar A. Unique TensorFlower2018-09-14
* [TF:XLA] Bump open source llvm revision to r342210Gravatar Sanjoy Das2018-09-14
* Improve output parsing for unsupported opsGravatar Jared Duke2018-09-14
* [tf.data] Introducing an optimization that parallelizes map transformations.Gravatar Piotr Padlewski2018-09-14
* [XLA] Support strength reducing bfloat16 dot productsGravatar David Majnemer2018-09-14
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-14
* parallel_for: add a bunch of converters for cwise ops and gradients.Gravatar A. Unique TensorFlower2018-09-14
* Removed unnecessary includes from stringpiece.hGravatar A. Unique TensorFlower2018-09-14
* Point VectorDiffeomixture to tf.linalg rather than tf.contrib.linalgGravatar Ian Langmore2018-09-14
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-09-14
* Fix archive pathGravatar Mark Daoust2018-09-14
* Make tf.gradients() correctly handle captured EagerTensors.Gravatar Skye Wanderman-Milne2018-09-14
* Export tf.keras.sparse_categorical_accuracy. Copied from PR #21790.Gravatar Martin Wicke2018-09-14
* Update description of contrib.quantizeGravatar Raghuraman Krishnamoorthi2018-09-14
* Internal change.Gravatar Nupur Garg2018-09-14
* Fix bug preventing one from not specifying additional function attributes.Gravatar Lasse Espeholt2018-09-14
* global_step/sec renamed to global_steps/secGravatar A. Unique TensorFlower2018-09-14
* Run buildifier on build_defs.bzlGravatar Benjamin Kramer2018-09-14
* [TF:XLA] Split XLA Concat Ops that fail on large sets of inputs.Gravatar A. Unique TensorFlower2018-09-14
* [Grappler] s/std::string/string/Gravatar James Keeling2018-09-14
* compat: Update forward compatibility horizon to 2018-09-14Gravatar A. Unique TensorFlower2018-09-14
* [XLA:TF] Make FloorDiv not crash on unsigned typesGravatar Benjamin Kramer2018-09-14
* Automated rollback of commit eb5cd6926ef8d2a5a748f1aa978e51148e22dd97Gravatar Gunhan Gulsoy2018-09-13
* [GraphCompiler] Remove the use of XLA context as arugmnet.Gravatar Yunxing Dai2018-09-13
* Add missing #include to mkl_layout_pass.cc.Gravatar A. Unique TensorFlower2018-09-13
* Added Pyclif binding rule for config.proto.Gravatar Sung Jin Hwang2018-09-13
* [XLA] Add hook for dump directory expansion.Gravatar Chris Leary2018-09-13
* Make Keras relu use nn.leaky_relu when appropriate.Gravatar Francois Chollet2018-09-13
* Fix performance issue when training with keras model in eager mode.Gravatar Pavithra Vijay2018-09-13
* Simplify the initialization function in algortihm picker. No functional change.Gravatar Tim Shen2018-09-13
* Reland "Add basic type propagation for unsupported ops in TFLite conversion"Gravatar Jared Duke2018-09-13
* Use `dataset.batch(.., drop_remainder=True)` instead of map_and_batch to achi...Gravatar Priya Gupta2018-09-13
* [tf.data] Changes `make_batched_features_dataset` and `make_tf_record_dataset...Gravatar Shivani Agrawal2018-09-13
* Convert logdir paths to strings.Gravatar Alexandre Passos2018-09-13
* Ensure that the input image of decode.bmp.op has valid dimensions.Gravatar Mihai Maruseac2018-09-13
* Automated rollback of commit ac60b46e2c5962fd8099a4406c1788d826ad3c0dGravatar A. Unique TensorFlower2018-09-13
* [TF:XLA] Bump open source abseil revision to 8ff1374008259719b54a8cb128ef951c...Gravatar Sanjoy Das2018-09-13
* Put a deprecation notice in cmake readme.Gravatar Gunhan Gulsoy2018-09-13
* Fixing error output in api_compatibility_test.py. Looks like it should be sel...Gravatar Anna R2018-09-13
* Automated rollback of commit 6b507a6de855a6f988100904229b7f46a5652b88Gravatar Suharsh Sivakumar2018-09-13
* Fix bug in kSlice implementation in evaluator.Gravatar Mark Heffernan2018-09-13
* Fix parallel_gpu_execute.sh script on windows.Gravatar Gunhan Gulsoy2018-09-13
* Dilated Depthwise Conv reference implementations.Gravatar Suharsh Sivakumar2018-09-13
* Convert "post training quant" tutorial to a notebook.Gravatar Mark Daoust2018-09-13
* Add ability to skip serializing selected tensors in interpreter serializer.Gravatar A. Unique TensorFlower2018-09-13
* Expose tf.contrib.checkpoint.PythonStateWrapper.Gravatar A. Unique TensorFlower2018-09-13
* Consistency in record_default shapes for tf.contrib.data.CsvDataset & tf.deco...Gravatar Rachel Lim2018-09-13