aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python
Commit message (Expand)AuthorAge
* compat: Update forward compatibility horizon to 2018-08-20Gravatar A. Unique TensorFlower2018-08-20
* Clarified some docstrings, fixed some formatting.Gravatar A. Unique TensorFlower2018-08-20
* compat: Update forward compatibility horizon to 2018-08-19Gravatar A. Unique TensorFlower2018-08-19
* Internal Change.Gravatar Michael Case2018-08-18
* [tf.data] Add a `Structure` class that represents output_{types,shapes,classes}.Gravatar Derek Murray2018-08-18
* compat: Update forward compatibility horizon to 2018-08-18Gravatar A. Unique TensorFlower2018-08-18
* Add StaticRegexReplace which can be used in place of RegexReplace when the re...Gravatar Jeremiah Harmsen2018-08-18
* Support nested defuns on TPUGravatar Igor Ganichev2018-08-17
* Add a benchmark for forward+backward for defuns.Gravatar Akshay Modi2018-08-17
* Move clone and build function out of the estimator/keras library.Gravatar Katherine Wu2018-08-17
* Fix variable tracking for Templates assigned to subclassed Model attributesGravatar Allen Lavoie2018-08-17
* Enable evaluation in Estimator with TPU StrategyGravatar Priya Gupta2018-08-17
* Enable variable[indices].assign(...) in eager (to match existing graph semant...Gravatar Alexandre Passos2018-08-17
* Move FindInputArg() for ApiDef::Arg to op_def_util.cc and cleanup Python/c++ ...Gravatar Nick Kreeger2018-08-17
* Fix error when using `colocate_with` function with DistributionStrategy.Gravatar Anjali Sridhar2018-08-17
* Store GraphModeFunction's backwards function in a FuncGraph.Gravatar Akshay Agrawal2018-08-17
* Automated rollback of commit 45aad1a42201ac9134df2ab258b60e697ee3b96aGravatar Allen Lavoie2018-08-17
* Fix for PartitionedVariables in collectionsGravatar Allen Lavoie2018-08-17
* compat: Update forward compatibility horizon to 2018-08-17Gravatar A. Unique TensorFlower2018-08-17
* tf.contrib.checkpoint.NumpyState for saving/restoring NumPy arrays with TF ch...Gravatar Allen Lavoie2018-08-16
* Adds top_k in PredictionKeys.Gravatar A. Unique TensorFlower2018-08-16
* Fix docs for softmax_cross_entropy_with_logits and softmax_cross_entropy_with...Gravatar A. Unique TensorFlower2018-08-16
* Support zeros_like for TensorLists of type bool.Gravatar Saurabh Saxena2018-08-16
* Merge pull request #17239 from nagachika:remove_trailing_separator_in_ListDir...Gravatar TensorFlower Gardener2018-08-16
|\
* | Make tf.metrics work with TPU Strategy.Gravatar Priya Gupta2018-08-16
* | Generates an actionable/useful error if train is called in wrong configuration.Gravatar Mustafa Ispir2018-08-16
* | Fix zeros_like for TensorLists.Gravatar Saurabh Saxena2018-08-16
* | Wrap the eagerly executed bits of unit tests in their own graphsGravatar Allen Lavoie2018-08-16
* | Add multi_worker_util which has normalize_cluster_spec and is_chief.Gravatar Yuefeng Zhou2018-08-16
* | Add out_status to py_record_writer.writeGravatar A. Unique TensorFlower2018-08-16
* | Use distribution strategy to configure distribute coordinator.Gravatar Yuefeng Zhou2018-08-16
* | Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* | Renamed function in freeze_graph.py.Gravatar Nupur Garg2018-08-16
* | Add documentation clarifying the differences between tf.fill and tf.constant.Gravatar A. Unique TensorFlower2018-08-16
* | compat: Update forward compatibility horizon to 2018-08-16Gravatar A. Unique TensorFlower2018-08-16
* | Add StringLength op to TensorFlow.Gravatar Sung Jin Hwang2018-08-16
* | Step_fn should be able to receive un-wrapped inputsGravatar Sourabh Bajaj2018-08-15
* | Automated rollback of commit 2a8e827c87149c49a1c47da010ee40f50a904055Gravatar Alexandre Passos2018-08-15
* | Add description on how `sparse_reduce_max` behaves with respect to the missin...Gravatar A. Unique TensorFlower2018-08-15
* | Always use a fresh graph in run_in_graph_and_eager_modesGravatar Alexandre Passos2018-08-15
* | Simplify the boosted trees control flow.Gravatar A. Unique TensorFlower2018-08-15
* | Allows feature inputs to be arbitrary nested tuples in TPUEstimator which is ...Gravatar Olivia Nordquist2018-08-15
* | Dead code elimination.Gravatar Akshay Agrawal2018-08-15
* | Add batch_gather that assumes a series of leading (dense) dimensions.Gravatar Adria Puigdomenech2018-08-15
* | Remove unused Estimator overrides.Gravatar Jianwei Xie2018-08-15
* | compat: Update forward compatibility horizon to 2018-08-15Gravatar A. Unique TensorFlower2018-08-15
* | Merge pull request #21494 from npow:fix-15943Gravatar TensorFlower Gardener2018-08-14
|\ \
* | | ExpandDims requires the 'dim' argument to be a scalar.Gravatar Asim Shankar2018-08-14
* | | Add new interfaces to DistributionStrategies to work with distribute coordina...Gravatar Yuefeng Zhou2018-08-14
* | | Automated rollback of commit 0c98648e9a8722344bf8445ae46b1dff507b4859Gravatar A. Unique TensorFlower2018-08-14