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