1 #ifndef HALIDE_INTERNAL_ADD_PARAMETER_CHECKS_H 2 #define HALIDE_INTERNAL_ADD_PARAMETER_CHECKS_H Stmt add_parameter_checks(const std::vector< Stmt > &requirements, Stmt s, const Target &t)
Insert checks to make sure that all referenced parameters meet their constraints. ...
This file defines the class FunctionDAG, which is our representation of a Halide pipeline, and contains methods to using Halide's bounds tools to query properties of it.
Defines the structure that describes a Halide target.
Base classes for Halide expressions (Halide::Expr) and statements (Halide::Internal::Stmt) ...
Not visible externally, similar to 'static' linkage in C.