COMPMID-1578: Add ShuffleNet graph example

Change-Id: I0e577568b74cf5b2285e6f8c51f8403c9d5f78d2
Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/148747
Tested-by: bsgcomp <bsgcomp@arm.com>
Reviewed-by: Michalis Spyrou <michalis.spyrou@arm.com>
diff --git a/examples/graph_lenet.cpp b/examples/graph_lenet.cpp
index 6b9f302..79cf122 100644
--- a/examples/graph_lenet.cpp
+++ b/examples/graph_lenet.cpp
@@ -31,11 +31,7 @@
 using namespace arm_compute::graph::frontend;
 using namespace arm_compute::graph_utils;
 
-/** Example demonstrating how to implement LeNet's network using the Compute Library's graph API
- *
- * @param[in] argc Number of arguments
- * @param[in] argv Arguments ( [optional] Target (0 = NEON, 1 = OpenCL), [optional] Path to the weights folder, [optional] batches, [optional] Fast math for convolution layer (0 = DISABLED, 1 = ENABLED) )
- */
+/** Example demonstrating how to implement LeNet's network using the Compute Library's graph API */
 class GraphLenetExample : public Example
 {
 public: