aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/Types.h
diff options
context:
space:
mode:
authorFrederick Liardet <frederick.liardet@arm.com>2021-04-22 21:13:21 +0100
committerfrederick.liardet <frederick.liardet@arm.com>2021-06-15 11:24:53 +0000
commit36dff9f81e3a95aea19fcc7246a4896930a14bc6 (patch)
tree64f3194e806bb4a8a5e6f2f30c202295c5e853c6 /arm_compute/core/Types.h
parentee301b384f4aeb697a5c249b8bb848d784146582 (diff)
downloadComputeLibrary-36dff9f81e3a95aea19fcc7246a4896930a14bc6.tar.gz
Add NHWC support to CLRemap
Add NHWC support to CLRemap, also add relevant tests. Partially resolves COMPMID-4335. Change-Id: I119bea99be497fb85d5cd83a10f8d4e8e1f97f17 Signed-off-by: Freddie Liardet <frederick.liardet@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5773 Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'arm_compute/core/Types.h')
-rw-r--r--arm_compute/core/Types.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arm_compute/core/Types.h b/arm_compute/core/Types.h
index 2dc9a77c39..48c87cd8ac 100644
--- a/arm_compute/core/Types.h
+++ b/arm_compute/core/Types.h
@@ -105,9 +105,6 @@ enum class SamplingPolicy
TOP_LEFT /**< Samples are taken at pixel top left corner */
};
-/** Constant value of the border pixels when using BorderMode::CONSTANT */
-constexpr uint8_t CONSTANT_BORDER_VALUE = 199;
-
/** [DataLayout enum definition] **/
/** Supported tensor data layouts */