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,...
A fragment of Halide syntax.
A struct representing a target machine and os to generate code for.
Types in the halide type system.