aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/strided_slice.cc
Commit message (Expand)AuthorAge
* Update kernel evals to use new kernel signatures.Gravatar A. Unique TensorFlower2018-09-27
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
* Ignore stop indices when shrink_axis_mask is set in tf.lite StridedSlice impl...Gravatar RJ Ryan2018-06-28
* Enhance error reporting.Gravatar A. Unique TensorFlower2018-05-21
* Making GetInput from kernel_util.h return a pointer to const data.Gravatar A. Unique TensorFlower2018-05-11
* Fixing a bug in strided slice. The op was not handling negative indices corre...Gravatar A. Unique TensorFlower2018-04-17
* Add 8bit strided slice op to tfliteGravatar A. Unique TensorFlower2018-04-03
* Fix StridedSliceGravatar A. Unique TensorFlower2018-03-08
* Remove redundant calls to realloc dynamic tensors.Gravatar A. Unique TensorFlower2018-02-06
* Optimize memory allocation of TFLite StridedSlice Op for constant tensors.Gravatar A. Unique TensorFlower2018-01-30
* Support shrink_axis_mask argument of StridedSlice Op for TfLite.Gravatar A. Unique TensorFlower2018-01-29
* Support StridedSlice in TFLite for 1D-4D tensors.Gravatar A. Unique TensorFlower2018-01-23