aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/functions/NEPoolingLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/NEON/functions/NEPoolingLayer.h')
-rw-r--r--arm_compute/runtime/NEON/functions/NEPoolingLayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm_compute/runtime/NEON/functions/NEPoolingLayer.h b/arm_compute/runtime/NEON/functions/NEPoolingLayer.h
index 3ac0844798..4224f75c77 100644
--- a/arm_compute/runtime/NEON/functions/NEPoolingLayer.h
+++ b/arm_compute/runtime/NEON/functions/NEPoolingLayer.h
@@ -72,6 +72,7 @@ private:
NEPoolingLayerKernel _pooling_layer_kernel;
NEFillBorderKernel _border_handler;
bool _is_global_pooling_layer;
+ DataLayout _data_layout;
};
}
#endif /* __ARM_COMPUTE_NEPOOLINGLAYER_H__ */