Base classes for Halide expressions (Halide::Expr) and statements (Halide::Internal::Stmt)
Expr lower_lerp(Type final_type, Expr zero_val, Expr one_val, const Expr &weight, const Target &target)
Build Halide IR that computes a lerp.
This file defines the class FunctionDAG, which is our representation of a Halide pipeline,...
@ Internal
Not visible externally, similar to 'static' linkage in C.
A fragment of Halide syntax.
A struct representing a target machine and os to generate code for.
Types in the halide type system.