|
Halide 21.0.0
Halide compiler and libraries
|
A scalar parameter to a halide pipeline. More...
#include <Param.h>
A scalar parameter to a halide pipeline.
If you're jitting, this should be bound to an actual value of type T using the set method before you realize the function uses this. If you're statically compiling, this param should appear in the argument list.