Compute Library  18.03
graph_inception_v4.cpp File Reference
#include "arm_compute/graph/Graph.h"
#include "arm_compute/graph/Nodes.h"
#include "arm_compute/graph/SubGraph.h"
#include "support/ToolchainSupport.h"
#include "utils/GraphUtils.h"
#include "utils/Utils.h"
#include <cstdlib>
#include <tuple>

Go to the source code of this file.

Functions

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

Function Documentation

int main ( int  argc,
char **  argv 
)

Main program for Inception V4.

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

Definition at line 733 of file graph_inception_v4.cpp.

734 {
735  return arm_compute::utils::run_example<InceptionV4Example>(argc, argv);
736 }