Compute Library  18.03
graph_vgg19.cpp File Reference
#include "arm_compute/graph/Graph.h"
#include "arm_compute/graph/Nodes.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 VGG19. More...
 

Function Documentation

int main ( int  argc,
char **  argv 
)

Main program for VGG19.

Parameters
[in]argcNumber of arguments
[in]argvArguments ( [optional] Target (0 = NEON, 1 = OpenCL), [optional] Path to the weights folder, [optional] image, [optional] labels )

Definition at line 240 of file graph_vgg19.cpp.

241 {
242  return arm_compute::utils::run_example<GraphVGG19Example>(argc, argv);
243 }