From 1db8b822324c4d2c3e55cf3966cfae36757793b5 Mon Sep 17 00:00:00 2001 From: Narumol Prangnawarat Date: Thu, 25 Jun 2020 11:53:50 +0100 Subject: Update comment message on DynamicSample example Signed-off-by: Narumol Prangnawarat Change-Id: I7e67400d7cd2b83aa55320c0739c531625ed32be --- samples/DynamicSample.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'samples/DynamicSample.cpp') diff --git a/samples/DynamicSample.cpp b/samples/DynamicSample.cpp index 3abe12f309..ffcc9de083 100644 --- a/samples/DynamicSample.cpp +++ b/samples/DynamicSample.cpp @@ -9,8 +9,8 @@ #include -/// 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; -- cgit v1.2.1