aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/slice_op.cc
Commit message (Expand)AuthorAge
* Merge pull request #22571 from Intel-tensorflow:agramesh/fix_mkl_sliceGravatar TensorFlower Gardener2018-09-30
|\
* | Adds a build flag to enable MKL (mkl_enabled=true).Gravatar A. Unique TensorFlower2018-09-25
| * Removing dead code. With the addition of mkl slice using MKL DNN this code wi...Gravatar AG Ramesh2018-09-21
|/
* fix msvc error C3016Gravatar fo402252018-02-16
* Branch 183429339 (#16469)Gravatar Rasmus Munk Larsen2018-01-26
* Enable bfloat16 for CPU kernelsGravatar A. Unique TensorFlower2018-01-16
* Merge changes from github.Gravatar Patrick Nguyen2017-12-28
* Merge changes from github.Gravatar A. Unique TensorFlower2017-12-22
* add bfloat16 support to some GPU ops: concat, constant, fill, pack, reshape,Gravatar A. Unique TensorFlower2017-12-15
* Automated g4 rollback of changelist 176615107Gravatar Yifei Feng2017-11-22
* Merge changes from github.Gravatar Yifei Feng2017-11-21
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
* Automated g4 rollback of changelist 160182040Gravatar A. Unique TensorFlower2017-06-26
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-26
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Increase maximum tensor rank to 7 for slice, strided_slice, and tile ops.Gravatar A. Unique TensorFlower2017-01-24
* Register Slice op for quantized types.Gravatar A. Unique TensorFlower2017-01-09
* Merge changes from github.Gravatar Jonathan Hseu2016-12-22
* Registers resource handles by default for most kernels.Gravatar A. Unique TensorFlower2016-12-12
* Optimize slice for 1D tensors.Gravatar Jack Rae2016-11-09
* Add a core:framework_minimal library that includes minimal headers for types,Gravatar A. Unique TensorFlower2016-09-29
* Add complex64/complex128 GPU support for the following ops:Gravatar RJ Ryan2016-09-14
* Split slice_op into multiple files to improve compilation times for CPU.Gravatar A. Unique TensorFlower2016-08-16
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Fixing additional int64->32 implicit conversion warnings.Gravatar David G. Andersen2016-04-08
* Marks host memory for a few more ops.Gravatar A. Unique TensorFlower2016-02-10
* 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
* Fix bug where attrs with values that are the empty listGravatar Josh Levenberg2016-01-07
* Allow slicing up to rank 6 tensors.Gravatar A. Unique TensorFlower2016-01-06
* Change: 111522571Gravatar A. Unique TensorFlower2016-01-06
* New GraphDef version 4: TensorFlow is now scalar strictGravatar A. Unique TensorFlower2016-01-06
* Remove #include of mem.h from port.h, instead including itGravatar Josh Levenberg2016-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: 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