aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Add functionality to perform training of additional fixed point layer on top ...Gravatar Suharsh Sivakumar2017-11-10
* Register int64 for GPU StridedSlice kernelGravatar Shanqing Cai2017-11-10
* [tf.data] Saveable iterator for dataset.zip(..).Gravatar A. Unique TensorFlower2017-11-10
* [XLA] Fix comments for arg_literals parameter in HloEvaluator::Evaluate.Gravatar Kay Zhu2017-11-10
* Removed an unused temporary variable from DeviceNameUtils::ParseFullName.Gravatar A. Unique TensorFlower2017-11-10
* Used tf.where to simplify conditional expression in div-sharding.Gravatar A. Unique TensorFlower2017-11-10
* Make quant_delay work even if user didn't create global step.Gravatar Suharsh Sivakumar2017-11-10
* [XLA] Add binary operation name to shape inference error message.Gravatar Chris Leary2017-11-10
* Fix FakeQuant to correctly set zero on CPU.Gravatar Suharsh Sivakumar2017-11-10
* tfe.Network naming under variable scopes. Networks take on the full prefix of...Gravatar Allen Lavoie2017-11-10
* Allow passing other global_steps to summaries.Gravatar Sergio Guadarrama2017-11-10
* [tf.data] Saveable iterator for dataset.take(.), dataset.skip(.) and dataset....Gravatar A. Unique TensorFlower2017-11-10
* Added profiler traces for GPU back-end operations.Gravatar Artem Belevich2017-11-10
* Automated g4 rollback of changelist 174708213Gravatar Jianwei Xie2017-11-10
* GPU JIT improvements.Gravatar Artem Belevich2017-11-07
* Track merged shapes and dimensions more accurately.Gravatar Benoit Steiner2017-11-07
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-11-07
* Fix a tfe.Network reference cycle, make it easier to check for reference cyclesGravatar Allen Lavoie2017-11-07
* Make CMake downloads more reliableGravatar Justine Tunney2017-11-07
* Correct wrapping code generation for DynamicUpdateSlice.Gravatar Alina Sbirlea2017-11-07
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-11-07
* [tf.data] Move contrib op registrations to tensorflow/contrib/data/ops.Gravatar Derek Murray2017-11-07
* Fix ParallelTaskAssigner's use of the HloPassPipeline interfaceGravatar Sanjoy Das2017-11-07
* Unicode handling in py2 when eager execution is enabled.Gravatar Alexandre Passos2017-11-07
* Clean up kernels cached by CUDAExecutor.Gravatar Artem Belevich2017-11-07
* Fix documentation for contrib/model_pruningGravatar A. Unique TensorFlower2017-11-07
* Using general string type for logit sanity check.Gravatar A. Unique TensorFlower2017-11-07
* Made the BroadcastBinaryOpShapeFn more accurateGravatar Benoit Steiner2017-11-07
* Support min and max values of zero in FakeQuantWithMinMaxVars*.Gravatar Suharsh Sivakumar2017-11-07
* * Add utility for finding the tail of linear chains of value-preserving ops t...Gravatar A. Unique TensorFlower2017-11-07
* Implementing MultiHead's create_loss().Gravatar A. Unique TensorFlower2017-11-07
* Updates to the wide_deep tutorials to keep up with the code. Goes with https:...Gravatar Neal Wu2017-11-07
* Fixes indendation bug in make_vjpGravatar Alexandre Passos2017-11-07
* Bump LLVM to r317519, which includes fastmath API changes.Gravatar A. Unique TensorFlower2017-11-07
* Support summary proto in eval_metrics in estimator.Gravatar A. Unique TensorFlower2017-11-07
* Fixed bug in offline debugger which prevented viewing events.Gravatar A. Unique TensorFlower2017-11-07
* We were not modifying graph in test verify_restore_in_modified_graph.Gravatar A. Unique TensorFlower2017-11-07
* Supports multi-dimensional logits and labels in binary logistic head.Gravatar A. Unique TensorFlower2017-11-07
* Mark TransferManager::GetByteSizeRequirement and virtual overrides const.Gravatar A. Unique TensorFlower2017-11-07
* Add a test that tests mixed input types to a while loop.Gravatar Yunxing Dai2017-11-07
* Make transpose + matmul fusion idempotent.Gravatar A. Unique TensorFlower2017-11-07
* Renames sparse_precision_at_k to precision_at_k and sparse_average_precision_...Gravatar A. Unique TensorFlower2017-11-07
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-11-07
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-11-07
* variables_to_restore: Differentiate python variables by string name rather th...Gravatar Suharsh Sivakumar2017-11-07
* Added CPU matrix exponential op to TensorFlow.Gravatar A. Unique TensorFlower2017-11-07
* Use nesting to reduce the number of modules listed in the API TOC.Gravatar Mark Daoust2017-11-07
* Previously if ComputeConstant seen a parameter it failed to proceed.Gravatar A. Unique TensorFlower2017-11-07
* Add a unit test for gradient computation with layout optimizer.Gravatar Yao Zhang2017-11-06
* Refactor function Optimize.Gravatar Yao Zhang2017-11-06