aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/split_op_test.py
Commit message (Expand)AuthorAge
* Two improvements to tf.split's shape functionGravatar Geoffrey Irving2018-08-09
* Replace unnecessary `()` in `run_in_graph_and_eager_modes()`.Gravatar Tom Hennigan2018-06-22
* Improve handling of undefined split_dim_tensor in the split_v op.Gravatar A. Unique TensorFlower2018-02-27
* Optimize tf.split for eager modeGravatar Igor Ganichev2017-11-02
* Support negative axis for Split opGravatar A. Unique TensorFlower2017-05-31
* Avoid checking for shape consistency in split, when the dimension is unknown.Gravatar A. Unique TensorFlower2017-05-10
* Fix multiple minor split_v related issues.Gravatar A. Unique TensorFlower2017-05-05
* Add Split and SplitV GPU support for complex64/complex128.Gravatar RJ Ryan2017-04-10
* This is to address a long standing issue (probably from day 1 of TensorFlow) ...Gravatar Yuan Yu2017-03-30
* Merge changes from github.Gravatar Jonathan Hseu2016-12-22
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Major intent of this CL is to rename split_v -> split in the python API.Gravatar A. Unique TensorFlower2016-12-12
* Fix bug in handling of explicitly specified num parameter of split_vGravatar A. Unique TensorFlower2016-12-08
* Add named arguments to all uses of tf.split and reverse the order of argumentsGravatar A. Unique TensorFlower2016-12-07
* Fix bug introduced in split_v during name changeGravatar A. Unique TensorFlower2016-12-06
* Add a new op split_v that can handle variable size splits.Gravatar A. Unique TensorFlower2016-11-10
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* In SplitOp GPU, avoid memcpying the pointers to the device if the number ofGravatar A. Unique TensorFlower2016-05-10
* Get rid of some import cruft.Gravatar Josh Levenberg2016-02-10
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: upstream changes from the afternoon.Gravatar Vijay Vasudevan2015-11-11
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06