aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/init_ops_test.py
Commit message (Expand)AuthorAge
* Replace self.test_session(graph=<an object not None>) with self.session(graph...Gravatar A. Unique TensorFlower2018-09-24
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-13
* Fix typosGravatar Taehoon Lee2018-07-09
* fix indentationGravatar Yuxin Wu2018-06-23
* fix tests and deprecation decoratorGravatar Yuxin Wu2018-06-22
* add testsGravatar Yuxin Wu2018-06-21
* Fix variance initialisers (#18854)Gravatar mrTsjolder2018-06-04
* Adding 1d and 3d orthogonal kernels convolutions.Gravatar A. Unique TensorFlower2018-04-13
* Construct Orthogonal kernels for 2d convolutions.Gravatar A. Unique TensorFlower2018-04-12
* Merge changes from github.Gravatar Michael Case2018-04-10
* Fix non-uniformity of orthogonal matrices.Gravatar A. Unique TensorFlower2018-03-27
* Will open source this part of code.Gravatar A. Unique TensorFlower2018-03-04
* Let tf.constant_initializer accept tuples as intiail valuesGravatar Shanqing Cai2018-01-02
* Usability improvement for tf.constant_initializerGravatar Shanqing Cai2017-12-30
* Add an identity initializer that works with partitioned variables.Gravatar A. Unique TensorFlower2017-08-06
* Enables all optimizers for dense resource variables.Gravatar A. Unique TensorFlower2017-01-27
* Refactor intializer functions as initializer classes. This is purely a refact...Gravatar Francois Chollet2017-01-09
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* changing zeros_initializer API to be like other callable initializersGravatar Olivia Nordquist2016-12-11
* Fix flaky test for orthogonal initializer.Gravatar A. Unique TensorFlower2016-11-17
* Merge changes from github.Gravatar A. Unique TensorFlower2016-11-17
* changing the api for ones initializer to be consistent with the other callabl...Gravatar Olivia Nordquist2016-11-10
* tf.range: change capabilities and arguments to better match np.arangeGravatar A. Unique TensorFlower2016-09-30
* Avoid errors when initializing zero-size variables with get_variableGravatar A. Unique TensorFlower2016-09-22
* Clean up another batch of tensorflow tests that are using use_gpu.Gravatar Gunhan Gulsoy2016-09-09
* Update documentation to reflect the fact that a constant initializer accepts ...Gravatar A. Unique TensorFlower2016-08-17
* Remove arbitrary float restrictions for constant_ and random_uniform_initializerGravatar Geoffrey Irving2016-08-05
* Register LinSpace implementations on GPU too.Gravatar A. Unique TensorFlower2016-07-29
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Fix dependencies bugsGravatar Eugene Brevdo2016-03-11
* Added ones_initializer to init_ops.py redirect array_ops.zeros_initializer to...Gravatar A. Unique TensorFlower2016-03-03
* Get rid of some import cruft.Gravatar Josh Levenberg2016-02-10
* Consolidate the device function and device string handling in `tf.device()`.Gravatar Derek Murray2016-02-06
* Update init_ops to also support initialization of float64 variables.Gravatar Yutaka Leon2016-01-07
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Upstream changes from afternoon.Gravatar Vijay Vasudevan2015-11-12
* TensorFlow: upstream changes from the afternoon.Gravatar Vijay Vasudevan2015-11-11
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06