Compute Library  18.05
graph_lenet.cpp File Reference
#include "arm_compute/graph.h"
#include "support/ToolchainSupport.h"
#include "utils/GraphUtils.h"
#include "utils/Utils.h"
#include <cstdlib>

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 Main program for LeNet. More...
 

Function Documentation

int main ( int  argc,
char **  argv 
)

Main program for LeNet.

Parameters
[in]argcNumber of arguments
[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 141 of file graph_lenet.cpp.

142 {
143  return arm_compute::utils::run_example<GraphLenetExample>(argc, argv);
144 }