1 #ifndef HALIDE_INLINE_H 2 #define HALIDE_INLINE_H Stmt inline_function(Stmt s, const Function &f)
Inline a single named function, which must be pure.
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.
Base classes for Halide expressions (Halide::Expr) and statements (Halide::Internal::Stmt) ...
void validate_schedule_inlined_function(Function f)
Check if the schedule of an inlined function is legal, throwing an error if it is not...
Not visible externally, similar to 'static' linkage in C.