aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/constant_op_test.py
Commit message (Expand)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-13
* Fix crash when invalid dtype was passed (#18481)Gravatar Yong Tang2018-04-13
* Adds complex64/128 Fill kernel registrations for GPU.Gravatar Brian Patton2018-04-09
* Adds a GPU kernel registration for PlaceholderWithDefault, so we can avoid th...Gravatar A. Unique TensorFlower2018-03-15
* Fix another eager PyObject leakGravatar Allen Lavoie2018-03-12
* Merge changes from github.Gravatar Michael Case2018-02-07
* Fix bfloat16 serialization of Tensors.Gravatar Peter Hawkins2017-12-13
* Merge changes from github.Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615107Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615737Gravatar Yifei Feng2017-11-22
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-11-22
* Merge changes from github.Gravatar Yifei Feng2017-11-21
* Added registry for variants for op ZerosLike.Gravatar Eugene Brevdo2017-09-01
* Implement Variant changes suggested by Manjunath Kudlur; simplify API.Gravatar Eugene Brevdo2017-08-24
* Add ability for constant_op to accept encoded Variant tensors.Gravatar Eugene Brevdo2017-08-21
* Fix shape error when a Placeholder operator with a partial shape is executed ...Gravatar Peter Hawkins2017-06-29
* In python function to convert a shape to a tensor, support converting toGravatar A. Unique TensorFlower2017-04-17
* Bug fix: zeros_like(x) does not depend on x if its shape is fully defined.Gravatar Eugene Brevdo2017-04-13
* Change Placeholder to support partial shapes and enforce scalar shapes.Gravatar Vijay Vasudevan2017-04-10
* Merge changes from github.Gravatar Vijay Vasudevan2017-02-17
* Temporarily disable large graph tests that may be causingGravatar Vijay Vasudevan2017-02-16
* Add string support to tf.zeros.Gravatar A. Unique TensorFlower2017-01-31
* Rename usages of tf.mul, tf.neg, tf.sub that are used internallyGravatar Andrew Selle2016-12-20
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Automated rollback of change 138583261Gravatar Jonathan Hseu2016-11-18
* Update Fill, Tile, and Slice C++ shape fns to use MakeShapeFromShapeTensor, toGravatar A. Unique TensorFlower2016-11-14
* zeroslike/int64 on gpuGravatar A. Unique TensorFlower2016-11-10
* Rename tf.Tensor to tf.OutputGravatar Jonathan Hseu2016-11-08
* Registers more types for some GPU kernels:Gravatar A. Unique TensorFlower2016-10-24
* Add PlaceholderV2 and VariableV2 ops that can properly specifyGravatar Vijay Vasudevan2016-10-19
* Automated rollback of change 136214096Gravatar Rohan Jain2016-10-14
* Register Fill with quint8.Gravatar Jianmin Chen2016-10-14
* Teach tf.ones and tf.zeros about boolGravatar Geoffrey Irving2016-08-25
* Adapt the shape function for `tf.fill()` to handle partial shapes.Gravatar Derek Murray2016-06-30
* Merge changes from github.Gravatar Martin Wicke2016-06-03
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Fix `tf.ones()` and `tf.zeros()` to accept auto-packed inputs.Gravatar Derek Murray2016-05-31
* Fix bug in `tf.zeros()` when specifying a scalar shape as an empty tuple.Gravatar Derek Murray2016-04-15
* Prevent the feeding of tensors whose values are used to calculate shapes.Gravatar Derek Murray2016-03-15
* Fix dependencies bugsGravatar Eugene Brevdo2016-03-11
* Partially revert a change to zeros_like which broke the Mandelbrot exampleGravatar Geoffrey Irving2016-03-08
* Get rid of some import cruft.Gravatar Josh Levenberg2016-02-10
* Fixes ZerosLike on GPUGravatar A. Unique TensorFlower2016-02-04
* Change DebugString behavior to ShortDebugStringGravatar Geoffrey Irving2016-01-20
* Fix fill gradient test for legacy scalar strictnessGravatar David G. Andersen2016-01-12
* Provide a gradient for tf.fillGravatar David G. Andersen2016-01-12
* Add better shape inference for `tf.zeros_like()` and `tf.ones_like()`.Gravatar Derek Murray2016-01-11
* Make `MakeShape` and `VectorToShape` robust to negative indices.Gravatar Derek Murray2015-12-16
* Add a human-readable Tensor.__repr__(), and improve TensorShape.__str__().Gravatar Derek Murray2015-12-15
* TensorFlow: Upstream changes to git.Gravatar Vijay Vasudevan2015-12-08