Compute Library
 19.05
graph_lenet.cpp File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Main program for LeNet.

Note
To list all the possible arguments execute the binary appended with the –help option
Parameters
[in]argcNumber of arguments
[in]argvArguments

Definition at line 137 of file graph_lenet.cpp.

138 {
139  return arm_compute::utils::run_example<GraphLenetExample>(argc, argv);
140 }