aboutsummaryrefslogtreecommitdiff
path: root/examples/graph_inception_v4.cpp
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2018-07-18 20:01:53 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:54:54 +0000
commit9f28b391ca69e7294ab1a52291f28b44a4ceb409 (patch)
treee96f74facda94c02546650758af4757f8cdb8959 /examples/graph_inception_v4.cpp
parent9c07c9609dbc9bbeb211b3bd38195f19ab42904c (diff)
downloadComputeLibrary-9f28b391ca69e7294ab1a52291f28b44a4ceb409.tar.gz
COMPMID-1393: Update example documentation
Change-Id: I7251575645b35b611de9d8931bb2b7dbc096de13 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/140544 Tested-by: Jenkins <bsgcomp@arm.com> Reviewed-by: Anthony Barbier <anthony.barbier@arm.com>
Diffstat (limited to 'examples/graph_inception_v4.cpp')
-rw-r--r--examples/graph_inception_v4.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/graph_inception_v4.cpp b/examples/graph_inception_v4.cpp
index def73dff7a..4e405923fc 100644
--- a/examples/graph_inception_v4.cpp
+++ b/examples/graph_inception_v4.cpp
@@ -719,6 +719,8 @@ private:
/** Main program for Inception V4
*
+ * @note To list all the possible arguments execute the binary appended with the --help option
+ *
* @param[in] argc Number of arguments
* @param[in] argv Arguments
*/