aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/builtin_op_data.h
diff options
context:
space:
mode:
authorGravatar Nupur Garg <nupurgarg@google.com>2018-01-29 10:31:23 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-01-29 10:37:43 -0800
commit730071d0dca35a9e08f3bdc49661ae34d109da74 (patch)
treea8e25ab416d0501ed5cf3236832388b11287a267 /tensorflow/contrib/lite/builtin_op_data.h
parent1f26c65254268730b7409f517d1ed1b554d01e50 (diff)
Make TFLite BatchToSpaceND op have parity with TF BatchToSpaceND op.
PiperOrigin-RevId: 183687487
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 8966e5c2b6..6dd9cb39d2 100644
--- a/tensorflow/contrib/lite/builtin_op_data.h
+++ b/tensorflow/contrib/lite/builtin_op_data.h
@@ -127,14 +127,6 @@ typedef struct {
} TfLiteSpaceToBatchNDParams;
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_crops[2];
- int after_crops[2];
} TfLiteBatchToSpaceNDParams;
typedef struct {