Compute Library
 23.08
graph_depthwiseconvolution.cpp File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Main program for Graph Depthwise Convolution test.

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

Definition at line 389 of file graph_depthwiseconvolution.cpp.

390 {
391  return arm_compute::utils::run_example<GraphDepthwiseConvolutionValidateExample>(argc, argv);
392 }