Compute Library
 23.08
graph_fully_connected.cpp File Reference

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 Main program for Graph fully_connected test. More...
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Main program for Graph fully_connected test.

Parameters
[in]argcNumber of arguments
[in]argvArguments ( 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.

311 {
312  return arm_compute::utils::run_example<GraphFullyConnectedValidateExample>(argc, argv);
313 }