aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/shape_ops.cc
Commit message (Expand)AuthorAge
* Adds a tf.ensure_shape function as a substitute for tensor.set_shape, which v...Gravatar Rachel Lim2018-08-28
* Revert "Branch 175277161"Gravatar Martin Wicke2017-11-10
* More Variant cross-device support:Gravatar Eugene Brevdo2017-10-11
* Add shape op registry for unary Variant tensors.Gravatar Eugene Brevdo2017-08-22
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
* Automated g4 rollback of changelist 160182040Gravatar A. Unique TensorFlower2017-06-26
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-26
* Register GPU kernels for shape ops with bool input.Gravatar A. Unique TensorFlower2017-05-12
* Merge changes from github.Gravatar Andrew Harp2017-03-01
* Expose shape op kernels to header.Gravatar A. Unique TensorFlower2017-01-26
* Merge changes from github.Gravatar Jonathan Hseu2016-12-22
* Fix linter errors left over from PRs.Gravatar Martin Wicke2016-12-15
* Merge changes from github.Gravatar Martin Wicke2016-12-14
* Add the int32 TypeConstraint to all kernels that could take both int32Gravatar Vijay Vasudevan2016-10-14
* Add complex64/complex128 GPU support for the following ops:Gravatar RJ Ryan2016-09-14
* Remove unnecessary log statement in SizeOp.Gravatar Vijay Vasudevan2016-09-07
* TensorFlow: Add int64 output kernels for Shape, Size, ShapeN.Gravatar Vijay Vasudevan2016-09-07
* Mark the ExpandDimOp and the SqueezeOp as non expensiveGravatar Benoit Steiner2016-07-30
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Refactoring shape checking to reduce redundant checksGravatar David G. Andersen2016-05-04
* Fixing more silent 64->32 conversions with explicit warnings (and/orGravatar David G. Andersen2016-04-13
* Merge changes from github.Gravatar Vijay Vasudevan2016-02-17
* Marks host memory for a few more ops.Gravatar A. Unique TensorFlower2016-02-10
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* Move #include <vector> out of port.h to users of std::vector<>.Gravatar Josh Levenberg2016-01-21
* Simplify ConcatGrad so that it generates N+2 nodes instead 4N+16 nodes.Gravatar A. Unique TensorFlower2016-01-20
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: more features, performance improvements, and doc fixes.Gravatar Vijay Vasudevan2015-11-18
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06