aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/fixtures
diff options
context:
space:
mode:
authorPablo Tello <pablo.tello@arm.com>2019-09-13 10:20:25 +0100
committerPablo Marquez <pablo.tello@arm.com>2019-09-20 09:27:12 +0000
commitc9564cb3850b6675cef663d7cc0722567b55cc25 (patch)
tree1ab16f4e24240fed839967c6e1b7a34597adce18 /tests/validation/fixtures
parent7b9d7ca0d207d9f4d4b96222940eb96c2e10a0f1 (diff)
downloadComputeLibrary-c9564cb3850b6675cef663d7cc0722567b55cc25.tar.gz
COMPMID-2257: Implement NEGenerateProposals.
Change-Id: I8d751f8b09f842a214c305a4530a71d82f16db8f Signed-off-by: Pablo Tello <pablo.tello@arm.com> Reviewed-on: https://review.mlplatform.org/c/1943 Tested-by: Arm Jenkins <bsgcomp@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com>
Diffstat (limited to 'tests/validation/fixtures')
-rw-r--r--tests/validation/fixtures/ComputeAllAnchorsFixture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/validation/fixtures/ComputeAllAnchorsFixture.h b/tests/validation/fixtures/ComputeAllAnchorsFixture.h
index bfa43ceafc..6f2db3e623 100644
--- a/tests/validation/fixtures/ComputeAllAnchorsFixture.h
+++ b/tests/validation/fixtures/ComputeAllAnchorsFixture.h
@@ -78,7 +78,7 @@ protected:
ARM_COMPUTE_EXPECT(!all_anchors.info()->is_resizable(), framework::LogLevel::ERRORS);
// Fill tensors
- fill(CLAccessor(anchors));
+ fill(AccessorType(anchors));
// Compute function
compute_all_anchors.run();