aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/split_op.cc
Commit message (Expand)AuthorAge
* Gracefully handle invalid inputs in Split and ReverseSequence.Gravatar Asim Shankar2018-09-13
* Adopt Eigen::DenseIndex in lieu of int64 for a few variables (to appease comp...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
* add bfloat16 support to some GPU ops: concat, constant, fill, pack, reshape,Gravatar A. Unique TensorFlower2017-12-15
* Enable bfloat16 tests and add a filter for currentlyGravatar A. Unique TensorFlower2017-12-14
* 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
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Support negative axis for Split opGravatar A. Unique TensorFlower2017-05-31
* Add Split and SplitV GPU support for complex64/complex128.Gravatar RJ Ryan2017-04-10
* Merge changes from github.Gravatar Jonathan Hseu2016-12-22
* Add the support of uint8 type for Split op.Gravatar A. Unique TensorFlower2016-10-28
* Update copyright for 3p/tf/core.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
* Fixing more silent 64->32 conversions with explicit warnings (and/orGravatar David G. Andersen2016-04-13
* Use the untemplated version of OpKernelContext::op_device_context() soGravatar Josh Levenberg2016-03-11
* Make gpu_lib for non-cuda deps that we use in public kernels.Gravatar Vijay Vasudevan2016-02-25
* TensorFlow: make split_op not use internal header library for callback,Gravatar Vijay Vasudevan2016-02-25
* Give tensorflow/core/kernels/ its own BUILD file.Gravatar Josh Levenberg2016-02-24
* Refactor the split op kernel, make use of standard macros, ldg.Gravatar Manjunath Kudlur2016-02-16
* Implement SplitOp for GPU using one kernel.Gravatar Manjunath Kudlur2016-02-15
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* Move #include <vector> out of port.h to users of std::vector<>.Gravatar Josh Levenberg2016-01-21
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Doc and linter fixes, some additional tests andGravatar Vijay Vasudevan2015-11-16
* TensorFlow: Minor updates to docs, BUILD, GPU config / perf, etc.Gravatar Vijay Vasudevan2015-11-12
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06