aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/batch_to_space_nd.cc
Commit message (Expand)AuthorAge
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
* Consolidate refactoring of runtime shapes.Gravatar A. Unique TensorFlower2018-08-30
* 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
* Enable support for crops in BatchToSpaceNdGravatar A. Unique TensorFlower2018-05-10
* Adding support for batch_to_space_nd op with crops.Gravatar A. Unique TensorFlower2018-04-11
* Remove redundant calls to realloc dynamic tensors.Gravatar A. Unique TensorFlower2018-02-06
* Internal change.Gravatar Nupur Garg2018-01-30
* Make TFLite BatchToSpaceND op have parity with TF BatchToSpaceND op.Gravatar Nupur Garg2018-01-29
* Support BatchToSpaceND in TFLiteGravatar Yu-Cheng Ling2017-12-14