aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/pad_op.cc
Commit message (Expand)AuthorAge
* Adds support for Pad of bool, complex64, and other types on GPU.Gravatar Brian Patton2018-06-25
* Collapse adjacent dimensions that have no paddings.Gravatar Jingyue Wu2018-03-21
* Automated g4 rollback of changelist 188440916Gravatar Lukasz Kaiser2018-03-19
* Enable int8 tf.pad on GPU.Gravatar Jingyue Wu2018-03-13
* Collapse adjacent dimensions that have no paddings.Gravatar Jingyue Wu2018-03-08
* Add support for padding tf.string tensors on CPU.Gravatar RJ Ryan2018-03-07
* Merge changes from github.Gravatar Benoit Steiner2017-10-24
* Don't use std::pair on GPU since it's not supported by nvccGravatar Benoit Steiner2017-08-30
* Add a PadV2 op with support for specifying a pad value.Gravatar RJ Ryan2017-07-10
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Merge changes from github.Gravatar Andrew Harp2017-03-01
* Add the int32 TypeConstraint to all kernels that could take both int32Gravatar Vijay Vasudevan2016-10-14
* Automated rollback of change 130659785Gravatar Vijay Vasudevan2016-08-18
* Automated rollback of change 130654153Gravatar Geoffrey Irving2016-08-18
* Increase maximum rank of 'tile' and 'pad' ops input tensors to 6.Gravatar A. Unique TensorFlower2016-08-18
* Remove unnecessary copies from conv ops and pad ops.Gravatar A. Unique TensorFlower2016-08-05
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Let padding op handle large ( >= 2^31) tensors properly.Gravatar David G. Andersen2016-05-02
* Don't provide a padding op for strings: the code never did what could beGravatar Benoit Steiner2016-02-29
* Merge changes from github.Gravatar Vijay Vasudevan2016-02-17
* Merge changes from GitHub, clean up linter errors, fix dependencies test.Gravatar Martin Wicke2016-02-07
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* Fix bug where attrs with values that are the empty listGravatar Josh Levenberg2016-01-07
* Change: 111522571Gravatar A. Unique TensorFlower2016-01-06
* New GraphDef version 4: TensorFlow is now scalar strictGravatar A. Unique TensorFlower2016-01-06
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: more features, performance improvements, and doc fixes.Gravatar Vijay Vasudevan2015-11-18
* TensorFlow: Doc and linter fixes, some additional tests andGravatar Vijay Vasudevan2015-11-16
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06