From 108ab0bc0395b558a96951f41d7580d308708bc5 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Fri, 14 Sep 2018 18:35:11 +0100 Subject: COMPMID-1578: Add ShuffleNet graph example Change-Id: I0e577568b74cf5b2285e6f8c51f8403c9d5f78d2 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/148747 Tested-by: bsgcomp Reviewed-by: Michalis Spyrou --- examples/graph_squeezenet.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'examples/graph_squeezenet.cpp') diff --git a/examples/graph_squeezenet.cpp b/examples/graph_squeezenet.cpp index cee0ffb43d..ddb4474aac 100644 --- a/examples/graph_squeezenet.cpp +++ b/examples/graph_squeezenet.cpp @@ -31,11 +31,7 @@ using namespace arm_compute::utils; using namespace arm_compute::graph::frontend; using namespace arm_compute::graph_utils; -/** Example demonstrating how to implement Squeezenet's network using the Compute Library's graph API - * - * @param[in] argc Number of arguments - * @param[in] argv Arguments - */ +/** Example demonstrating how to implement Squeezenet's network using the Compute Library's graph API */ class GraphSqueezenetExample : public Example { public: -- cgit v1.2.1