Halide
FlattenNestedRamps.h File Reference
#include "IR.h"

Go to the source code of this file.

Namespaces

 Halide
 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.
 
 Halide::Internal
 

Functions

Stmt Halide::Internal::flatten_nested_ramps (const Stmt &s)
 Take a statement/expression and replace nested ramps and broadcasts. More...
 
Expr Halide::Internal::flatten_nested_ramps (const Expr &e)
 

Detailed Description

Defines the lowering pass that flattens nested ramps and broadcasts.

Definition in file FlattenNestedRamps.h.