RecFilter
Arguments Class Reference

Command line arg parser. More...

#include <recfilter.h>

Public Member Functions

 Arguments (int argc, char **argv)
 Parse command line args from number of args and list of args. More...
 

Data Fields

int width
 image width More...
 
int max_width
 max image width More...
 
int min_width
 min image width More...
 
int block
 block size More...
 
int iterations
 profiling iterations More...
 
bool nocheck
 skip check Halide result against reference solution More...
 
bool noschedule
 do not use automatic scheduling More...
 

Detailed Description

Command line arg parser.

Definition at line 672 of file recfilter.h.

Constructor & Destructor Documentation

Arguments::Arguments ( int  argc,
char **  argv 
)

Parse command line args from number of args and list of args.

Field Documentation

int Arguments::width

image width

Definition at line 674 of file recfilter.h.

int Arguments::max_width

max image width

Definition at line 675 of file recfilter.h.

int Arguments::min_width

min image width

Definition at line 676 of file recfilter.h.

int Arguments::block

block size

Definition at line 677 of file recfilter.h.

int Arguments::iterations

profiling iterations

Definition at line 678 of file recfilter.h.

bool Arguments::nocheck

skip check Halide result against reference solution

Definition at line 679 of file recfilter.h.

bool Arguments::noschedule

do not use automatic scheduling

Definition at line 680 of file recfilter.h.


The documentation for this class was generated from the following file: