From b9bf946704608c9a5e48189e338cc6efebae1d65 Mon Sep 17 00:00:00 2001 From: James Conroy Date: Wed, 19 Sep 2018 11:58:44 +0100 Subject: IVGCVSW-1843: Edit comment to ref correct function * Changed comment to reference the function CreateArithmeticWorkloadTest, as the original CreateSubtractionWorkloadTest no longer exists. Change-Id: Ief60e6f3684bd5539d8fb21dd09fc7ef8e8a92f5 --- src/armnn/backends/test/CreateWorkloadCl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/armnn/backends') diff --git a/src/armnn/backends/test/CreateWorkloadCl.cpp b/src/armnn/backends/test/CreateWorkloadCl.cpp index 23843bd095..a273582e53 100644 --- a/src/armnn/backends/test/CreateWorkloadCl.cpp +++ b/src/armnn/backends/test/CreateWorkloadCl.cpp @@ -57,7 +57,7 @@ static void ClCreateArithmethicWorkloadTest() ClWorkloadFactory factory; auto workload = CreateArithmeticWorkloadTest(factory, graph); - // Checks that inputs/outputs are as we expect them (see definition of CreateSubtractionWorkloadTest). + // Checks that inputs/outputs are as we expect them (see definition of CreateArithmeticWorkloadTest). DescriptorType queueDescriptor = workload->GetData(); auto inputHandle1 = boost::polymorphic_downcast(queueDescriptor.m_Inputs[0]); auto inputHandle2 = boost::polymorphic_downcast(queueDescriptor.m_Inputs[1]); -- cgit v1.2.1