aboutsummaryrefslogtreecommitdiff
path: root/examples/graph_vgg19.cpp
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2018-09-14 18:35:11 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:54:54 +0000
commit108ab0bc0395b558a96951f41d7580d308708bc5 (patch)
tree96132b3d8f16deac80794d07d61aa3d41f5f3fd4 /examples/graph_vgg19.cpp
parent728d3cf79fb268c3069c31840271ae08b3993842 (diff)
downloadComputeLibrary-108ab0bc0395b558a96951f41d7580d308708bc5.tar.gz
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>
Diffstat (limited to 'examples/graph_vgg19.cpp')
-rw-r--r--examples/graph_vgg19.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/examples/graph_vgg19.cpp b/examples/graph_vgg19.cpp
index 8d64c1cdbb..6127c745ea 100644
--- a/examples/graph_vgg19.cpp
+++ b/examples/graph_vgg19.cpp
@@ -30,11 +30,7 @@
using namespace arm_compute::utils;
using namespace arm_compute::graph::frontend;
using namespace arm_compute::graph_utils;
-/** Example demonstrating how to implement VGG19's network using the Compute Library's graph API
- *
- * @param[in] argc Number of arguments
- * @param[in] argv Arguments
- */
+/** Example demonstrating how to implement VGG19's network using the Compute Library's graph API */
class GraphVGG19Example : public Example
{
public: