Compute Library
 23.08
graph_convolution.cpp File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Main program for Graph Convolution test.

Parameters
[in]argcNumber of arguments
[in]argvArguments ( Input dimensions [width, height, channels, batch] Weights dimensions [width, height, OFM] Padding [top,bottom,left,right, Stride x, Stride y, mode [Valid / Same / Manual] ) Convolution Method[ Auto/GEMM/Winograd/Direct] Verification[tolerance_number,absolute_tolerance,relative_tolerance] )

Definition at line 393 of file graph_convolution.cpp.

394 {
395  return arm_compute::utils::run_example<GraphConvolutionValidateExample>(argc, argv);
396 }