Compute Library
18.05
|
#include "arm_compute/graph.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 LeNet. More... | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Main program for LeNet.
[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] batches, [optional] Fast math for convolution layer (0 = DISABLED, 1 = ENABLED) ) |
Definition at line 141 of file graph_lenet.cpp.