aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/strided_slice_op.cc
Commit message (Expand)AuthorAge
* Fix the bug that StridedSlice loses static dimension when dim==0.Gravatar A. Unique TensorFlower2018-08-17
* Fixed typos, commentsGravatar PW4862017-11-09
* Fixed typos, commentsGravatar PW4862017-11-09
* Fixed typos, commentsGravatar PW4862017-11-09
* Branch 160346151 (#11094)Gravatar Yifei Feng2017-06-28
* Minor headers fixes.Gravatar A. Unique TensorFlower2016-11-21
* More shape inference for strided sliceGravatar A. Unique TensorFlower2016-10-18
* Cleanup license headerGravatar A. Unique TensorFlower2016-09-29
* Change StridedSlice to error on scalar input, in bothGravatar A. Unique TensorFlower2016-09-27
* Add StridedSlice C++ shape fn and change python to use it.Gravatar A. Unique TensorFlower2016-09-15
* Convert raw array used in lambda capture to a `const std::array<>`.Gravatar Derek Murray2016-09-13
* Move shared validation for StridedSliceOp to a separate header, in preparationGravatar A. Unique TensorFlower2016-09-09