Halide  17.0.2
Halide compiler and libraries
Inline.h File Reference

Methods for replacing calls to functions with their definitions. More...

#include "Expr.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

void Halide::Internal::validate_schedule_inlined_function (Function f)
 Check if the schedule of an inlined function is legal, throwing an error if it is not. More...
 
Stmt Halide::Internal::inline_function (Stmt s, const Function &f)
 Inline a single named function, which must be pure. More...
 
Expr Halide::Internal::inline_function (Expr e, const Function &f)
 Inline a single named function, which must be pure. More...
 
void Halide::Internal::inline_function (Function caller, const Function &f)
 Inline a single named function, which must be pure. More...
 

Detailed Description

Methods for replacing calls to functions with their definitions.

Definition in file Inline.h.