aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python
Commit message (Expand)AuthorAge
* Add tf.strings.unicode_script, which detects the script of a unicode codepointGravatar A. Unique TensorFlower2018-09-27
* Added nest support for attr.s decorated classes.Gravatar A. Unique TensorFlower2018-09-27
* [tf.data] Minor refactoring of tf.data tests.Gravatar Jiri Simsa2018-09-27
* Update HasKwargsTest ensuring that internal checks for tests involving functo...Gravatar A. Unique TensorFlower2018-09-27
* Update logic used in get_variable to populate custom_getter's kwargs.Gravatar A. Unique TensorFlower2018-09-27
* Reduce the size of //tensorflow/tools/pip_package:simple_console_windowsGravatar A. Unique TensorFlower2018-09-27
* compat: Update forward compatibility horizon to 2018-09-27Gravatar A. Unique TensorFlower2018-09-27
* Fix documentation of ready_for_local_init_op in tf.Supervisor, which mentions...Gravatar A. Unique TensorFlower2018-09-27
* Automated rollback of commit e00d7744dbab5c73e4d8ffa8a7d361f7b2dcefffGravatar Rohan Jain2018-09-26
* Add Mirrored distribution strategy support for new metrics with Keras and Est...Gravatar Pavithra Vijay2018-09-26
* Fix the eval hook to run the correct number of steps when using TPU strategyGravatar Sourabh Bajaj2018-09-26
* Add xlogy and xdivy op.Gravatar A. Unique TensorFlower2018-09-26
* Automated rollback of commit 844074c2a8e61b744c3de2718e1c9ea7b1d2edc2Gravatar A. Unique TensorFlower2018-09-26
* Update hooks for distributed jobs with a master node, to ensure thatGravatar A. Unique TensorFlower2018-09-26
* Fix Optimizer "No gradients provided" error messages to report variables inst...Gravatar Allen Lavoie2018-09-26
* Specify a preferred_dtype=self.dtype when converting Distribution methods' sa...Gravatar Brian Patton2018-09-26
* Extend support for Index nodes in template expansions.Gravatar Dan Moldovan2018-09-26
* The return value checker should ignore inner functions.Gravatar Dan Moldovan2018-09-26
* Trivial change to softplus_op_test.py.Gravatar Todd Wang2018-09-26
* Refactoring of nest value getters.Gravatar A. Unique TensorFlower2018-09-26
* Automated rollback of commit 7229d08f0b25e24e6dd4833a94a27f404b27a350Gravatar Gunhan Gulsoy2018-09-26
* compat: Update forward compatibility horizon to 2018-09-26Gravatar A. Unique TensorFlower2018-09-26
* Remove integer dtypes from Soft{plus,sign} OpDefs.Gravatar Todd Wang2018-09-25
* Update BUILD files so that Estimator code depends on TF thru tf_no_contrib.Gravatar Michael Case2018-09-25
* Remove unneeded locks in session logging.Gravatar Russell Power2018-09-25
* [tf.data] Adding a private method for (recursively) tracking dataset inputs.Gravatar Jiri Simsa2018-09-25
* Add "encoding" attribute to string length op, which controls how "string leng...Gravatar A. Unique TensorFlower2018-09-25
* Temporarily disable float16 tests in depthwise_conv_op_test. They seem to be ...Gravatar Anna R2018-09-25
* Merge pull request #21509 from facaiy:ENH/feature_importances_for_boosted_treeGravatar TensorFlower Gardener2018-09-25
|\
* | Keep only weak references to TensorFlow Optimizer objects in tf.kerasGravatar Allen Lavoie2018-09-25
* | Account for cases when the live value of a function is not hashable, in the b...Gravatar Dan Moldovan2018-09-25
* | Boosted trees: Adding categorical split support to prediction ops.Gravatar A. Unique TensorFlower2018-09-25
* | Use self.cached_session instead of self.test_session in linear_operator_circu...Gravatar A. Unique TensorFlower2018-09-25
* | compat: Update forward compatibility horizon to 2018-09-25Gravatar A. Unique TensorFlower2018-09-25
* | Unpack output of cond_v2 if it is a singleton to match behavior of cond.Gravatar Saurabh Saxena2018-09-24
* | Add validation that input shapes should be fully defined when using TPU strat...Gravatar Priya Gupta2018-09-24
* | Documentation for tf.map_fn in Eager mode.Gravatar Debidatta Dwibedi2018-09-24
* | Allow callers to specify a preferred dtype when calling convert_to_tensor.Gravatar Brian Patton2018-09-24
* | Ensure tf.range has semantics consistent with range, which allows start and e...Gravatar Dan Moldovan2018-09-24
* | BEGIN_PUBLICGravatar Alexandre Passos2018-09-24
* | PolymorphicFunction cache key is changed to use the init graph instead of the...Gravatar Katherine Wu2018-09-24
* | Merge pull request #22006 from facaiy:CLN/remove_print_for_assertGravatar TensorFlower Gardener2018-09-24
|\ \
* \ \ Merge pull request #21479 from yongtang:08052018-op_scopeGravatar TensorFlower Gardener2018-09-24
|\ \ \
* | | | Fixes typo in docstring to correctly name the new Estimator method export_sav...Gravatar Karmel Allison2018-09-24
* | | | Fixes a bug in tf.train.Saver() where it couldn't use CheckpointableGravatar A. Unique TensorFlower2018-09-24
* | | | Wrap forward and backward pass in a defun for L2HMC.Gravatar Akshay Modi2018-09-24
* | | | Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-24
* | | | This CL adds an init_scope to the Keras set & get learning phase functions. T...Gravatar A. Unique TensorFlower2018-09-24
* | | | Disabling MultiDeviceIterator in Eager mode. Support is coming soon.Gravatar Rohan Jain2018-09-24
* | | | Fix documentation in some lookup_ops and add eager test.Gravatar Yutaka Leon2018-09-24