aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/concat_op.cc
Commit message (Expand)AuthorAge
* Improving error messages for dtypes.Gravatar A. Unique TensorFlower2018-08-09
* Improve the latency of small `tf.concat()` operations.Gravatar Derek Murray2018-07-04
* Register tf.concat with uint8 data type.Gravatar A. Unique TensorFlower2018-04-09
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/core/kernels.Gravatar A. Unique TensorFlower2018-01-26
* Enable bfloat16 for CPU kernelsGravatar A. Unique TensorFlower2018-01-16
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Add GPU kernel registrations for int64 tf.concat, tf.stackGravatar A. Unique TensorFlower2017-07-14
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Add tf.concat GPU kernels for complex64/complex128.Gravatar RJ Ryan2017-04-10
* Merge changes from github.Gravatar Andrew Harp2017-03-01
* Add whitespace to improve readability of logging & errors strings.Gravatar A. Unique TensorFlower2017-01-26
* Add support for gradient calculation for concat_v2 with negative axis to fix ...Gravatar A. Unique TensorFlower2017-01-06
* Registers resource handles by default for most kernels.Gravatar A. Unique TensorFlower2016-12-12
* The concat error message does not provide enough information. This just chang...Gravatar A. Unique TensorFlower2016-10-31
* Add ConcatV2 operation which is the same as Concat but with argument orderGravatar A. Unique TensorFlower2016-10-20
* Adding an optimized implementation of concat on GPUs. Large efficiency gainsGravatar A. Unique TensorFlower2016-10-06
* Portability fixes for various kernels.Gravatar Derek Murray2016-09-21
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Let Concat properly handle concat dim > 2^31 when dealing with Very Large Ten...Gravatar David G. Andersen2016-05-25
* Register 16 bit version of concat on CPUGravatar A. Unique TensorFlower2016-05-04
* In ConcatOp, flip use of GPU64 and GPU32 to match the result of comparingGravatar A. Unique TensorFlower2016-04-26
* Fix int-overflow errors in concat cpu kernel.Gravatar Josh Levenberg2016-04-07
* Fixing an int64->int32 conversion that may have made concatoffset notGravatar David G. Andersen2016-03-16
* Give tensorflow/core/kernels/ its own BUILD file.Gravatar Josh Levenberg2016-02-24
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* Change uses of TensorShape::ShortDebugString to DebugStringGravatar Geoffrey Irving2016-01-22
* Simplify ConcatGrad so that it generates N+2 nodes instead 4N+16 nodes.Gravatar A. Unique TensorFlower2016-01-20
* 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: Doc and linter fixes, some additional tests andGravatar Vijay Vasudevan2015-11-16
* TensorFlow: Upstream changes from afternoon.Gravatar Vijay Vasudevan2015-11-12
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06