aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Conroy <james.conroy@arm.com>2018-09-19 11:58:44 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2018-10-10 16:16:56 +0100
commitb9bf946704608c9a5e48189e338cc6efebae1d65 (patch)
treee9f65a7331edb11c7727db7e999a24d899133a58
parent2c9322a275b0450fd8a7c49b54924890639d2001 (diff)
downloadarmnn-b9bf946704608c9a5e48189e338cc6efebae1d65.tar.gz
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
-rw-r--r--src/armnn/backends/test/CreateWorkloadCl.cpp2
1 files changed, 1 insertions, 1 deletions
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<WorkloadType, DescriptorType, LayerType, DataType>(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<IClTensorHandle*>(queueDescriptor.m_Inputs[0]);
auto inputHandle2 = boost::polymorphic_downcast<IClTensorHandle*>(queueDescriptor.m_Inputs[1]);