From c9564cb3850b6675cef663d7cc0722567b55cc25 Mon Sep 17 00:00:00 2001 From: Pablo Tello Date: Fri, 13 Sep 2019 10:20:25 +0100 Subject: COMPMID-2257: Implement NEGenerateProposals. Change-Id: I8d751f8b09f842a214c305a4530a71d82f16db8f Signed-off-by: Pablo Tello Reviewed-on: https://review.mlplatform.org/c/1943 Tested-by: Arm Jenkins Comments-Addressed: Arm Jenkins Reviewed-by: Michele Di Giorgio --- tests/validation/fixtures/ComputeAllAnchorsFixture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/validation/fixtures') 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(); -- cgit v1.2.1