aboutsummaryrefslogtreecommitdiff
path: root/examples/graph_inception_resnet_v2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graph_inception_resnet_v2.cpp')
-rw-r--r--examples/graph_inception_resnet_v2.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/examples/graph_inception_resnet_v2.cpp b/examples/graph_inception_resnet_v2.cpp
index 150de7dcc9..7e9fd412af 100644
--- a/examples/graph_inception_resnet_v2.cpp
+++ b/examples/graph_inception_resnet_v2.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 InceptionV4's network using the Compute Library's graph API
- *
- * @param[in] argc Number of arguments
- * @param[in] argv Arguments
- */
+/** Example demonstrating how to implement InceptionV4's network using the Compute Library's graph API */
class InceptionResNetV2Example final : public Example
{
public: