Compute Library
18.03
|
#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... | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Main program for VGG19.
[in] | argc | Number of arguments |
[in] | argv | Arguments ( [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.