Halide  12.0.1
Halide compiler and libraries
RebaseLoopsToZero.h
Go to the documentation of this file.
1 #ifndef HALIDE_REBASE_LOOPS_TO_ZERO_H
2 #define HALIDE_REBASE_LOOPS_TO_ZERO_H
3 
4 /** \file
5  * Defines the lowering pass that rewrites loop mins to be 0.
6  */
7 
8 #include "Expr.h"
9 
10 namespace Halide {
11 namespace Internal {
12 
13 /** Rewrite the mins of most loops to 0. */
15 
16 } // namespace Internal
17 } // namespace Halide
18 
19 #endif
Base classes for Halide expressions (Halide::Expr) and statements (Halide::Internal::Stmt)
Stmt rebase_loops_to_zero(const Stmt &)
Rewrite the mins of most loops to 0.
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 reference-counted handle to a statement node.
Definition: Expr.h:413