Update comment message on DynamicSample example
authorNarumol Prangnawarat <narumol.prangnawarat@arm.com>
Thu, 25 Jun 2020 10:53:50 +0000 (11:53 +0100)
committerNarumol Prangnawarat <narumol.prangnawarat@arm.com>
Fri, 26 Jun 2020 08:26:52 +0000 (08:26 +0000)
Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com>
Change-Id: I7e67400d7cd2b83aa55320c0739c531625ed32be

samples/DynamicSample.cpp

index 3abe12f..ffcc9de 100644 (file)
@@ -9,8 +9,8 @@
 
 #include <iostream>
 
-/// A simple example of using the ArmNN SDK API. In this sample, the users single input number is multiplied by 1.0f
-/// using a fully connected layer with a single neuron to produce an output number that is the same as the input.
+/// A simple example of using the ArmNN SDK API with the standalone sample dynamic backend.
+/// In this example, an addition layer is used to add 2 input tensors to produce a result output tensor.
 int main()
 {
     using namespace armnn;