19.05
|
#include "arm_compute/runtime/NEON/NEFunctions.h"
#include "arm_compute/core/Types.h"
#include "arm_compute/runtime/Allocator.h"
#include "arm_compute/runtime/BlobLifetimeManager.h"
#include "arm_compute/runtime/MemoryManagerOnDemand.h"
#include "arm_compute/runtime/PoolManager.h"
#include "utils/Utils.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Main program for cnn test. More... | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Main program for cnn test.
The example implements the following CNN architecture:
Input -> conv0:5x5 -> act0:relu -> pool:2x2 -> conv1:3x3 -> act1:relu -> pool:2x2 -> fc0 -> act2:relu -> softmax
[in] | argc | Number of arguments |
[in] | argv | Arguments |
Definition at line 286 of file neon_cnn.cpp.