From 102b0ce919bf5415993cdd6b0e4385b35734d38d Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Thu, 13 Feb 2020 17:59:09 +0000 Subject: COMPMID-3105: Update pad layer to PadV2 Adds the ability to set the padding value in the pad layer node. Change-Id: I2f323146cbdfdfd6cfd617ee4bcafb5ffafedbbb Signed-off-by: Georgios Pinitas Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/2727 Reviewed-by: Michele Di Giorgio Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- arm_compute/graph/Types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arm_compute/graph/Types.h') diff --git a/arm_compute/graph/Types.h b/arm_compute/graph/Types.h index 7c81641cbe..296f757c9b 100644 --- a/arm_compute/graph/Types.h +++ b/arm_compute/graph/Types.h @@ -25,6 +25,7 @@ #define ARM_COMPUTE_GRAPH_TYPES_H #include "arm_compute/core/Error.h" +#include "arm_compute/core/PixelValue.h" #include "arm_compute/core/Types.h" #include "arm_compute/runtime/CL/CLTunerTypes.h" @@ -45,6 +46,7 @@ using arm_compute::DataLayoutDimension; using arm_compute::TensorShape; using arm_compute::Size2D; using arm_compute::PermutationVector; +using arm_compute::PixelValue; using arm_compute::ActivationLayerInfo; using arm_compute::DetectionOutputLayerInfo; -- cgit v1.2.1