From cc171f9e4520e16b5e1b9c483562ed022d9151fa Mon Sep 17 00:00:00 2001 From: Gunes Bayir Date: Mon, 13 Sep 2021 13:38:29 +0100 Subject: Provide tests for fusing pad layer in graph API There are two tests: - A unit test that checks if certain padding configurations are to be fused or not - A fixture test that compares a reference implementation of pad+conv vs target implementation using the same fusing logic as graph API Tests are written for CL backend only to prevent code duplication. The code written in the graph API remains untested. Resolves: COMPMID-4702 Change-Id: Ie84d1cb910013033b46ac9d66cf5fc556d4963d2 Signed-off-by: Gunes Bayir Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6252 Tested-by: Arm Jenkins Reviewed-by: Sheri Zhang Comments-Addressed: Arm Jenkins --- src/graph/Utils.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/graph/Utils.cpp') diff --git a/src/graph/Utils.cpp b/src/graph/Utils.cpp index 7db06b9c70..dcab177a3b 100644 --- a/src/graph/Utils.cpp +++ b/src/graph/Utils.cpp @@ -225,5 +225,6 @@ void configure_tensor(Tensor *tensor) tensor->set_handle(std::move(handle)); } } + } // namespace graph } // namespace arm_compute -- cgit v1.2.1