aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/builtin_op_data.h
diff options
context:
space:
mode:
authorGravatar Nupur Garg <nupurgarg@google.com>2018-01-29 15:06:30 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-01-29 15:10:40 -0800
commitaaaeef5bbc4698ea48c2476ad5c84a94712c8d2f (patch)
tree6a40ea0692cae1e71b4fa8189fbde711a3569273 /tensorflow/contrib/lite/builtin_op_data.h
parenta807755db184c2d2c3b9bcca65457e9915508650 (diff)
Make TFLite SpaceToBatchND op have parity with TF SpaceToBatchND op.
PiperOrigin-RevId: 183734695
Diffstat (limited to 'tensorflow/contrib/lite/builtin_op_data.h')
-rw-r--r--tensorflow/contrib/lite/builtin_op_data.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/tensorflow/contrib/lite/builtin_op_data.h b/tensorflow/contrib/lite/builtin_op_data.h
index 7a7e20a41e..a1037a525c 100644
--- a/tensorflow/contrib/lite/builtin_op_data.h
+++ b/tensorflow/contrib/lite/builtin_op_data.h
@@ -116,14 +116,6 @@ typedef struct {
} TfLiteAddParams;
typedef struct {
- // Number of spatial dimensions.
- // For now only NHWC is supported, and the value should always be 2.
- int num_spatial_dimensions;
- // TODO(ahentz): We can't have dynamic data in this struct, at least not yet.
- // For now we will fix the maximum possible number of dimensions.
- int block_shape[2];
- int before_paddings[2];
- int after_paddings[2];
} TfLiteSpaceToBatchNDParams;
typedef struct {