aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* [XLA:CPU] Allow the shape partition algorithm to partition the most minorGravatar Bixia Zheng2018-03-26
* Use is_resource_variable() in train.assert_gloabl_step.Gravatar A. Unique TensorFlower2018-03-26
* Add class DistributionStrategy to python/training/, though not partGravatar A. Unique TensorFlower2018-03-26
* [XLA] Add tests for R1 PRED Slices.Gravatar Michael Kuperstein2018-03-26
* Include subscripts in the list of nodes accepted for replacement.Gravatar A. Unique TensorFlower2018-03-26
* Do not assume Attribute nodes always have a QN - it may be missing for attrib...Gravatar A. Unique TensorFlower2018-03-26
* Updating documentation of supported ops.Gravatar Nupur Garg2018-03-26
* Include additional cases for evaluating the fqn annotation.Gravatar A. Unique TensorFlower2018-03-26
* Fix inconsistency in run_cond.Gravatar A. Unique TensorFlower2018-03-26
* Add "distribute" argument to tf.estimator.RunConfig() in anticipationGravatar A. Unique TensorFlower2018-03-26
* [XLA] Redesign: implement and test ternary ops.Gravatar A. Unique TensorFlower2018-03-26
* Finish deprecation of tf.contrib.bayesflow.{HMC,MetropolisHastings}.Gravatar Joshua V. Dillon2018-03-26
* [XLA] Redesign: handle metadata and sharding.Gravatar A. Unique TensorFlower2018-03-26
* Add missing parameter to OP_REQUIRES call.Gravatar A. Unique TensorFlower2018-03-26
* Save the last loss reduction method (for future use).Gravatar A. Unique TensorFlower2018-03-26
* Rename convert_savedmodel to convert_saved_modelGravatar Suharsh Sivakumar2018-03-26
* Makes tf.gather not silently snapshot resource variables.Gravatar Alexandre Passos2018-03-26
* In the experimental C API, parametrized batch_size for the generate dataset /...Gravatar Mingsheng Hong2018-03-26
* Update recompute_grad for TPUGravatar A. Unique TensorFlower2018-03-26
* [XLA] Redesign: implement and test unary and binary ops.Gravatar A. Unique TensorFlower2018-03-26
* Fix some compiler warnings in MKL-DNN build.Gravatar A. Unique TensorFlower2018-03-26
* Clarify eager gradient doc stringsGravatar Igor Ganichev2018-03-26
* Add description of shapes and a pointer to external tutorial notebook in `tf....Gravatar A. Unique TensorFlower2018-03-26
* Quick fix to assign_moving_average documentation formatting.Gravatar A. Unique TensorFlower2018-03-26
* Global rename of py2tf to autographGravatar A. Unique TensorFlower2018-03-26
* Add additional protobuf imports.Gravatar Jiri Simsa2018-03-26
* Internal change.Gravatar Anna R2018-03-26
* Add header guard to lstm_utils.Gravatar A. Unique TensorFlower2018-03-26
* Optimized ops, move code to early, common, section so that it can be shared.Gravatar A. Unique TensorFlower2018-03-26
* Clarify doc strings on gradient methodsGravatar Igor Ganichev2018-03-26
* Internal change.Gravatar Anna R2018-03-26
* Internal change.Gravatar Anna R2018-03-26
* tfdbg CLI: Allow node exclusion with tensor filtersGravatar Shanqing Cai2018-03-26
* LSTM support: Support fused activation functions in int16 Add ops.Gravatar A. Unique TensorFlower2018-03-26
* Extended experimental C API with MNIST dataset/iterators support.Gravatar Mingsheng Hong2018-03-26
* Revert to initializing number of threads when SetNumThreads is called. Requir...Gravatar A. Unique TensorFlower2018-03-26
* Make the CSE ("node deduping") pass in ArithmeticOptimizer more robust in the...Gravatar A. Unique TensorFlower2018-03-26
* Made the NumElements function more accurateGravatar Benoit Steiner2018-03-26
* tf.GradientTape: Clearly say that tf.while_loop and tf.cond are not supportedGravatar Asim Shankar2018-03-26
* BUGFIX: Fix failure-to-broadcast in Wishart.sample.Gravatar Joshua V. Dillon2018-03-26
* Fixes an issue with calling tf.contrib.seq2seq.dynamic_decode with an extende...Gravatar A. Unique TensorFlower2018-03-26
* [tf.data] Usability improvements to `tf.contrib.data.make_csv_dataset`.Gravatar Rachel Lim2018-03-26
* Added experimental C APIs to build a stack of dataset + iterator nodes thatGravatar Mingsheng Hong2018-03-26
* Adding a FunctionBufferingResourceReset Op that resets the state of the funct...Gravatar Rohan Jain2018-03-26
* Automated g4 rollback of changelist 190293303Gravatar A. Unique TensorFlower2018-03-26
* Updated test (but not source) of https://www.tensorflow.org/api_docs/python/t...Gravatar A. Unique TensorFlower2018-03-26
* Disable flaky prefetching_ops_test.Gravatar Gunhan Gulsoy2018-03-25
* Always cast `tf.distributions.Distribution` `_event_shape`, `_batch_shape`.Gravatar Joshua V. Dillon2018-03-25
* Minor Error type and documentation fix.Gravatar Petros Mol2018-03-25
* Use compat.as_bytes() instead of str.encode().Gravatar Skye Wanderman-Milne2018-03-25