aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/space_to_batch_nd_test.cc
Commit message (Collapse)AuthorAge
* SpaceToBatchND should pad with zero_point when inference_type is uint8Gravatar Suharsh Sivakumar2018-07-26
| | | | PiperOrigin-RevId: 206265356
* Make TFLite SpaceToBatchND op have parity with TF SpaceToBatchND op.Gravatar Nupur Garg2018-01-29
| | | | PiperOrigin-RevId: 183734695
* Support SpaceToBatchND in TFLite.Gravatar Nupur Garg2018-01-02
The internal implementation only supports 4D tensors for now. The dimension has to be 1 batch + 2 spatial + 1 other. The most common format within this restriction is NHWC. PiperOrigin-RevId: 180592870