23.08
|
#include "arm_compute/graph.h"
#include "tests/NEON/Accessor.h"
#include "tests/validation/Validation.h"
#include "tests/validation/reference/FullyConnectedLayer.h"
#include "tests/validation/reference/Permute.h"
#include "utils/CommonGraphOptions.h"
#include "utils/GraphUtils.h"
#include "utils/Utils.h"
#include "ValidateExample.h"
#include "graph_validate_utils.h"
#include <utility>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Main program for Graph fully_connected test. More... | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Main program for Graph fully_connected test.
[in] | argc | Number of arguments |
[in] | argv | Arguments ( Input dimensions [width, batch] Fully connected [num_outputs,type] Verification[tolerance_number,absolute_tolerance,relative_tolerance] ) |
Definition at line 310 of file graph_fully_connected.cpp.