aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/split_v_op.cc
Commit message (Expand)AuthorAge
* Avoid capturing unused variables in lambda functionsGravatar Benoit Steiner2018-03-12
* Improve handling of undefined split_dim_tensor in the split_v op.Gravatar A. Unique TensorFlower2018-02-27
* Adopt Eigen::DenseIndex in lieu of int64 for a few variables (to appease comp...Gravatar A. Unique TensorFlower2018-02-27
* Changed back to Shard for SplitV to get better performance.Gravatar A. Unique TensorFlower2018-02-27
* Optimized non-aligned case of split and split_v on the first input dimension.Gravatar A. Unique TensorFlower2018-02-27
* 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
* Fixed work size computation in Split and SplitV ops to avoid integer overflow.Gravatar A. Unique TensorFlower2017-10-18
* Parallelized Split and SplitV TensorFlow ops across different output tensors....Gravatar A. Unique TensorFlower2017-08-16
* Minor cleanup: Add braces around if statement arms; remove redundant "return"...Gravatar A. Unique TensorFlower2017-06-06
* Support negative axis for Split opGravatar A. Unique TensorFlower2017-05-31
* 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
* Add whitespace to improve readability of logging & errors strings.Gravatar A. Unique TensorFlower2017-01-26
* Make SplitV support DT_BFLOAT16.Gravatar A. Unique TensorFlower2016-12-14
* Add a new op split_v that can handle variable size splits.Gravatar A. Unique TensorFlower2016-11-10