X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=documentation%2Fgraph__lenet_8cpp.xhtml;h=cdb75558247b56ff211bba1011fc62d0364806f4;hb=HEAD;hp=307a91f4cbe65c065899a80393ff2d6dfde073cb;hpb=67c8c91522e5be8156b77f57e63c0253535c902a;p=platform%2Fupstream%2Farmcl.git diff --git a/documentation/graph__lenet_8cpp.xhtml b/documentation/graph__lenet_8cpp.xhtml index 307a91f..cdb7555 100644 --- a/documentation/graph__lenet_8cpp.xhtml +++ b/documentation/graph__lenet_8cpp.xhtml @@ -40,7 +40,7 @@
Compute Library -  18.03 +  18.05
@@ -119,8 +119,7 @@ $(document).ready(function(){initNavTree('graph__lenet_8cpp.xhtml','');});
graph_lenet.cpp File Reference
-
#include "arm_compute/graph/Graph.h"
-#include "arm_compute/graph/Nodes.h"
+
#include "arm_compute/graph.h"
#include "support/ToolchainSupport.h"
#include "utils/GraphUtils.h"
#include "utils/Utils.h"
@@ -163,13 +162,13 @@ Functions
Parameters
- +
[in]argcNumber of arguments
[in]argvArguments ( [optional] Target (0 = NEON, 1 = OpenCL), [optional] Path to the weights folder, [optional] batches )
[in]argvArguments ( [optional] Target (0 = NEON, 1 = OpenCL, 2 = OpenCL with Tuner), [optional] Path to the weights folder, [optional] batches, [optional] Fast math for convolution layer (0 = DISABLED, 1 = ENABLED) )
-

Definition at line 124 of file graph_lenet.cpp.

-
125 {
126  return arm_compute::utils::run_example<GraphLenetExample>(argc, argv);
127 }
+

Definition at line 141 of file graph_lenet.cpp.

+
142 {
143  return arm_compute::utils::run_example<GraphLenetExample>(argc, argv);
144 }
@@ -178,7 +177,7 @@ Functions