aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/concat_op_test.py
Commit message (Expand)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-13
* Change `gen_array_ops._concat_v2` to gen_array_ops.concat_v2`Gravatar Yong Tang2018-03-19
* Add test cases for int64 support of `axis` (`Tidx`) for ConcatV2Gravatar Yong Tang2018-03-18
* Removing underscore prefixes from hidden generated Python functions.Gravatar Anna R2018-02-28
* Reduce the number of concats to avoid test timeout.Gravatar Yao Zhang2018-02-07
* 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
* Add tf.concat GPU kernels for complex64/complex128.Gravatar RJ Ryan2017-04-10
* Update comment: `tf.pack` -> `tf.stack`.Gravatar A. Unique TensorFlower2017-01-28
* Add tf.concat with the new argument order: tf.concat(values, axis, name). Also,Gravatar A. Unique TensorFlower2017-01-10
* Remove tf.concat(concat_dim, values, name). I will follow up with another cl ...Gravatar A. Unique TensorFlower2017-01-09
* Add support for gradient calculation for concat_v2 with negative axis to fix ...Gravatar A. Unique TensorFlower2017-01-06
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Fix C++ shape function for Concat with concat_dim=-1.Gravatar A. Unique TensorFlower2016-11-29
* Add concat_v2 to array_ops.py. Also, add gradient support for concat_v2 op.Gravatar A. Unique TensorFlower2016-11-21
* Add a new op split_v that can handle variable size splits.Gravatar A. Unique TensorFlower2016-11-10
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
* 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
* Move the large-tensor concat op test to another test file that can be markedGravatar A. Unique TensorFlower2016-10-19
* Adding an optimized implementation of concat on GPUs. Large efficiency gainsGravatar A. Unique TensorFlower2016-10-06
* Take advantage of the shape information whenever it is known at graph creationGravatar Benoit Steiner2016-08-11
* Merge changes from github.Gravatar Benoit Steiner2016-06-16
* Update copyright for 3p/tf/python.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
* Use convert_to_tensor to do type/shape check instead of make_tensor_proto,Gravatar Manjunath Kudlur2016-04-05
* Add type check for concat dim, add tests.Gravatar Manjunath Kudlur2016-03-31
* Get rid of some import cruft.Gravatar Josh Levenberg2016-02-10
* Simplify ConcatGrad so that it generates N+2 nodes instead 4N+16 nodes.Gravatar A. Unique TensorFlower2016-01-20
* Fix fill gradient test for legacy scalar strictnessGravatar David G. Andersen2016-01-12
* Added 'logging' import to control_flow_ops which is used in the file but not ...Gravatar A. Unique TensorFlower2016-01-05
* Unspecified message.Gravatar A. Unique TensorFlower2015-12-22
* TensorFlow: Upstream changes to git.Gravatar Vijay Vasudevan2015-12-02
* TensorFlow: upstream changes to gitGravatar Vijay Vasudevan2015-12-01
* TensorFlow: Upstream changes to gitGravatar Manjunath Kudlur2015-11-25
* 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